public class Merchant extends Object
Constructor and Description |
---|
Merchant() |
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationId()
In case your account has been setup with multiple configurations you can use this property to identify the one you would like to use for the transaction.
|
String |
getContactWebsiteUrl()
URL to find contact or support details to contact in case of questions.
|
Seller |
getSeller()
Object containing seller details
|
String |
getWebsiteUrl()
The website from which the purchase was made.
|
void |
setConfigurationId(String value)
In case your account has been setup with multiple configurations you can use this property to identify the one you would like to use for the transaction.
|
void |
setContactWebsiteUrl(String value)
URL to find contact or support details to contact in case of questions.
|
void |
setSeller(Seller value)
Object containing seller details
|
void |
setWebsiteUrl(String value)
The website from which the purchase was made.
|
public String getConfigurationId()
public void setConfigurationId(String value)
public String getContactWebsiteUrl()
public void setContactWebsiteUrl(String value)
public Seller getSeller()
public void setSeller(Seller value)
public String getWebsiteUrl()
public void setWebsiteUrl(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.