Type alias AccountPaymentV1

AccountPaymentV1: CreateThing<"AccountPayment", {
    amount: ExpandThing<MonetaryAmountRV1>;
    paymentDate?: string;
}>

Type declaration