Sha256: 759836184bf23aa05c092be7c8162824aab7e83e54ba563c931866088ea9d05e

Contents?: true

Size: 1.29 KB

Versions: 27

Compression:

Stored size: 1.29 KB

Contents

# This file is automatically created by Recurly's OpenAPI generation process
# and thus any edits you make by hand will be lost. If you wish to make a
# change to this file, please create a Github issue explaining the changes you
# need and we will usher them to the appropriate places.
module Recurly
  module Requests
    class GiftCardCreate < Request

      # @!attribute currency
      #   @return [String] 3-letter ISO 4217 currency code.
      define_attribute :currency, String

      # @!attribute delivery
      #   @return [GiftCardDeliveryCreate] The delivery details for the gift card.
      define_attribute :delivery, :GiftCardDeliveryCreate

      # @!attribute gifter_account
      #   @return [AccountPurchase] Block of account details for the gifter. This references an existing account_code.
      define_attribute :gifter_account, :AccountPurchase

      # @!attribute product_code
      #   @return [String] The product code or SKU of the gift card product.
      define_attribute :product_code, String

      # @!attribute unit_amount
      #   @return [Float] The amount of the gift card, which is the amount of the charge to the gifter account and the amount of credit that is applied to the recipient account upon successful redemption.
      define_attribute :unit_amount, Float
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
recurly-4.56.0 lib/recurly/requests/gift_card_create.rb
recurly-4.55.0 lib/recurly/requests/gift_card_create.rb
recurly-4.54.0 lib/recurly/requests/gift_card_create.rb
recurly-4.53.0 lib/recurly/requests/gift_card_create.rb
recurly-4.52.0 lib/recurly/requests/gift_card_create.rb
recurly-4.49.0 lib/recurly/requests/gift_card_create.rb
recurly-4.48.1 lib/recurly/requests/gift_card_create.rb
recurly-4.48.0 lib/recurly/requests/gift_card_create.rb
recurly-4.47.0 lib/recurly/requests/gift_card_create.rb
recurly-4.46.0 lib/recurly/requests/gift_card_create.rb
recurly-4.45.0 lib/recurly/requests/gift_card_create.rb
recurly-4.44.0 lib/recurly/requests/gift_card_create.rb
recurly-4.43.0 lib/recurly/requests/gift_card_create.rb
recurly-4.42.0 lib/recurly/requests/gift_card_create.rb
recurly-4.41.0 lib/recurly/requests/gift_card_create.rb
recurly-4.40.0 lib/recurly/requests/gift_card_create.rb
recurly-4.39.0 lib/recurly/requests/gift_card_create.rb
recurly-4.38.0 lib/recurly/requests/gift_card_create.rb
recurly-4.37.0 lib/recurly/requests/gift_card_create.rb
recurly-4.36.0 lib/recurly/requests/gift_card_create.rb