class PayPal::SDK::Merchant::DataTypes::BAUpdateResponseDetailsType

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/merchant/data_types.rb, line 1542
def self.load_members
  object_of :BillingAgreementID, String, :namespace => :ebl, :required => true
  object_of :BillingAgreementDescription, String, :namespace => :ebl
  object_of :BillingAgreementStatus, MerchantPullStatusCodeType, :namespace => :ebl, :required => true
  object_of :BillingAgreementCustom, String, :namespace => :ebl
  object_of :PayerInfo, PayerInfoType, :namespace => :ebl, :required => true
  object_of :BillingAgreementMax, BasicAmountType, :namespace => :ebl
  # Customer's billing address. Optional If you have credit card mapped in your account then billing address of the credit card is returned otherwise your primary address is returned , PayPal returns this address in BAUpdateResponseDetails.
  object_of :BillingAddress, AddressType, :namespace => :ebl
end