Class OnlinePaymentDetails
Additional optional payment details about the online payment tender type.
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension.PaymentDetails
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class OnlinePaymentDetails : PaymentDetails
Properties
RecipientAccountName
Account name of the recipient. E.g. an e-mail address for most services.
Declaration
public string RecipientAccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SenderAccountName
Account name of the sender. E.g. an e-mail address for most services.
Declaration
public string SenderAccountName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransactionId
The identifier for the transaction.
Declaration
public string TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |