Gets or sets a value that indicates what type of payment is being made with this gift.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public EnumPaymentType PaymentType { get; set; }
Visual Basic (Declaration)
Public Property PaymentType As EnumPaymentType
Visual C++
public:
property EnumPaymentType PaymentType {
	EnumPaymentType get ();
	void set (EnumPaymentType value);
}

Field Value

A value indicating how payment was/is made. For example, by credit card, by check, etc.

Remarks

iBO only supports credit card payments at this time.

See Also