Class AnybillPaymentTypeInformationExtension
Anybill extensions to the payment type object of the version '1.0.0' of the DFKA.
Inheritance
System.Object
AnybillPaymentTypeInformationExtension
Namespace: anybill.POS.Client.Models.Bill.Data.PaymentType.Extension
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class AnybillPaymentTypeInformationExtension
Properties
PaymentDetails
Additional payment details based on the 'Type'. The discriminator of the payment details must match with this payment type. E.g. payment type 'CreditCard' can only have 'CreditCardPaymentDetails'
Declaration
public PaymentDetails PaymentDetails { get; set; }
Property Value
Type | Description |
---|---|
PaymentDetails |
Type
General type of the payment method used. Used as a discriminator for 'PaymentDetails'.
Declaration
public PaymentType Type { get; set; }
Property Value
Type | Description |
---|---|
PaymentType |