Type alias AccountPaymentV2

AccountPaymentV2: {
    @type: "AccountPayment";
    amount: MonetaryAmountV2;
    paymentDate?: string;
}

Type declaration