Class: Recurly::Resources::PaymentGatewayReferences
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::PaymentGatewayReferences
- Defined in:
- lib/recurly/resources/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::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
#reference_type ⇒ String
Returns The type of reference token. Required if token is passed in for Stripe Gateway.
11 |
# File 'lib/recurly/resources/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/resources/payment_gateway_references.rb', line 15 define_attribute :token, String |