class PayPal::SDK::Merchant::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType
Public Class Methods
load_members()
click to toggle source
# 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