Class: PayPal::SDK::Merchant::DataTypes::BAUpdateResponseDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Class Method Summary collapse

Class Method Details

.load_membersObject



1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1542

def self.load_members
  object_of :BillingAgreementID, String, :namespace => :ebl, :required => true
  object_of :BillingAgreementDescription, String, :namespace => :ebl
  object_of :BillingAgreementStatus, MerchantPullStatusCodeType, :namespace => :ebl, :required => true
  object_of :BillingAgreementCustom, String, :namespace => :ebl
  object_of :PayerInfo, PayerInfoType, :namespace => :ebl, :required => true
  object_of :BillingAgreementMax, BasicAmountType, :namespace => :ebl
  # Customer's billing address. Optional If you have credit card mapped in your account then billing address of the credit card is returned otherwise your primary address is returned , PayPal returns this address in BAUpdateResponseDetails. 
  object_of :BillingAddress, AddressType, :namespace => :ebl
end