Class: PayPal::SDK::Merchant::DataTypes::FundingSourceDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::FundingSourceDetailsType
- 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_members ⇒ Object
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 |