CustomerTokenConfiguration
constructor(@Json(name = "customer_token_id") customerTokenId: String, @Json(name = "redirect_url") redirectUrl: String?, @Json(name = "deleting_allowed") deletingAllowed: Boolean)
Parameters
customerTokenId
Customer token ID.
redirectUrl
Redirect URL to payment method that was previously saved by the customer. If it's null, then payment can be authorized with customerTokenId.