Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a PaymentPriority_LT enum value to a corresponding integer value.
Syntax
public int getPaymentPriorityCode(PaymentPriority_LT _paymentPriority)
Run On
Server
Parameters
- _paymentPriority
Type: PaymentPriority_LT Enumeration
The enum value to convert.
Return Value
Type: int
1 if the passed value is PaymentPriority_LT::Standard; 2 if the value is PaymentPriority_LT::Urgent; otherwise, 3.