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