Sha256: 87bc1ab64c6a544471c951892167253e198080857882cbaf9de14342fb9d5bfe

Contents?: true

Size: 506 Bytes

Versions: 3

Compression:

Stored size: 506 Bytes

Contents

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

module MangoModel

  # Bank Wire Direct Pay-In entity
  # A Bank Wire Pay-In is a request to process a payment by bank wire
  class BankWireExternalInstructionPayIn < PayIn
    include MangoPay::Jsonifier

    # [String] The declared fees
    attr_accessor :banking_alias_id

    # [String] Wire reference
    attr_accessor :wire_reference

    # [DebitedBankAccount] Information about account that was debited
    attr_accessor :debited_bank_account
  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/bank_wire_external_instruction_pay_in.rb
mangopay-v4-4.0.2 lib/mangopay/model/entity/pay_in/bank_wire_external_instruction_pay_in.rb
mangopay-v4-4.0.1 lib/mangopay/model/entity/pay_in/bank_wire_external_instruction_pay_in.rb