class PayPal::SDK::REST::DataTypes::ExternalFunding

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 208
def self.load_members
  object_of :reference_id, String
  object_of :code, String
  object_of :funding_account_id, String
  object_of :display_text, String
  object_of :amount, Currency
  object_of :funding_instruction, String
end