IProfileCommercialInvoiceMethods Property | |
Gets or sets CommercialInvoiceMethods
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<CommercialInvoiceMethod> CommercialInvoiceMethods { get; set; }
property List<CommercialInvoiceMethod^>^ CommercialInvoiceMethods {
List<CommercialInvoiceMethod^>^ get ();
void set (List<CommercialInvoiceMethod^>^ value);
}
function get_CommercialInvoiceMethods();
function set_CommercialInvoiceMethods(value);
Property Value
Type:
ListCommercialInvoiceMethodSee Also