Class: PayPal::SDK::ButtonManager::DataTypes::FundingSourceDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::FundingSourceDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/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
1100 1101 1102 1103 1104 1105 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 1100 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 This element could be used to specify the perered 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 |