UNPKG

mangopay4-nodejs-sdk

Version:
35 lines (25 loc) 840 B
var _ = require('underscore'); var PayOutPaymentDetails = require('./PayOutPaymentDetails'); var PayOutPaymentDetailsBankWire = PayOutPaymentDetails.extend({ defaults: { BankAccountId: null, /** * A custom reference you wish to appear on the user’s bank statement */ BankWireRef: null, /** * Payment reference provided for the payout. */ PayoutPaymentRef: null, /** * The new parameter "PayoutModeRequested" can take the following values: "STANDARD", "INSTANT_PAYMENT", "INSTANT_PAYMENT_ONLY" */ PayoutModeRequested: null, ModeRequested: null, ModeApplied: null, Status: null, FallbackReason: null, ChargeBearer: null } }); module.exports = PayOutPaymentDetailsBankWire;