PaymentDetails

data class PaymentDetails(val key: PaymentDetailsKey?, val value: String?)

Payment option specific details

Constructors

Link copied to clipboard
constructor(key: PaymentDetailsKey?, value: String?)

Properties

Link copied to clipboard

Enumeration key of the payment detail

Link copied to clipboard

The value of the payment detail