public class InvoiceCustomField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceCustomField.Builder
Class to build instances of
InvoiceCustomField. |
| Constructor and Description |
|---|
InvoiceCustomField(String label,
String value,
String placement)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel()
Getter for Label.
|
String |
getPlacement()
Getter for Placement.
|
String |
getValue()
Getter for Value.
|
int |
hashCode() |
InvoiceCustomField.Builder |
toBuilder()
Builds a new
InvoiceCustomField.Builder object. |
String |
toString()
Converts this InvoiceCustomField into string format.
|
public String getLabel()
public String getValue()
public String getPlacement()
public String toString()
public InvoiceCustomField.Builder toBuilder()
InvoiceCustomField.Builder object.
Creates the instance with the state of the current model.InvoiceCustomField.Builder objectCopyright © 2022. All rights reserved.