HolderInfoType

HolderInfoType class

Account holder informations, includes primary and secondary holder information.

public class HolderInfoType

Constructors

Name Description
HolderInfoType() Initializes a new instance of HolderInfoType class.

Properties

Name Description
PrimaryHolder { get; set; } Gets or sets the primary of AccountHolderType.
SecondaryHolder { get; set; } Gets or sets the secondary of AccountHolderType.

See Also