Class: Recurly::Resources::ExternalAccount
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ExternalAccount
- Defined in:
- lib/recurly/resources/external_account.rb
Instance Attribute Summary collapse
-
#created_at ⇒ DateTime
Created at.
-
#external_account_code ⇒ String
Represents the account code for the external account.
-
#external_connection_type ⇒ String
Represents the connection type.
-
#id ⇒ String
UUID of the external_account .
- #object ⇒ String
-
#updated_at ⇒ DateTime
Last updated at.
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
#created_at ⇒ DateTime
Returns Created at.
11 |
# File 'lib/recurly/resources/external_account.rb', line 11 define_attribute :created_at, DateTime |
#external_account_code ⇒ String
Returns Represents the account code for the external account.
15 |
# File 'lib/recurly/resources/external_account.rb', line 15 define_attribute :external_account_code, String |
#external_connection_type ⇒ String
Returns Represents the connection type. `AppleAppStore` or `GooglePlayStore`.
19 |
# File 'lib/recurly/resources/external_account.rb', line 19 define_attribute :external_connection_type, String |
#id ⇒ String
Returns UUID of the external_account .
23 |
# File 'lib/recurly/resources/external_account.rb', line 23 define_attribute :id, String |
#object ⇒ String
27 |
# File 'lib/recurly/resources/external_account.rb', line 27 define_attribute :object, String |
#updated_at ⇒ DateTime
Returns Last updated at.
31 |
# File 'lib/recurly/resources/external_account.rb', line 31 define_attribute :updated_at, DateTime |