 | InternetWaybillModelAccountType Property |
Account type.
Required if COD = true.
AVI = Avi
BG = Bankgiro
KTO = Account
PG = Plusgiro
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string AccountType { get; set; }
Public Property AccountType As String
Get
Set
public:
virtual property String^ AccountType {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract AccountType : string with get, set
override AccountType : string with get, set
Property Value
Type:
String
See Also