Skip to content

Files

Latest commit

author
xendit-devx-bot
Nov 6, 2023
c83ed13 · Nov 6, 2023

History

History
16 lines (10 loc) · 560 Bytes

PaymentMethodExpireParameters.md

File metadata and controls

16 lines (10 loc) · 560 Bytes

# PaymentMethodExpireParameters

use Xendit\PaymentMethod\PaymentMethodExpireParameters;

Properties

Name Type Required Description Examples
success_return_url string URL where the end customer is redirected if the unlinking authorization is successful. null
failure_return_url string URL where the end customer is redirected if the unlinking authorization is failed. null

[Back to README]