PaymentMethod

data class PaymentMethod(displayName: String?, network: String?, type: String)

Properties

displayName
Link copied to clipboard
val displayName: String?

The name of the payment method.

network
Link copied to clipboard
val network: String?

The corresponding payment network of the payment method.

type
Link copied to clipboard
val type: String

The type of the payment method.