Class: Recurly::Requests::GatewayAttributes
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::GatewayAttributes
- Defined in:
- lib/recurly/requests/gateway_attributes.rb
Instance Attribute Summary collapse
-
#account_reference ⇒ String
Used by Adyen and Braintree gateways.
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
#account_reference ⇒ String
Returns Used by Adyen and Braintree gateways. For Adyen the Shopper Reference value used when the external token was created. Must be used in conjunction with gateway_token and gateway_code. For Braintree the PayPal PayerID is populated in the response.
11 |
# File 'lib/recurly/requests/gateway_attributes.rb', line 11 define_attribute :account_reference, String |