Class: PayPal::SDK::ButtonManager::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2282
2283
2284
2285
2286
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2282

def self.load_members
  object_of :PayerInfo, PayerInfoType, :namespace => :ebl, :required => true
  # Customer's billing address. Optional If you have a credit card mapped in your PayPal account, PayPal returns the billing address of the credit billing address otherwise your primary address as billing address in GetBillingAgreementCustomerDetails.
  object_of :BillingAddress, AddressType, :namespace => :ebl
end