Skip to main content

Fields

allocationIntentions : [AllocationIntentionType]! required

Allocation intentions for the billing document.

allocations : [AllocationType]! required

Allocations for the billing document.

dueDate : Date! required

The date when the payment is due for the billing document.

expectedAmount : Int! required

The expected amount for the billing document (in minor currency units).

remainingAmount : Int! required

The amount that remains to be paid for the billing document (in minor currency units).

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "allocationIntentions": [AllocationIntentionType], "allocations": [AllocationType], "dueDate": "1998-10-25", "expectedAmount": 86, "remainingAmount": 23 }