Class: PayPal::SDK::Merchant::DataTypes::FundingSourceDetailsType

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

Overview

Allowable values: 0,1 The value 1 indicates that the customer can accept push funding, and 0 means they cannot. Optional Character length and limitations: One single-byte numeric character.

Class Method Summary collapse

Class Method Details

.load_membersObject



1134
1135
1136
1137
1138
1139
# File 'lib/paypal-sdk/merchant/data_types.rb', line 1134

def self.load_members
  # Allowable values: 0,1 The value 1 indicates that the customer can accept push funding, and 0 means they cannot. Optional Character length and limitations: One single-byte numeric character. 
  object_of :AllowPushFunding, String, :namespace => :ebl
  # Allowable values: ELV, CreditCard, ChinaUnionPay, BML, Finance This element could be used to specify the preferred funding option for a guest users. It has effect only if LandingPage element is set to Billing. Otherwise it will be ignored. 
  object_of :UserSelectedFundingSource, UserSelectedFundingSourceType, :namespace => :ebl
end