export declare class IPaymentItemAttr {
    PaymentId: string;
    PayForObjectId: string;
    PayForObjectType: string;
    Currency: string;
    Amount: number;
    Name?: string;
    Description: string;
    Remarks?: string;
}
//# sourceMappingURL=payment-item-attr.interface.d.ts.map