Class: PayPal::SDK::Merchant::DataTypes::BMManageButtonStatusRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::Merchant::DataTypes::BMManageButtonStatusRequestType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Button ID of Hosted button. Required Character length and limitations: 10 single-byte numeric characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3609 3610 3611 3612 3613 3614 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3609 def self.load_members # Button ID of Hosted button. Required Character length and limitations: 10 single-byte numeric characters object_of :HostedButtonID, String, :namespace => :ns # Requested Status change for hosted button. Required Character length and limitations: 1 single-byte alphanumeric characters object_of :ButtonStatus, ButtonStatusType, :namespace => :ns end |