 | InternetWaybillModelPrepaymentEmail Property |
Prepayment e-mail address.
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string PrepaymentEmail { get; set; }
Public Property PrepaymentEmail As String
Get
Set
public:
virtual property String^ PrepaymentEmail {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract PrepaymentEmail : string with get, set
override PrepaymentEmail : string with get, set
Property Value
Type:
String
See Also