Class: Recurly::Requests::PaymentGatewayReferences

Inherits:
Recurly::Request show all
Defined in:
lib/recurly/requests/payment_gateway_references.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Request

#attributes

Method Summary

Methods inherited from Recurly::Request

#==, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::RequestCaster

#cast_request

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#reference_typeString

Returns The type of reference token. Required if token is passed in for Stripe Gateway.

Returns:

  • (String)

    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

#tokenString

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.

Returns:

  • (String)

    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