Click or drag to resize

CardPaymentItemAdditionalData Constructor

Initializes a new instance of the CardPaymentItemAdditionalData class

Namespace: Resto.Front.Api.Data.Payments
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public CardPaymentItemAdditionalData(
	string cardNumber,
	string customData = null,
	string cardType = null
)

Parameters

cardNumber  String
 
customData  String  (Optional)
 
cardType  String  (Optional)
 
See Also