NoahIssuerDetails

data class NoahIssuerDetails(val name: String? = null)

Information about the issuer (e.g. bank) of a Noah payment method.

Mirrors connect-api's IssuerDetails, which only carries an optional name.

Constructors

Link copied to clipboard
constructor(name: String? = null)

Properties

Link copied to clipboard
val name: String? = null