Class: PayPal::SDK::ButtonManager::DataTypes::SetCustomerBillingAgreementRequestDetailsType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2298

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