public class OrderReferences extends Object
Constructor and Description |
---|
OrderReferences() |
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Descriptive text that is used towards to customer, either during an online checkout at a third party and/or on the statement of the customer.
|
OrderInvoiceData |
getInvoiceData()
Object containing additional invoice data
|
Long |
getMerchantOrderId()
Your order identifier
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. Note that the maximum length of this field for transactions processed on the WL Online Payment Acceptance Platform platform is 50. Your unique reference of the transaction that is also returned in our report files.
|
String |
getProviderId()
Provides an additional means of reconciliation for Gateway merchants
|
String |
getProviderMerchantId()
Provides an additional means of reconciliation, this is the MerchantId used at the provider
|
void |
setDescriptor(String value)
Descriptive text that is used towards to customer, either during an online checkout at a third party and/or on the statement of the customer.
|
void |
setInvoiceData(OrderInvoiceData value)
Object containing additional invoice data
|
void |
setMerchantOrderId(Long value)
Your order identifier
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. Note that the maximum length of this field for transactions processed on the WL Online Payment Acceptance Platform platform is 50. Your unique reference of the transaction that is also returned in our report files.
|
void |
setProviderId(String value)
Provides an additional means of reconciliation for Gateway merchants
|
void |
setProviderMerchantId(String value)
Provides an additional means of reconciliation, this is the MerchantId used at the provider
|
public String getDescriptor()
public void setDescriptor(String value)
public OrderInvoiceData getInvoiceData()
public void setInvoiceData(OrderInvoiceData value)
public Long getMerchantOrderId()
public void setMerchantOrderId(Long value)
public String getMerchantReference()
public void setMerchantReference(String value)
public String getProviderId()
public void setProviderId(String value)
public String getProviderMerchantId()
public void setProviderMerchantId(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.