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