public class OrderTypeInformation extends Object
| Constructor and Description |
|---|
OrderTypeInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPurchaseType()
Possible values are:
* physical (tangible goods shipped to the customers)
* digital (digital services like ebooks, streaming...)
|
String |
getTransactionType()
Identifies the type of transaction being authenticated.
|
void |
setPurchaseType(String value)
Possible values are:
* physical (tangible goods shipped to the customers)
* digital (digital services like ebooks, streaming...)
|
void |
setTransactionType(String value)
Identifies the type of transaction being authenticated.
|
OrderTypeInformation |
withPurchaseType(String value)
Possible values are:
* physical (tangible goods shipped to the customers)
* digital (digital services like ebooks, streaming...)
|
OrderTypeInformation |
withTransactionType(String value)
Identifies the type of transaction being authenticated.
|
public String getPurchaseType()
public void setPurchaseType(String value)
public OrderTypeInformation withPurchaseType(String value)
public String getTransactionType()
public void setTransactionType(String value)
public OrderTypeInformation withTransactionType(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.