CreatePaymentLinkResponse
Name | Type | Tags | Description |
---|---|---|---|
errors |
Error[] | undefined |
Optional | Any errors that occurred during the request. |
paymentLink |
PaymentLink | undefined |
Optional | - |
relatedResources |
PaymentLinkRelatedResources | undefined |
Optional | - |
{
"errors": null,
"payment_link": null,
"related_resources": null
}