Class: PayPal::SDK::ButtonManagerRails::DataTypes::BMManageButtonStatusRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManagerRails::DataTypes::BMManageButtonStatusRequestType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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
3501 3502 3503 3504 3505 3506 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3501 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 |