class PayPal::SDK::ButtonManagerRails::DataTypes::FundingSourceDetailsType

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.

Public Class Methods

load_members() click to toggle source
# 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