Class: PayPal::SDK::Merchant::DataTypes::SetCustomerBillingAgreementRequestDetailsType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Class Method Summary collapse

Class Method Details

.load_membersObject



2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
# File 'lib/paypal-sdk/merchant/data_types.rb', line 2363

def self.load_members
  object_of :BillingAgreementDetails, BillingAgreementDetailsType, :namespace => :ebl, :required => true
  object_of :ReturnURL, String, :namespace => :ebl, :required => true
  object_of :CancelURL, String, :namespace => :ebl, :required => true
  object_of :LocaleCode, String, :namespace => :ebl
  object_of :PageStyle, String, :namespace => :ebl
  object_of :cppheaderimage, String, :name => "cpp-header-image", :namespace => :ebl
  object_of :cppheaderbordercolor, String, :name => "cpp-header-border-color", :namespace => :ebl
  object_of :cppheaderbackcolor, String, :name => "cpp-header-back-color", :namespace => :ebl
  object_of :cpppayflowcolor, String, :name => "cpp-payflow-color", :namespace => :ebl
  object_of :BuyerEmail, String, :namespace => :ebl
  # The value 1 indicates that you require that the customer's billing address on file. Setting this element overrides the setting you have specified in Admin. Optional Character length and limitations: One single-byte numeric character.
  object_of :ReqBillingAddress, String, :namespace => :ebl
end