type PaymentSessionInvoiceRef
Merchant provided invoice information for use during a payment session.
| Field | Type | Description |
|---|---|---|
orderId | String | The merchant provided order identifier. |
invoiceId | String | The merchant provided invoice identifier. |
invoiceNumber | String | The merchant provided invoice number. |
amount | Amount | The total amount of the invoice. Ex 999.99 |
lines | [PaymentSessionInvoiceLineItemRef!] | The line items inside the merchant provided invoice. |
billingContact | PaymentSessionContactRef | Billing contact information associated with the invoice |
shippingContact | PaymentSessionContactRef | Billing contact information associated with the invoice |