set_PaymentReferenceType Method
In This Topic
Sets the payment reference type.
Syntax
var instance = new Vintasoft.Barcode.WebSwissQrCodeBarcodeValueJS();
var returnValue; // Type: any
// Parameters
var value; // Type: string
returnValue = instance.set_PaymentReferenceType(value);
function set_PaymentReferenceType(
: string
) : any;
Parameters
- value
- The payment reference type. Maximum four alphanumeric characters.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also