Sha256: 5ed9d66915d8b653731c37572165c57c1a247e30cce59f9d9da22e5b2df7beac

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

require_relative '../../../common/jsonifier'

module MangoModel

  # Allows payment through a card for which the action has
  # been pre-authorized
  class CardPreAuthorizedPayIn < PayIn
    include MangoPay::Jsonifier

    # [String] ID of the corresponding pre-authorization
    attr_accessor :preauthorization_id

    # [CultureCode] The language to use for the payment page
    attr_accessor :culture
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mangopay-v4-4.1.0 lib/mangopay/model/entity/pay_in/card_pre_authorized_pay_in.rb
mangopay-v4-4.0.2 lib/mangopay/model/entity/pay_in/card_pre_authorized_pay_in.rb
mangopay-v4-4.0.1 lib/mangopay/model/entity/pay_in/card_pre_authorized_pay_in.rb