| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
SourceApplication |
SourceApplication.Builder.build()
Builds a new
SourceApplication object using the set fields. |
SourceApplication |
InventoryTransfer.getSource()
Getter for Source.
|
SourceApplication |
InventoryAdjustment.getSource()
Getter for Source.
|
SourceApplication |
InventoryPhysicalCount.getSource()
Getter for Source.
|
SourceApplication |
CatalogCustomAttributeDefinition.getSourceApplication()
Getter for SourceApplication.
|
SourceApplication |
CustomAttributeDefinition.getSourceApplication()
Getter for SourceApplication.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryTransfer.Builder |
InventoryTransfer.Builder.source(SourceApplication source)
Setter for source.
|
InventoryAdjustment.Builder |
InventoryAdjustment.Builder.source(SourceApplication source)
Setter for source.
|
InventoryPhysicalCount.Builder |
InventoryPhysicalCount.Builder.source(SourceApplication source)
Setter for source.
|
CatalogCustomAttributeDefinition.Builder |
CatalogCustomAttributeDefinition.Builder.sourceApplication(SourceApplication sourceApplication)
Setter for sourceApplication.
|
CustomAttributeDefinition.Builder |
CustomAttributeDefinition.Builder.sourceApplication(SourceApplication sourceApplication)
Setter for sourceApplication.
|
| Constructor and Description |
|---|
CatalogCustomAttributeDefinition(String type,
String name,
List<String> allowedObjectTypes,
String description,
SourceApplication sourceApplication,
String sellerVisibility,
String appVisibility,
CatalogCustomAttributeDefinitionStringConfig stringConfig,
CatalogCustomAttributeDefinitionNumberConfig numberConfig,
CatalogCustomAttributeDefinitionSelectionConfig selectionConfig,
Integer customAttributeUsageCount,
String key)
Initialization constructor.
|
CustomAttributeDefinition(String key,
JsonObject schema,
String name,
String description,
SourceApplication sourceApplication,
String visibility,
Integer version,
String updatedAt,
String createdAt)
Initialization constructor.
|
InventoryAdjustment(String id,
String referenceId,
String fromState,
String toState,
String locationId,
String catalogObjectId,
String catalogObjectType,
String quantity,
Money totalPriceMoney,
String occurredAt,
String createdAt,
SourceApplication source,
String employeeId,
String teamMemberId,
String transactionId,
String refundId,
String purchaseOrderId,
String goodsReceiptId,
InventoryAdjustmentGroup adjustmentGroup)
Initialization constructor.
|
InventoryPhysicalCount(String id,
String referenceId,
String catalogObjectId,
String catalogObjectType,
String state,
String locationId,
String quantity,
SourceApplication source,
String employeeId,
String teamMemberId,
String occurredAt,
String createdAt)
Initialization constructor.
|
InventoryTransfer(String id,
String referenceId,
String state,
String fromLocationId,
String toLocationId,
String catalogObjectId,
String catalogObjectType,
String quantity,
String occurredAt,
String createdAt,
SourceApplication source,
String employeeId,
String teamMemberId)
Initialization constructor.
|
Copyright © 2022. All rights reserved.