PrivatePaymentDetails

class PrivatePaymentDetails(val paymentDetails: Map<String, Any>? = null)

A container for the cleartext paymentDetails

Constructors

Link copied to clipboard
constructor(paymentDetails: Map<String, Any>? = null)

Properties

Link copied to clipboard
val paymentDetails: Map<String, Any>? = null

An object containing the properties defined in the respective Offering's requiredPaymentDetails json schema. When creating an Rfq, this value is taken from CreateSelectedPaymentMethod.paymentDetails.