Class: PayPal::SDK::Merchant::DataTypes::BAUpdateRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Class Method Summary collapse

Class Method Details

.load_membersObject



4084
4085
4086
4087
4088
4089
# File 'lib/paypal-sdk/merchant/data_types.rb', line 4084

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