Record
invoice
No description available.
record invoice {
accepted-payment-methods: option<invoice-accepted-payment-methods>,
created-at: option<string>,
custom-fields: option<list<invoice-custom-field>>,
delivery-method: option<invoice-delivery-method-invoice-delivery-method>,
description: option<string>,
id: option<string>,
invoice-number: option<string>,
location-id: option<string>,
next-payment-amount-money: option<money>,
order-id: option<string>,
payment-requests: option<list<invoice-payment-request>>,
primary-recipient: option<invoice-recipient>,
public-url: option<string>,
scheduled-at: option<string>,
status: option<string>,
subscription-id: option<string>,
timezone: option<string>,
title: option<string>,
updated-at: option<string>,
version: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| accepted-payment-methods | option<invoice-accepted-payment-methods> | |
| created-at | option<string> | |
| custom-fields | option<list<invoice-custom-field>> | |
| delivery-method | option<invoice-delivery-method-invoice-delivery-method> | |
| description | option<string> | |
| id | option<string> | |
| invoice-number | option<string> | |
| location-id | option<string> | |
| next-payment-amount-money | option<money> | |
| order-id | option<string> | |
| payment-requests | option<list<invoice-payment-request>> | |
| primary-recipient | option<invoice-recipient> | |
| public-url | option<string> | |
| scheduled-at | option<string> | |
| status | option<string> | |
| subscription-id | option<string> | |
| timezone | option<string> | |
| title | option<string> | |
| updated-at | option<string> | |
| version | option<s32> |