Class: Recurly::Requests::PaymentGatewayReferences
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::PaymentGatewayReferences
- Defined in:
- lib/recurly/requests/payment_gateway_references.rb
Instance Attribute Summary collapse
-
#reference_type ⇒ String
The type of reference token.
-
#token ⇒ String
Reference value used when the external token was created.
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
#reference_type ⇒ String
Returns The type of reference token. Required if token is passed in for Stripe Gateway.
11 |
# File 'lib/recurly/requests/payment_gateway_references.rb', line 11 define_attribute :reference_type, String |
#token ⇒ String
Returns Reference value used when the external token was created. If Stripe gateway is used, this value will need to be accompanied by its reference_type.
15 |
# File 'lib/recurly/requests/payment_gateway_references.rb', line 15 define_attribute :token, String |