NoahAccountHolderDetails

data class NoahAccountHolderDetails(val name: NoahPersonName? = null)

Information about the holder of a Noah payment method.

Mirrors connect-api's AccountHolderDetails, which only carries the holder's structured name.

Constructors

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

Properties

Link copied to clipboard
val name: NoahPersonName? = null