Sha256: 44c3c8a609ca5212d7118bdb2d64a052d99622beb40ff8bb5af170d33baec155

Contents?: true

Size: 629 Bytes

Versions: 3

Compression:

Stored size: 629 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 BankWireDirectPayIn < PayIn
    include MangoPay::Jsonifier

    # [Money] The declared debited funds
    attr_accessor :declared_debited_funds

    # [Money] The declared fees
    attr_accessor :declared_fees

    # [String] Wire reference
    attr_accessor :wire_reference

    # [BankAccount] The bank account details
    attr_accessor :bank_account

    # [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/bank_wire_direct_pay_in.rb
mangopay-v4-4.0.2 lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb
mangopay-v4-4.0.1 lib/mangopay/model/entity/pay_in/bank_wire_direct_pay_in.rb