Class: Recurly::Resources::ExternalAccount

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/external_account.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

#created_atDateTime

Returns Created at.

Returns:

  • (DateTime)

    Created at



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

define_attribute :created_at, DateTime

#external_account_codeString

Returns Represents the account code for the external account.

Returns:

  • (String)

    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_typeString

Returns Represents the connection type. `AppleAppStore` or `GooglePlayStore`.

Returns:

  • (String)

    Represents the connection type. `AppleAppStore` or `GooglePlayStore`



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

define_attribute :external_connection_type, String

#idString

Returns UUID of the external_account .

Returns:

  • (String)

    UUID of the external_account .



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

define_attribute :id, String

#objectString

Returns:

  • (String)


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

define_attribute :object, String

#updated_atDateTime

Returns Last updated at.

Returns:

  • (DateTime)

    Last updated at



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

define_attribute :updated_at, DateTime