InstantPaymentCustomerEmail Property |  |
E-mail zákazníka, ktorý platbu posiela. Môže sa mu tam zaslať nejaká notifikácia.
Namespace: Exa.OBERON.Shared.AccCommon.NonCashTransactions.InstantPaymentsAssembly: Exa.OBERON.Shared (in Exa.OBERON.Shared.dll) Version: 5.0.33.0 (5.0.33.0)
Syntaxpublic string CustomerEmail { get; set; }Public Property CustomerEmail As String
Get
Set
Dim instance As InstantPayment
Dim value As String
value = instance.CustomerEmail
instance.CustomerEmail = value
Property Value
String
See Also