class PayPal::SDK::ButtonManagerRails::DataTypes::GetBillingAgreementCustomerDetailsResponseDetailsType

Public Class Methods

load_members() click to toggle source
# 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