CustomerTokenConfiguration
constructor(@Json(name = "customer_token_id") customerTokenId: String, @Json(name = "redirect_url") redirectUrl: String?)
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.