Class: GogoKit::PaymentMethod

Inherits:
Resource
  • Object
show all
Defined in:
lib/gogokit/resource/payment_method.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from Resource

#links

Instance Attribute Details

#billing_addressObject

Returns the value of attribute billing_address.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def billing_address
  @billing_address
end

#buyer_methodObject

Returns the value of attribute buyer_method.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def buyer_method
  @buyer_method
end

#default_buyer_methodObject

Returns the value of attribute default_buyer_method.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def default_buyer_method
  @default_buyer_method
end

#default_seller_methodObject

Returns the value of attribute default_seller_method.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def default_seller_method
  @default_seller_method
end

#detailsObject

Returns the value of attribute details.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def details
  @details
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def id
  @id
end

#seller_methodObject

Returns the value of attribute seller_method.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def seller_method
  @seller_method
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def type
  @type
end

#type_descriptionObject

Returns the value of attribute type_description.



8
9
10
# File 'lib/gogokit/resource/payment_method.rb', line 8

def type_description
  @type_description
end