Class: PayPal::SDK::ButtonManagerRails::DataTypes::FundingSourceDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::FundingSourceDetailsType
- Defined in:
- lib/paypal-sdk/button_manager_rails/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
1117 1118 1119 1120 1121 1122 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1117 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 |