whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
square
/
square
/
doc
/
models
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/square/square/doc/models/update-payment-link-response.md
# Update Payment Link Response ## Structure `UpdatePaymentLinkResponse` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `errors` | [`?(Error[])`](../../doc/models/error.md) | Optional | Any errors that occurred when updating the payment link. | getErrors(): ?array | setErrors(?array errors): void | | `paymentLink` | [`?PaymentLink`](../../doc/models/payment-link.md) | Optional | - | getPaymentLink(): ?PaymentLink | setPaymentLink(?PaymentLink paymentLink): void | ## Example (as JSON) ```json { "payment_link": { "checkout_options": { "ask_for_shipping_address": true, "allow_tipping": false, "custom_fields": [ { "title": "title1" }, { "title": "title2" } ], "subscription_plan_id": "subscription_plan_id0", "redirect_url": "redirect_url4", "merchant_support_email": "merchant_support_email0" }, "created_at": "2022-04-26T00:15:15Z", "id": "TY4BWEDJ6AI5MBIV", "long_url": "https://checkout.square.site/EXAMPLE", "order_id": "Qqc8ypQGvxVwc46Cch4zHTaJqc4F", "payment_note": "test", "updated_at": "2022-04-26T00:18:24Z", "url": "https://square.link/u/EXAMPLE", "version": 2, "description": "description2", "pre_populated_data": { "buyer_email": "buyer_email6", "buyer_phone_number": "buyer_phone_number8", "buyer_address": { "address_line_1": "address_line_14", "address_line_2": "address_line_24", "address_line_3": "address_line_30", "locality": "locality4", "sublocality": "sublocality4" } } }, "errors": [ { "category": "REFUND_ERROR", "code": "MERCHANT_SUBSCRIPTION_NOT_FOUND", "detail": "detail1", "field": "field9" }, { "category": "MERCHANT_SUBSCRIPTION_ERROR", "code": "BAD_REQUEST", "detail": "detail2", "field": "field0" }, { "category": "EXTERNAL_VENDOR_ERROR", "code": "MISSING_REQUIRED_PARAMETER", "detail": "detail3", "field": "field1" } ] } ```
Copyright ©2021 || Defacer Indonesia