public class PayoutReferences extends Object
| Constructor and Description |
|---|
PayoutReferences() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvoiceNumber()
Your invoice number (on printed invoice) that is also returned in our report files
|
Long |
getMerchantOrderId()
Order Identifier generated by the merchant
Note: This does not need to have a unique value for each transaction |
String |
getMerchantReference()
Note that the maximum length of this field for transactions processed on the GlobalCollect platform is 30.
|
void |
setInvoiceNumber(String value)
Your invoice number (on printed invoice) that is also returned in our report files
|
void |
setMerchantOrderId(Long value)
Order Identifier generated by the merchant
Note: This does not need to have a unique value for each transaction |
void |
setMerchantReference(String value)
Note that the maximum length of this field for transactions processed on the GlobalCollect platform is 30.
|
public String getInvoiceNumber()
public void setInvoiceNumber(String value)
public Long getMerchantOrderId()
public void setMerchantOrderId(Long value)
public String getMerchantReference()
public void setMerchantReference(String value)
Copyright © 2025 Worldline Global Collect. All rights reserved.