public final class Merchant extends Object
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the TurnOnline.biz Payment Processor. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Constructor and Description |
|---|
Merchant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getCity() |
String |
getName() |
Merchant |
setCategory(String category) |
Merchant |
setCity(String city) |
Merchant |
setName(String name) |
public String getCategory()
null for nonepublic Merchant setCategory(String category)
category - category or null for nonepublic String getCity()
null for nonepublic String getName()
null for noneCopyright © 2023. All rights reserved.