Class: PayPal::SDK::ButtonManagerRails::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2317 2318 2319 2320 2321 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 2317 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 |