Skip to content

Latest commit

 

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]