Class: PayPal::SDK::Merchant::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2382 2383 2384 2385 2386 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2382 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 |