Class: Recurly::Resources::PaymentMethod

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/payment_method.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Resource

#attributes

Method Summary

Methods inherited from Recurly::Resource

#==, #get_response, #inspect, #requires_client?, #to_json, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#account_typeString



11
# File 'lib/recurly/resources/payment_method.rb', line 11

define_attribute :account_type, String

#billing_agreement_idString



15
# File 'lib/recurly/resources/payment_method.rb', line 15

define_attribute :billing_agreement_id, String

#card_network_preferenceString



19
# File 'lib/recurly/resources/payment_method.rb', line 19

define_attribute :card_network_preference, String

#card_typeString



23
# File 'lib/recurly/resources/payment_method.rb', line 23

define_attribute :card_type, String

#cc_bin_countryString



27
# File 'lib/recurly/resources/payment_method.rb', line 27

define_attribute :cc_bin_country, String

#exp_monthInteger



31
# File 'lib/recurly/resources/payment_method.rb', line 31

define_attribute :exp_month, Integer

#exp_yearInteger



35
# File 'lib/recurly/resources/payment_method.rb', line 35

define_attribute :exp_year, Integer

#first_sixString



39
# File 'lib/recurly/resources/payment_method.rb', line 39

define_attribute :first_six, String

#funding_sourceString



43
# File 'lib/recurly/resources/payment_method.rb', line 43

define_attribute :funding_source, String

#gateway_attributesGatewayAttributes



47
# File 'lib/recurly/resources/payment_method.rb', line 47

define_attribute :gateway_attributes, :GatewayAttributes

#gateway_codeString



51
# File 'lib/recurly/resources/payment_method.rb', line 51

define_attribute :gateway_code, String

#gateway_tokenString



55
# File 'lib/recurly/resources/payment_method.rb', line 55

define_attribute :gateway_token, String

#last_fourString



59
# File 'lib/recurly/resources/payment_method.rb', line 59

define_attribute :last_four, String

#last_twoString



63
# File 'lib/recurly/resources/payment_method.rb', line 63

define_attribute :last_two, String

#name_on_accountString



67
# File 'lib/recurly/resources/payment_method.rb', line 67

define_attribute :name_on_account, String

#objectString



71
# File 'lib/recurly/resources/payment_method.rb', line 71

define_attribute :object, String

#routing_numberString



75
# File 'lib/recurly/resources/payment_method.rb', line 75

define_attribute :routing_number, String

#routing_number_bankString



79
# File 'lib/recurly/resources/payment_method.rb', line 79

define_attribute :routing_number_bank, String

#usernameString



83
# File 'lib/recurly/resources/payment_method.rb', line 83

define_attribute :username, String