HolderInfoType

HolderInfoType class

Account holder informations, includes primary and secondary holder information.

public class HolderInfoType

Constructors

NameDescription
HolderInfoType()Initializes a new instance of HolderInfoType class.

Properties

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

See Also