@maxio-com/advanced-billing-sdk
Version:
Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.
21 lines • 887 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { boolean, expandoObject, nullable, number, optional, string, } from '../schema.js';
export const invoiceRefundSchema = expandoObject({
transactionId: ['transaction_id', optional(number())],
paymentId: ['payment_id', optional(number())],
memo: ['memo', optional(string())],
originalAmount: ['original_amount', optional(string())],
appliedAmount: ['applied_amount', optional(string())],
gatewayTransactionId: [
'gateway_transaction_id',
optional(nullable(string())),
],
gatewayUsed: ['gateway_used', optional(string())],
gatewayHandle: ['gateway_handle', optional(nullable(string()))],
achLateReject: ['ach_late_reject', optional(nullable(boolean()))],
});
//# sourceMappingURL=invoiceRefund.js.map