| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
VendorContact |
VendorContact.Builder.build()
Builds a new
VendorContact object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<VendorContact> |
Vendor.getContacts()
Getter for Contacts.
|
| Modifier and Type | Method and Description |
|---|---|
Vendor.Builder |
Vendor.Builder.contacts(List<VendorContact> contacts)
Setter for contacts.
|
| Constructor and Description |
|---|
Vendor(String id,
String createdAt,
String updatedAt,
String name,
Address address,
List<VendorContact> contacts,
String accountNumber,
String note,
Integer version,
String status)
Initialization constructor.
|
Copyright © 2022. All rights reserved.