UNPKG

mangopay4-nodejs-sdk

Version:

Mangopay Node.js SDK

22 lines (20 loc) 524 B
var Deposit = require('./Deposit'); module.exports = Deposit.extend({ defaults: { PaypalPayerID: null, PaypalOrderID: null, BuyerFirstname: null, BuyerLastname: null, BuyerPhone: null, BuyerCountry: null, PaypalBuyerAccountEmail: null, CancelURL: null, Trackings: null, ShippingPreference: null, Reference: null, LineItems: null, RedirectURL: null, ReturnURL: null, DataCollectionId: null } });