PaymentInstrument

PaymentInstrument class

Payment instrument class.

public class PaymentInstrument

Constructors

NameDescription
PaymentInstrument()Initializes a new instance of PaymentInstrument class.

Properties

NameDescription
Brand { get; set; }Gets or sets the accepted brand for given payment type.
PaymentInstrumentType { get; set; }Gets or sets the payment type.

See Also