Record
invoice-payment
No description available.
record invoice-payment {
amount: string,
invoice-id: string,
payment-id: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | string | |
| invoice-id | string | |
| payment-id | option<string> |
No description available.
record invoice-payment {
amount: string,
invoice-id: string,
payment-id: option<string>,
}| Name | Type | Description |
|---|---|---|
| amount | string | |
| invoice-id | string | |
| payment-id | option<string> |