CreateInPersonPaymentIntentPayload
No description
union CreateInPersonPaymentIntentPayload = CreateInPersonPaymentIntentSuccessPayload | ForbiddenRejection | NotFoundRejection | InternalErrorRejection
Possible types
CreateInPersonPaymentIntentPayload.CreateInPersonPaymentIntentSuccessPayload
object
CreateInPersonPaymentIntentPayload.ForbiddenRejection
object
CreateInPersonPaymentIntentPayload.NotFoundRejection
object
Rejection returned if the entity was not found or if the user does not have the rights to know that the account exists
CreateInPersonPaymentIntentPayload.InternalErrorRejection
object
Rejection returned on unexpected server error
Returned By
createInPersonPaymentIntent
mutation