Class: Recurly::Requests::GiftCardRedeem
- Inherits:
-
Recurly::Request
- Object
- Recurly::Request
- Recurly::Requests::GiftCardRedeem
- Defined in:
- lib/recurly/requests/gift_card_redeem.rb
Instance Attribute Summary collapse
-
#recipient_account ⇒ AccountReference
The account for the recipient of the gift card.
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
#recipient_account ⇒ AccountReference
Returns The account for the recipient of the gift card.
11 |
# File 'lib/recurly/requests/gift_card_redeem.rb', line 11 define_attribute :recipient_account, :AccountReference |