Class: Recurly::Requests::ExternalAccountCreate
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::ExternalAccountCreate
- Defined in:
- lib/recurly/requests/external_account_create.rb
Instance Attribute Summary collapse
-
#external_account_code ⇒ String
Represents the account code for the external account.
-
#external_connection_type ⇒ String
Represents the connection type.
Attributes inherited from Recurly::Request
Method Summary
Methods inherited from Recurly::Request
Methods included from Schema::SchemaFactory
Methods included from Schema::RequestCaster
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#external_account_code ⇒ String
Returns Represents the account code for the external account.
11 |
# File 'lib/recurly/requests/external_account_create.rb', line 11 define_attribute :external_account_code, String |
#external_connection_type ⇒ String
Returns Represents the connection type. `AppleAppStore` or `GooglePlayStore`.
15 |
# File 'lib/recurly/requests/external_account_create.rb', line 15 define_attribute :external_connection_type, String |