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