CustomerTokenConfiguration

@JsonClass(generateAdapter = true)
data class CustomerTokenConfiguration(@Json(name = "customer_token_id") val customerTokenId: String, @Json(name = "redirect_url") val redirectUrl: String?)

Customer token payment configuration.

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.

Constructors

Link copied to clipboard
constructor(@Json(name = "customer_token_id") customerTokenId: String, @Json(name = "redirect_url") redirectUrl: String?)

Properties

Link copied to clipboard
Link copied to clipboard