PayableItemToPayInput
Define the input for an item to pay in a payment.
input PayableItemToPayInput {
payableItemId: ID!
paymentAmount: Float!
}
Fields
PayableItemToPayInput.payableItemId ● ID! non-null scalar
The identifier of the payable item.
PayableItemToPayInput.paymentAmount ● Float! non-null scalar
The payment amount for the item in the currency of the payment.
Member Of
CreateCeContactStorePaymentInput input ● CreateEventPaymentInput input ● CreateMembershipContactStorePaymentInput input