Class: Recurly::Resources::TransactionPaymentGateway
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::TransactionPaymentGateway
- Defined in:
- lib/recurly/resources/transaction_payment_gateway.rb
Instance Attribute Summary collapse
- #id ⇒ String
- #name ⇒ String
-
#object ⇒ String
Object type.
- #type ⇒ String
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#id ⇒ String
11 |
# File 'lib/recurly/resources/transaction_payment_gateway.rb', line 11 define_attribute :id, String |
#name ⇒ String
15 |
# File 'lib/recurly/resources/transaction_payment_gateway.rb', line 15 define_attribute :name, String |
#object ⇒ String
Returns Object type.
19 |
# File 'lib/recurly/resources/transaction_payment_gateway.rb', line 19 define_attribute :object, String |
#type ⇒ String
23 |
# File 'lib/recurly/resources/transaction_payment_gateway.rb', line 23 define_attribute :type, String |