Class: PayPal::SDK::ButtonManager::DataTypes::BAUpdateRequestType
- Inherits:
-
AbstractRequestType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractRequestType
- PayPal::SDK::ButtonManager::DataTypes::BAUpdateRequestType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3922 3923 3924 3925 3926 3927 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 3922 def self.load_members object_of :ReferenceID, String, :namespace => :ns, :required => true object_of :BillingAgreementDescription, String, :namespace => :ns object_of :BillingAgreementStatus, MerchantPullStatusCodeType, :namespace => :ns object_of :BillingAgreementCustom, String, :namespace => :ns end |