MerchantInfo Property
The merchant information for the current invoice.
Syntax
[VB.NET] Public Property MerchantInfo As ContactInfo
[C#] public ContactInfo MerchantInfo {get; set;}
Remarks
This property may be used by CreateInvoice or Update to set the merchant information for the invoice.
This property will also be populated after a call to GetDetails and will then contain merchant information for the invoice.