CreateInvoicePaymentRequest
Name | Type | Tags | Description |
---|---|---|---|
Payment |
models.CreateInvoicePayment |
Required | - |
Type |
*models.InvoicePaymentType |
Optional | The type of payment to be applied to an Invoice. Defaults to external. |
{
"payment": {
"amount": "String9",
"memo": "memo0",
"method": "ach",
"details": "details6",
"payment_profile_id": 42
},
"type": "external"
}