public class UpdateTransactionRequest extends Object
Constructor and Description |
---|
UpdateTransactionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTransactionRequest |
code(String code) |
boolean |
equals(Object o) |
String |
getCode() |
String |
getMessage() |
String |
getState()
The state or province associated with the address.
|
int |
hashCode() |
UpdateTransactionRequest |
message(String message) |
void |
setCode(String code) |
void |
setMessage(String message) |
void |
setState(String state) |
UpdateTransactionRequest |
state(String state) |
String |
toString() |
public UpdateTransactionRequest code(String code)
public String getCode()
public void setCode(String code)
public UpdateTransactionRequest message(String message)
public String getMessage()
public void setMessage(String message)
public UpdateTransactionRequest state(String state)
public String getState()
public void setState(String state)
Copyright © 2020. All rights reserved.