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