pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
13 lines (12 loc) • 363 B
TypeScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { Schema } from '../schema';
export interface CreditorReference {
particulars?: string;
code?: string;
reference?: string;
}
export declare const creditorReferenceSchema: Schema<CreditorReference>;