PaymentInstrument

PaymentInstrument class

Payment instrument class.

public class PaymentInstrument

Constructors

Name Description
PaymentInstrument() Initializes a new instance of PaymentInstrument class.

Properties

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

See Also