PayerAddress class

PayerAddress class

Payer address class.

The PayerAddress type exposes the following members:

Constructors

ConstructorDescription
PayerAddress()Initializes a new instance of PayerAddress class.

Properties

PropertyDescription
payer_name1Gets or sets the name of payer, line 1.
payer_name2Gets or sets the name of payer, line 2.
address1Gets or sets the payer address, line 1.
address2Gets or sets the payer address, line 2.
address3Gets or sets the payer address, line 3.
cityGets or sets the payer city.
stateGets or sets the payer state.
postal_codeGets or sets the payer postal code.
phoneGets or sets the payer telephone number.

See Also