CreateCeContactStorePaymentPayload
The payload object returned when creating a payment in a continuing education contact store.
type CreateCeContactStorePaymentPayload {
payment: Payment!
}
Fields
CreateCeContactStorePaymentPayload.payment ● Payment! non-null object
The created payment.
Returned By
createCeContactStorePayment mutation