pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
14 lines (13 loc) • 626 B
TypeScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema';
/** The amount of the final Standing Order */
export interface FinalPaymentAmount {
amount: string;
/** A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 'Codes for the representation of currencies and funds' */
currency: string;
}
export declare const finalPaymentAmountSchema: Schema<FinalPaymentAmount>;