GooglePay

@JsonClass(generateAdapter = true)
data class GooglePay(@Json(name = "googlepay") val configuration: PODynamicCheckoutPaymentMethod.GooglePayConfiguration) : PODynamicCheckoutPaymentMethod

Dynamic checkout Google Pay configuration.

Parameters

configuration

Google Pay configuration.

Constructors

Link copied to clipboard
constructor(@Json(name = "googlepay") configuration: PODynamicCheckoutPaymentMethod.GooglePayConfiguration)