/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { NextPaymentAmount } from './nextPaymentAmount';
export interface StandingOrder8 {
    accountId: string;
    standingOrderId: string;
    frequency: string;
    nextPaymentDateTime: string;
    nextPaymentAmount: NextPaymentAmount;
}
export declare const standingOrder8Schema: Schema<StandingOrder8>;
