Class: PayPal::SDK::ButtonManager::DataTypes::BAUpdateResponseDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1503

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