Documentation
¶
Index ¶
- Variables
- func Bool(b bool) *bool
- func Byte(b byte) *byte
- func Complex64(c complex64) *complex64
- func Complex128(c complex128) *complex128
- func Float32(f float32) *float32
- func Float64(f float64) *float64
- func Int(i int) *int
- func Int8(i int8) *int8
- func Int16(i int16) *int16
- func Int32(i int32) *int32
- func Int64(i int64) *int64
- func MustParseDate(date string) time.Time
- func MustParseDateTime(datetime string) time.Time
- func Rune(r rune) *rune
- func String(s string) *string
- func Time(t time.Time) *time.Time
- func UUID(u uuid.UUID) *uuid.UUID
- func Uint(u uint) *uint
- func Uint8(u uint8) *uint8
- func Uint16(u uint16) *uint16
- func Uint32(u uint32) *uint32
- func Uint64(u uint64) *uint64
- func Uintptr(u uintptr) *uintptr
- type AcceptDisputeResponse
- type AcceptDisputesRequest
- type AcceptedPaymentMethods
- func (a *AcceptedPaymentMethods) GetAfterpayClearpay() *bool
- func (a *AcceptedPaymentMethods) GetApplePay() *bool
- func (a *AcceptedPaymentMethods) GetCashAppPay() *bool
- func (a *AcceptedPaymentMethods) GetExtraProperties() map[string]interface{}
- func (a *AcceptedPaymentMethods) GetGooglePay() *bool
- func (a *AcceptedPaymentMethods) String() string
- func (a *AcceptedPaymentMethods) UnmarshalJSON(data []byte) error
- type AccumulateLoyaltyPointsResponse
- func (a *AccumulateLoyaltyPointsResponse) GetErrors() []*Error
- func (a *AccumulateLoyaltyPointsResponse) GetEvent() *LoyaltyEvent
- func (a *AccumulateLoyaltyPointsResponse) GetEvents() []*LoyaltyEvent
- func (a *AccumulateLoyaltyPointsResponse) GetExtraProperties() map[string]interface{}
- func (a *AccumulateLoyaltyPointsResponse) String() string
- func (a *AccumulateLoyaltyPointsResponse) UnmarshalJSON(data []byte) error
- type AchDetails
- func (a *AchDetails) GetAccountNumberSuffix() *string
- func (a *AchDetails) GetAccountType() *string
- func (a *AchDetails) GetExtraProperties() map[string]interface{}
- func (a *AchDetails) GetRoutingNumber() *string
- func (a *AchDetails) String() string
- func (a *AchDetails) UnmarshalJSON(data []byte) error
- type ActionCancelReason
- type ActivityType
- type AddGroupToCustomerResponse
- type AdditionalRecipient
- func (a *AdditionalRecipient) GetAmountMoney() *Money
- func (a *AdditionalRecipient) GetDescription() *string
- func (a *AdditionalRecipient) GetExtraProperties() map[string]interface{}
- func (a *AdditionalRecipient) GetLocationID() string
- func (a *AdditionalRecipient) GetReceivableID() *string
- func (a *AdditionalRecipient) String() string
- func (a *AdditionalRecipient) UnmarshalJSON(data []byte) error
- type Address
- func (a *Address) GetAddressLine1() *string
- func (a *Address) GetAddressLine2() *string
- func (a *Address) GetAddressLine3() *string
- func (a *Address) GetAdministrativeDistrictLevel1() *string
- func (a *Address) GetAdministrativeDistrictLevel2() *string
- func (a *Address) GetAdministrativeDistrictLevel3() *string
- func (a *Address) GetCountry() *Country
- func (a *Address) GetExtraProperties() map[string]interface{}
- func (a *Address) GetFirstName() *string
- func (a *Address) GetLastName() *string
- func (a *Address) GetLocality() *string
- func (a *Address) GetPostalCode() *string
- func (a *Address) GetSublocality() *string
- func (a *Address) GetSublocality2() *string
- func (a *Address) GetSublocality3() *string
- func (a *Address) String() string
- func (a *Address) UnmarshalJSON(data []byte) error
- type AdjustLoyaltyPointsResponse
- func (a *AdjustLoyaltyPointsResponse) GetErrors() []*Error
- func (a *AdjustLoyaltyPointsResponse) GetEvent() *LoyaltyEvent
- func (a *AdjustLoyaltyPointsResponse) GetExtraProperties() map[string]interface{}
- func (a *AdjustLoyaltyPointsResponse) String() string
- func (a *AdjustLoyaltyPointsResponse) UnmarshalJSON(data []byte) error
- type AfterpayDetails
- type ApplicationDetails
- func (a *ApplicationDetails) GetApplicationID() *string
- func (a *ApplicationDetails) GetExtraProperties() map[string]interface{}
- func (a *ApplicationDetails) GetSquareProduct() *ApplicationDetailsExternalSquareProduct
- func (a *ApplicationDetails) String() string
- func (a *ApplicationDetails) UnmarshalJSON(data []byte) error
- type ApplicationDetailsExternalSquareProduct
- type ApplicationType
- type AppointmentSegment
- func (a *AppointmentSegment) GetAnyTeamMember() *bool
- func (a *AppointmentSegment) GetDurationMinutes() *int
- func (a *AppointmentSegment) GetExtraProperties() map[string]interface{}
- func (a *AppointmentSegment) GetIntermissionMinutes() *int
- func (a *AppointmentSegment) GetResourceIDs() []string
- func (a *AppointmentSegment) GetServiceVariationID() *string
- func (a *AppointmentSegment) GetServiceVariationVersion() *int64
- func (a *AppointmentSegment) GetTeamMemberID() string
- func (a *AppointmentSegment) String() string
- func (a *AppointmentSegment) UnmarshalJSON(data []byte) error
- type ArchivedState
- type Availability
- func (a *Availability) GetAppointmentSegments() []*AppointmentSegment
- func (a *Availability) GetExtraProperties() map[string]interface{}
- func (a *Availability) GetLocationID() *string
- func (a *Availability) GetStartAt() *string
- func (a *Availability) String() string
- func (a *Availability) UnmarshalJSON(data []byte) error
- type BankAccount
- func (b *BankAccount) GetAccountNumberSuffix() string
- func (b *BankAccount) GetAccountType() BankAccountType
- func (b *BankAccount) GetBankName() *string
- func (b *BankAccount) GetCountry() Country
- func (b *BankAccount) GetCreditable() bool
- func (b *BankAccount) GetCurrency() Currency
- func (b *BankAccount) GetDebitMandateReferenceID() *string
- func (b *BankAccount) GetDebitable() bool
- func (b *BankAccount) GetExtraProperties() map[string]interface{}
- func (b *BankAccount) GetFingerprint() *string
- func (b *BankAccount) GetHolderName() string
- func (b *BankAccount) GetID() string
- func (b *BankAccount) GetLocationID() *string
- func (b *BankAccount) GetPrimaryBankIdentificationNumber() string
- func (b *BankAccount) GetReferenceID() *string
- func (b *BankAccount) GetSecondaryBankIdentificationNumber() *string
- func (b *BankAccount) GetStatus() BankAccountStatus
- func (b *BankAccount) GetVersion() *int
- func (b *BankAccount) String() string
- func (b *BankAccount) UnmarshalJSON(data []byte) error
- type BankAccountCreatedEvent
- func (b *BankAccountCreatedEvent) GetCreatedAt() *string
- func (b *BankAccountCreatedEvent) GetData() *BankAccountCreatedEventData
- func (b *BankAccountCreatedEvent) GetEventID() *string
- func (b *BankAccountCreatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BankAccountCreatedEvent) GetLocationID() *string
- func (b *BankAccountCreatedEvent) GetMerchantID() *string
- func (b *BankAccountCreatedEvent) GetType() *string
- func (b *BankAccountCreatedEvent) String() string
- func (b *BankAccountCreatedEvent) UnmarshalJSON(data []byte) error
- type BankAccountCreatedEventData
- func (b *BankAccountCreatedEventData) GetExtraProperties() map[string]interface{}
- func (b *BankAccountCreatedEventData) GetID() *string
- func (b *BankAccountCreatedEventData) GetObject() *BankAccountCreatedEventObject
- func (b *BankAccountCreatedEventData) GetType() *string
- func (b *BankAccountCreatedEventData) String() string
- func (b *BankAccountCreatedEventData) UnmarshalJSON(data []byte) error
- type BankAccountCreatedEventObject
- type BankAccountDisabledEvent
- func (b *BankAccountDisabledEvent) GetCreatedAt() *string
- func (b *BankAccountDisabledEvent) GetData() *BankAccountDisabledEventData
- func (b *BankAccountDisabledEvent) GetEventID() *string
- func (b *BankAccountDisabledEvent) GetExtraProperties() map[string]interface{}
- func (b *BankAccountDisabledEvent) GetLocationID() *string
- func (b *BankAccountDisabledEvent) GetMerchantID() *string
- func (b *BankAccountDisabledEvent) GetType() *string
- func (b *BankAccountDisabledEvent) String() string
- func (b *BankAccountDisabledEvent) UnmarshalJSON(data []byte) error
- type BankAccountDisabledEventData
- func (b *BankAccountDisabledEventData) GetExtraProperties() map[string]interface{}
- func (b *BankAccountDisabledEventData) GetID() *string
- func (b *BankAccountDisabledEventData) GetObject() *BankAccountDisabledEventObject
- func (b *BankAccountDisabledEventData) GetType() *string
- func (b *BankAccountDisabledEventData) String() string
- func (b *BankAccountDisabledEventData) UnmarshalJSON(data []byte) error
- type BankAccountDisabledEventObject
- type BankAccountPaymentDetails
- func (b *BankAccountPaymentDetails) GetAccountOwnershipType() *string
- func (b *BankAccountPaymentDetails) GetAchDetails() *AchDetails
- func (b *BankAccountPaymentDetails) GetBankName() *string
- func (b *BankAccountPaymentDetails) GetCountry() *string
- func (b *BankAccountPaymentDetails) GetErrors() []*Error
- func (b *BankAccountPaymentDetails) GetExtraProperties() map[string]interface{}
- func (b *BankAccountPaymentDetails) GetFingerprint() *string
- func (b *BankAccountPaymentDetails) GetStatementDescription() *string
- func (b *BankAccountPaymentDetails) GetTransferType() *string
- func (b *BankAccountPaymentDetails) String() string
- func (b *BankAccountPaymentDetails) UnmarshalJSON(data []byte) error
- type BankAccountStatus
- type BankAccountType
- type BankAccountVerifiedEvent
- func (b *BankAccountVerifiedEvent) GetCreatedAt() *string
- func (b *BankAccountVerifiedEvent) GetData() *BankAccountVerifiedEventData
- func (b *BankAccountVerifiedEvent) GetEventID() *string
- func (b *BankAccountVerifiedEvent) GetExtraProperties() map[string]interface{}
- func (b *BankAccountVerifiedEvent) GetLocationID() *string
- func (b *BankAccountVerifiedEvent) GetMerchantID() *string
- func (b *BankAccountVerifiedEvent) GetType() *string
- func (b *BankAccountVerifiedEvent) String() string
- func (b *BankAccountVerifiedEvent) UnmarshalJSON(data []byte) error
- type BankAccountVerifiedEventData
- func (b *BankAccountVerifiedEventData) GetExtraProperties() map[string]interface{}
- func (b *BankAccountVerifiedEventData) GetID() *string
- func (b *BankAccountVerifiedEventData) GetObject() *BankAccountVerifiedEventObject
- func (b *BankAccountVerifiedEventData) GetType() *string
- func (b *BankAccountVerifiedEventData) String() string
- func (b *BankAccountVerifiedEventData) UnmarshalJSON(data []byte) error
- type BankAccountVerifiedEventObject
- type BatchChangeInventoryRequest
- func (b *BatchChangeInventoryRequest) GetChanges() []*InventoryChange
- func (b *BatchChangeInventoryRequest) GetExtraProperties() map[string]interface{}
- func (b *BatchChangeInventoryRequest) GetIdempotencyKey() string
- func (b *BatchChangeInventoryRequest) GetIgnoreUnchangedCounts() *bool
- func (b *BatchChangeInventoryRequest) String() string
- func (b *BatchChangeInventoryRequest) UnmarshalJSON(data []byte) error
- type BatchChangeInventoryResponse
- func (b *BatchChangeInventoryResponse) GetChanges() []*InventoryChange
- func (b *BatchChangeInventoryResponse) GetCounts() []*InventoryCount
- func (b *BatchChangeInventoryResponse) GetErrors() []*Error
- func (b *BatchChangeInventoryResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchChangeInventoryResponse) String() string
- func (b *BatchChangeInventoryResponse) UnmarshalJSON(data []byte) error
- type BatchCreateTeamMembersRequest
- type BatchCreateTeamMembersResponse
- func (b *BatchCreateTeamMembersResponse) GetErrors() []*Error
- func (b *BatchCreateTeamMembersResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchCreateTeamMembersResponse) GetTeamMembers() map[string]*CreateTeamMemberResponse
- func (b *BatchCreateTeamMembersResponse) String() string
- func (b *BatchCreateTeamMembersResponse) UnmarshalJSON(data []byte) error
- type BatchCreateVendorsRequest
- type BatchCreateVendorsResponse
- func (b *BatchCreateVendorsResponse) GetErrors() []*Error
- func (b *BatchCreateVendorsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchCreateVendorsResponse) GetResponses() map[string]*CreateVendorResponse
- func (b *BatchCreateVendorsResponse) String() string
- func (b *BatchCreateVendorsResponse) UnmarshalJSON(data []byte) error
- type BatchDeleteCatalogObjectsRequest
- type BatchDeleteCatalogObjectsResponse
- func (b *BatchDeleteCatalogObjectsResponse) GetDeletedAt() *string
- func (b *BatchDeleteCatalogObjectsResponse) GetDeletedObjectIDs() []string
- func (b *BatchDeleteCatalogObjectsResponse) GetErrors() []*Error
- func (b *BatchDeleteCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchDeleteCatalogObjectsResponse) String() string
- func (b *BatchDeleteCatalogObjectsResponse) UnmarshalJSON(data []byte) error
- type BatchGetCatalogObjectsRequest
- type BatchGetCatalogObjectsResponse
- func (b *BatchGetCatalogObjectsResponse) GetErrors() []*Error
- func (b *BatchGetCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchGetCatalogObjectsResponse) GetObjects() []*CatalogObject
- func (b *BatchGetCatalogObjectsResponse) GetRelatedObjects() []*CatalogObject
- func (b *BatchGetCatalogObjectsResponse) String() string
- func (b *BatchGetCatalogObjectsResponse) UnmarshalJSON(data []byte) error
- type BatchGetInventoryChangesResponse
- func (b *BatchGetInventoryChangesResponse) GetChanges() []*InventoryChange
- func (b *BatchGetInventoryChangesResponse) GetCursor() *string
- func (b *BatchGetInventoryChangesResponse) GetErrors() []*Error
- func (b *BatchGetInventoryChangesResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchGetInventoryChangesResponse) String() string
- func (b *BatchGetInventoryChangesResponse) UnmarshalJSON(data []byte) error
- type BatchGetInventoryCountsRequest
- func (b *BatchGetInventoryCountsRequest) GetCatalogObjectIDs() []string
- func (b *BatchGetInventoryCountsRequest) GetCursor() *string
- func (b *BatchGetInventoryCountsRequest) GetExtraProperties() map[string]interface{}
- func (b *BatchGetInventoryCountsRequest) GetLimit() *int
- func (b *BatchGetInventoryCountsRequest) GetLocationIDs() []string
- func (b *BatchGetInventoryCountsRequest) GetStates() []InventoryState
- func (b *BatchGetInventoryCountsRequest) GetUpdatedAfter() *string
- func (b *BatchGetInventoryCountsRequest) String() string
- func (b *BatchGetInventoryCountsRequest) UnmarshalJSON(data []byte) error
- type BatchGetInventoryCountsResponse
- func (b *BatchGetInventoryCountsResponse) GetCounts() []*InventoryCount
- func (b *BatchGetInventoryCountsResponse) GetCursor() *string
- func (b *BatchGetInventoryCountsResponse) GetErrors() []*Error
- func (b *BatchGetInventoryCountsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchGetInventoryCountsResponse) String() string
- func (b *BatchGetInventoryCountsResponse) UnmarshalJSON(data []byte) error
- type BatchGetOrdersRequest
- type BatchGetOrdersResponse
- type BatchGetVendorsRequest
- type BatchGetVendorsResponse
- func (b *BatchGetVendorsResponse) GetErrors() []*Error
- func (b *BatchGetVendorsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchGetVendorsResponse) GetResponses() map[string]*GetVendorResponse
- func (b *BatchGetVendorsResponse) String() string
- func (b *BatchGetVendorsResponse) UnmarshalJSON(data []byte) error
- type BatchRetrieveInventoryChangesRequest
- func (b *BatchRetrieveInventoryChangesRequest) GetCatalogObjectIDs() []string
- func (b *BatchRetrieveInventoryChangesRequest) GetCursor() *string
- func (b *BatchRetrieveInventoryChangesRequest) GetExtraProperties() map[string]interface{}
- func (b *BatchRetrieveInventoryChangesRequest) GetLimit() *int
- func (b *BatchRetrieveInventoryChangesRequest) GetLocationIDs() []string
- func (b *BatchRetrieveInventoryChangesRequest) GetStates() []InventoryState
- func (b *BatchRetrieveInventoryChangesRequest) GetTypes() []InventoryChangeType
- func (b *BatchRetrieveInventoryChangesRequest) GetUpdatedAfter() *string
- func (b *BatchRetrieveInventoryChangesRequest) GetUpdatedBefore() *string
- func (b *BatchRetrieveInventoryChangesRequest) String() string
- func (b *BatchRetrieveInventoryChangesRequest) UnmarshalJSON(data []byte) error
- type BatchUpdateTeamMembersRequest
- type BatchUpdateTeamMembersResponse
- func (b *BatchUpdateTeamMembersResponse) GetErrors() []*Error
- func (b *BatchUpdateTeamMembersResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchUpdateTeamMembersResponse) GetTeamMembers() map[string]*UpdateTeamMemberResponse
- func (b *BatchUpdateTeamMembersResponse) String() string
- func (b *BatchUpdateTeamMembersResponse) UnmarshalJSON(data []byte) error
- type BatchUpdateVendorsRequest
- type BatchUpdateVendorsResponse
- func (b *BatchUpdateVendorsResponse) GetErrors() []*Error
- func (b *BatchUpdateVendorsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchUpdateVendorsResponse) GetResponses() map[string]*UpdateVendorResponse
- func (b *BatchUpdateVendorsResponse) String() string
- func (b *BatchUpdateVendorsResponse) UnmarshalJSON(data []byte) error
- type BatchUpsertCatalogObjectsRequest
- type BatchUpsertCatalogObjectsResponse
- func (b *BatchUpsertCatalogObjectsResponse) GetErrors() []*Error
- func (b *BatchUpsertCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchUpsertCatalogObjectsResponse) GetIDMappings() []*CatalogIDMapping
- func (b *BatchUpsertCatalogObjectsResponse) GetObjects() []*CatalogObject
- func (b *BatchUpsertCatalogObjectsResponse) GetUpdatedAt() *string
- func (b *BatchUpsertCatalogObjectsResponse) String() string
- func (b *BatchUpsertCatalogObjectsResponse) UnmarshalJSON(data []byte) error
- type BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest
- func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
- func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetCustomerID() string
- func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
- func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetIdempotencyKey() *string
- func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) String() string
- func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
- type BatchUpsertCustomerCustomAttributesResponse
- func (b *BatchUpsertCustomerCustomAttributesResponse) GetErrors() []*Error
- func (b *BatchUpsertCustomerCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchUpsertCustomerCustomAttributesResponse) GetValues() ...
- func (b *BatchUpsertCustomerCustomAttributesResponse) String() string
- func (b *BatchUpsertCustomerCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse
- func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
- func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetCustomerID() *string
- func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetErrors() []*Error
- func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
- func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) String() string
- func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
- type Booking
- func (b *Booking) GetAddress() *Address
- func (b *Booking) GetAllDay() *bool
- func (b *Booking) GetAppointmentSegments() []*AppointmentSegment
- func (b *Booking) GetCreatedAt() *string
- func (b *Booking) GetCreatorDetails() *BookingCreatorDetails
- func (b *Booking) GetCustomerID() *string
- func (b *Booking) GetCustomerNote() *string
- func (b *Booking) GetExtraProperties() map[string]interface{}
- func (b *Booking) GetID() *string
- func (b *Booking) GetLocationID() *string
- func (b *Booking) GetLocationType() *BusinessAppointmentSettingsBookingLocationType
- func (b *Booking) GetSellerNote() *string
- func (b *Booking) GetSource() *BookingBookingSource
- func (b *Booking) GetStartAt() *string
- func (b *Booking) GetStatus() *BookingStatus
- func (b *Booking) GetTransitionTimeMinutes() *int
- func (b *Booking) GetUpdatedAt() *string
- func (b *Booking) GetVersion() *int
- func (b *Booking) String() string
- func (b *Booking) UnmarshalJSON(data []byte) error
- type BookingBookingSource
- type BookingCreatedEvent
- func (b *BookingCreatedEvent) GetCreatedAt() *string
- func (b *BookingCreatedEvent) GetData() *BookingCreatedEventData
- func (b *BookingCreatedEvent) GetEventID() *string
- func (b *BookingCreatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCreatedEvent) GetMerchantID() *string
- func (b *BookingCreatedEvent) GetType() *string
- func (b *BookingCreatedEvent) String() string
- func (b *BookingCreatedEvent) UnmarshalJSON(data []byte) error
- type BookingCreatedEventData
- func (b *BookingCreatedEventData) GetExtraProperties() map[string]interface{}
- func (b *BookingCreatedEventData) GetID() *string
- func (b *BookingCreatedEventData) GetObject() *BookingCreatedEventObject
- func (b *BookingCreatedEventData) GetType() *string
- func (b *BookingCreatedEventData) String() string
- func (b *BookingCreatedEventData) UnmarshalJSON(data []byte) error
- type BookingCreatedEventObject
- type BookingCreatorDetails
- func (b *BookingCreatorDetails) GetCreatorType() *BookingCreatorDetailsCreatorType
- func (b *BookingCreatorDetails) GetCustomerID() *string
- func (b *BookingCreatorDetails) GetExtraProperties() map[string]interface{}
- func (b *BookingCreatorDetails) GetTeamMemberID() *string
- func (b *BookingCreatorDetails) String() string
- func (b *BookingCreatorDetails) UnmarshalJSON(data []byte) error
- type BookingCreatorDetailsCreatorType
- type BookingCustomAttributeDefinitionOwnedCreatedEvent
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetEventID() *string
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetType() *string
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) String() string
- func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDefinitionOwnedDeletedEvent
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetEventID() *string
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetType() *string
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) String() string
- func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDefinitionOwnedUpdatedEvent
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID() *string
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetType() *string
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) String() string
- func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDefinitionVisibleCreatedEvent
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetEventID() *string
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetType() *string
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) String() string
- func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDefinitionVisibleDeletedEvent
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetEventID() *string
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetType() *string
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) String() string
- func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDefinitionVisibleUpdatedEvent
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID() *string
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetType() *string
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) String() string
- func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDeleteRequest
- func (b *BookingCustomAttributeDeleteRequest) GetBookingID() string
- func (b *BookingCustomAttributeDeleteRequest) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDeleteRequest) GetKey() string
- func (b *BookingCustomAttributeDeleteRequest) String() string
- func (b *BookingCustomAttributeDeleteRequest) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeDeleteResponse
- func (b *BookingCustomAttributeDeleteResponse) GetBookingID() *string
- func (b *BookingCustomAttributeDeleteResponse) GetErrors() []*Error
- func (b *BookingCustomAttributeDeleteResponse) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeDeleteResponse) String() string
- func (b *BookingCustomAttributeDeleteResponse) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeOwnedDeletedEvent
- func (b *BookingCustomAttributeOwnedDeletedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeOwnedDeletedEvent) GetData() *CustomAttributeEventData
- func (b *BookingCustomAttributeOwnedDeletedEvent) GetEventID() *string
- func (b *BookingCustomAttributeOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeOwnedDeletedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeOwnedDeletedEvent) GetType() *string
- func (b *BookingCustomAttributeOwnedDeletedEvent) String() string
- func (b *BookingCustomAttributeOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeOwnedUpdatedEvent
- func (b *BookingCustomAttributeOwnedUpdatedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeOwnedUpdatedEvent) GetData() *CustomAttributeEventData
- func (b *BookingCustomAttributeOwnedUpdatedEvent) GetEventID() *string
- func (b *BookingCustomAttributeOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeOwnedUpdatedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeOwnedUpdatedEvent) GetType() *string
- func (b *BookingCustomAttributeOwnedUpdatedEvent) String() string
- func (b *BookingCustomAttributeOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeUpsertRequest
- func (b *BookingCustomAttributeUpsertRequest) GetBookingID() string
- func (b *BookingCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
- func (b *BookingCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeUpsertRequest) GetIdempotencyKey() *string
- func (b *BookingCustomAttributeUpsertRequest) String() string
- func (b *BookingCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeUpsertResponse
- func (b *BookingCustomAttributeUpsertResponse) GetBookingID() *string
- func (b *BookingCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
- func (b *BookingCustomAttributeUpsertResponse) GetErrors() []*Error
- func (b *BookingCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeUpsertResponse) String() string
- func (b *BookingCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeVisibleDeletedEvent
- func (b *BookingCustomAttributeVisibleDeletedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeVisibleDeletedEvent) GetData() *CustomAttributeEventData
- func (b *BookingCustomAttributeVisibleDeletedEvent) GetEventID() *string
- func (b *BookingCustomAttributeVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeVisibleDeletedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeVisibleDeletedEvent) GetType() *string
- func (b *BookingCustomAttributeVisibleDeletedEvent) String() string
- func (b *BookingCustomAttributeVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type BookingCustomAttributeVisibleUpdatedEvent
- func (b *BookingCustomAttributeVisibleUpdatedEvent) GetCreatedAt() *string
- func (b *BookingCustomAttributeVisibleUpdatedEvent) GetData() *CustomAttributeEventData
- func (b *BookingCustomAttributeVisibleUpdatedEvent) GetEventID() *string
- func (b *BookingCustomAttributeVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingCustomAttributeVisibleUpdatedEvent) GetMerchantID() *string
- func (b *BookingCustomAttributeVisibleUpdatedEvent) GetType() *string
- func (b *BookingCustomAttributeVisibleUpdatedEvent) String() string
- func (b *BookingCustomAttributeVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type BookingStatus
- type BookingUpdatedEvent
- func (b *BookingUpdatedEvent) GetCreatedAt() *string
- func (b *BookingUpdatedEvent) GetData() *BookingUpdatedEventData
- func (b *BookingUpdatedEvent) GetEventID() *string
- func (b *BookingUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (b *BookingUpdatedEvent) GetMerchantID() *string
- func (b *BookingUpdatedEvent) GetType() *string
- func (b *BookingUpdatedEvent) String() string
- func (b *BookingUpdatedEvent) UnmarshalJSON(data []byte) error
- type BookingUpdatedEventData
- func (b *BookingUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (b *BookingUpdatedEventData) GetID() *string
- func (b *BookingUpdatedEventData) GetObject() *BookingUpdatedEventObject
- func (b *BookingUpdatedEventData) GetType() *string
- func (b *BookingUpdatedEventData) String() string
- func (b *BookingUpdatedEventData) UnmarshalJSON(data []byte) error
- type BookingUpdatedEventObject
- type Break
- func (b *Break) GetBreakTypeID() string
- func (b *Break) GetEndAt() *string
- func (b *Break) GetExpectedDuration() string
- func (b *Break) GetExtraProperties() map[string]interface{}
- func (b *Break) GetID() *string
- func (b *Break) GetIsPaid() bool
- func (b *Break) GetName() string
- func (b *Break) GetStartAt() string
- func (b *Break) String() string
- func (b *Break) UnmarshalJSON(data []byte) error
- type BreakType
- func (b *BreakType) GetBreakName() string
- func (b *BreakType) GetCreatedAt() *string
- func (b *BreakType) GetExpectedDuration() string
- func (b *BreakType) GetExtraProperties() map[string]interface{}
- func (b *BreakType) GetID() *string
- func (b *BreakType) GetIsPaid() bool
- func (b *BreakType) GetLocationID() string
- func (b *BreakType) GetUpdatedAt() *string
- func (b *BreakType) GetVersion() *int
- func (b *BreakType) String() string
- func (b *BreakType) UnmarshalJSON(data []byte) error
- type BulkCreateCustomerData
- func (b *BulkCreateCustomerData) GetAddress() *Address
- func (b *BulkCreateCustomerData) GetBirthday() *string
- func (b *BulkCreateCustomerData) GetCompanyName() *string
- func (b *BulkCreateCustomerData) GetEmailAddress() *string
- func (b *BulkCreateCustomerData) GetExtraProperties() map[string]interface{}
- func (b *BulkCreateCustomerData) GetFamilyName() *string
- func (b *BulkCreateCustomerData) GetGivenName() *string
- func (b *BulkCreateCustomerData) GetNickname() *string
- func (b *BulkCreateCustomerData) GetNote() *string
- func (b *BulkCreateCustomerData) GetPhoneNumber() *string
- func (b *BulkCreateCustomerData) GetReferenceID() *string
- func (b *BulkCreateCustomerData) GetTaxIDs() *CustomerTaxIDs
- func (b *BulkCreateCustomerData) String() string
- func (b *BulkCreateCustomerData) UnmarshalJSON(data []byte) error
- type BulkCreateCustomersRequest
- type BulkCreateCustomersResponse
- func (b *BulkCreateCustomersResponse) GetErrors() []*Error
- func (b *BulkCreateCustomersResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkCreateCustomersResponse) GetResponses() map[string]*CreateCustomerResponse
- func (b *BulkCreateCustomersResponse) String() string
- func (b *BulkCreateCustomersResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteBookingCustomAttributesResponse
- func (b *BulkDeleteBookingCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkDeleteBookingCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteBookingCustomAttributesResponse) GetValues() map[string]*BookingCustomAttributeDeleteResponse
- func (b *BulkDeleteBookingCustomAttributesResponse) String() string
- func (b *BulkDeleteBookingCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteCustomersRequest
- type BulkDeleteCustomersResponse
- func (b *BulkDeleteCustomersResponse) GetErrors() []*Error
- func (b *BulkDeleteCustomersResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteCustomersResponse) GetResponses() map[string]*DeleteCustomerResponse
- func (b *BulkDeleteCustomersResponse) String() string
- func (b *BulkDeleteCustomersResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest
- func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) GetKey() *string
- func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) String() string
- func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) UnmarshalJSON(data []byte) error
- type BulkDeleteLocationCustomAttributesResponse
- func (b *BulkDeleteLocationCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkDeleteLocationCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteLocationCustomAttributesResponse) GetValues() ...
- func (b *BulkDeleteLocationCustomAttributesResponse) String() string
- func (b *BulkDeleteLocationCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse
- func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetErrors() []*Error
- func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetLocationID() *string
- func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) String() string
- func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest
- func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) GetKey() *string
- func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) String() string
- func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) UnmarshalJSON(data []byte) error
- type BulkDeleteMerchantCustomAttributesResponse
- func (b *BulkDeleteMerchantCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkDeleteMerchantCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteMerchantCustomAttributesResponse) GetValues() ...
- func (b *BulkDeleteMerchantCustomAttributesResponse) String() string
- func (b *BulkDeleteMerchantCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse
- func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) GetErrors() []*Error
- func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) String() string
- func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) UnmarshalJSON(data []byte) error
- type BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute
- func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetKey() *string
- func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetOrderID() string
- func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) String() string
- func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) UnmarshalJSON(data []byte) error
- type BulkDeleteOrderCustomAttributesResponse
- func (b *BulkDeleteOrderCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkDeleteOrderCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkDeleteOrderCustomAttributesResponse) GetValues() map[string]*DeleteOrderCustomAttributeResponse
- func (b *BulkDeleteOrderCustomAttributesResponse) String() string
- func (b *BulkDeleteOrderCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkPublishScheduledShiftsData
- type BulkPublishScheduledShiftsRequest
- type BulkPublishScheduledShiftsResponse
- func (b *BulkPublishScheduledShiftsResponse) GetErrors() []*Error
- func (b *BulkPublishScheduledShiftsResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkPublishScheduledShiftsResponse) GetResponses() map[string]*PublishScheduledShiftResponse
- func (b *BulkPublishScheduledShiftsResponse) String() string
- func (b *BulkPublishScheduledShiftsResponse) UnmarshalJSON(data []byte) error
- type BulkRetrieveBookingsRequest
- type BulkRetrieveBookingsResponse
- func (b *BulkRetrieveBookingsResponse) GetBookings() map[string]*GetBookingResponse
- func (b *BulkRetrieveBookingsResponse) GetErrors() []*Error
- func (b *BulkRetrieveBookingsResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkRetrieveBookingsResponse) String() string
- func (b *BulkRetrieveBookingsResponse) UnmarshalJSON(data []byte) error
- type BulkRetrieveChannelsRequest
- type BulkRetrieveChannelsRequestConstants
- type BulkRetrieveChannelsResponse
- func (b *BulkRetrieveChannelsResponse) GetErrors() []*Error
- func (b *BulkRetrieveChannelsResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkRetrieveChannelsResponse) GetResponses() map[string]*RetrieveChannelResponse
- func (b *BulkRetrieveChannelsResponse) String() string
- func (b *BulkRetrieveChannelsResponse) UnmarshalJSON(data []byte) error
- type BulkRetrieveCustomersRequest
- type BulkRetrieveCustomersResponse
- func (b *BulkRetrieveCustomersResponse) GetErrors() []*Error
- func (b *BulkRetrieveCustomersResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkRetrieveCustomersResponse) GetResponses() map[string]*GetCustomerResponse
- func (b *BulkRetrieveCustomersResponse) String() string
- func (b *BulkRetrieveCustomersResponse) UnmarshalJSON(data []byte) error
- type BulkRetrieveTeamMemberBookingProfilesRequest
- type BulkRetrieveTeamMemberBookingProfilesResponse
- func (b *BulkRetrieveTeamMemberBookingProfilesResponse) GetErrors() []*Error
- func (b *BulkRetrieveTeamMemberBookingProfilesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkRetrieveTeamMemberBookingProfilesResponse) GetTeamMemberBookingProfiles() map[string]*GetTeamMemberBookingProfileResponse
- func (b *BulkRetrieveTeamMemberBookingProfilesResponse) String() string
- func (b *BulkRetrieveTeamMemberBookingProfilesResponse) UnmarshalJSON(data []byte) error
- type BulkSwapPlanRequest
- type BulkSwapPlanResponse
- func (b *BulkSwapPlanResponse) GetAffectedSubscriptions() *int
- func (b *BulkSwapPlanResponse) GetErrors() []*Error
- func (b *BulkSwapPlanResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkSwapPlanResponse) String() string
- func (b *BulkSwapPlanResponse) UnmarshalJSON(data []byte) error
- type BulkUpdateCustomerData
- func (b *BulkUpdateCustomerData) GetAddress() *Address
- func (b *BulkUpdateCustomerData) GetBirthday() *string
- func (b *BulkUpdateCustomerData) GetCompanyName() *string
- func (b *BulkUpdateCustomerData) GetEmailAddress() *string
- func (b *BulkUpdateCustomerData) GetExtraProperties() map[string]interface{}
- func (b *BulkUpdateCustomerData) GetFamilyName() *string
- func (b *BulkUpdateCustomerData) GetGivenName() *string
- func (b *BulkUpdateCustomerData) GetNickname() *string
- func (b *BulkUpdateCustomerData) GetNote() *string
- func (b *BulkUpdateCustomerData) GetPhoneNumber() *string
- func (b *BulkUpdateCustomerData) GetReferenceID() *string
- func (b *BulkUpdateCustomerData) GetTaxIDs() *CustomerTaxIDs
- func (b *BulkUpdateCustomerData) GetVersion() *int64
- func (b *BulkUpdateCustomerData) String() string
- func (b *BulkUpdateCustomerData) UnmarshalJSON(data []byte) error
- type BulkUpdateCustomersRequest
- type BulkUpdateCustomersResponse
- func (b *BulkUpdateCustomersResponse) GetErrors() []*Error
- func (b *BulkUpdateCustomersResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpdateCustomersResponse) GetResponses() map[string]*UpdateCustomerResponse
- func (b *BulkUpdateCustomersResponse) String() string
- func (b *BulkUpdateCustomersResponse) UnmarshalJSON(data []byte) error
- type BulkUpsertBookingCustomAttributesResponse
- func (b *BulkUpsertBookingCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkUpsertBookingCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertBookingCustomAttributesResponse) GetValues() map[string]*BookingCustomAttributeUpsertResponse
- func (b *BulkUpsertBookingCustomAttributesResponse) String() string
- func (b *BulkUpsertBookingCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest
- func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
- func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetIdempotencyKey() *string
- func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetLocationID() string
- func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) String() string
- func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
- type BulkUpsertLocationCustomAttributesResponse
- func (b *BulkUpsertLocationCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkUpsertLocationCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertLocationCustomAttributesResponse) GetValues() ...
- func (b *BulkUpsertLocationCustomAttributesResponse) String() string
- func (b *BulkUpsertLocationCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse
- func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
- func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetErrors() []*Error
- func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetLocationID() *string
- func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) String() string
- func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
- type BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest
- func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
- func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetIdempotencyKey() *string
- func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetMerchantID() string
- func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) String() string
- func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
- type BulkUpsertMerchantCustomAttributesResponse
- func (b *BulkUpsertMerchantCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkUpsertMerchantCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertMerchantCustomAttributesResponse) GetValues() ...
- func (b *BulkUpsertMerchantCustomAttributesResponse) String() string
- func (b *BulkUpsertMerchantCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse
- func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
- func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetErrors() []*Error
- func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetMerchantID() *string
- func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) String() string
- func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
- type BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute
- func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetCustomAttribute() *CustomAttribute
- func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetIdempotencyKey() *string
- func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetOrderID() string
- func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) String() string
- func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) UnmarshalJSON(data []byte) error
- type BulkUpsertOrderCustomAttributesResponse
- func (b *BulkUpsertOrderCustomAttributesResponse) GetErrors() []*Error
- func (b *BulkUpsertOrderCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (b *BulkUpsertOrderCustomAttributesResponse) GetValues() map[string]*UpsertOrderCustomAttributeResponse
- func (b *BulkUpsertOrderCustomAttributesResponse) String() string
- func (b *BulkUpsertOrderCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type BusinessAppointmentSettings
- func (b *BusinessAppointmentSettings) GetAlignmentTime() *BusinessAppointmentSettingsAlignmentTime
- func (b *BusinessAppointmentSettings) GetAnyTeamMemberBookingEnabled() *bool
- func (b *BusinessAppointmentSettings) GetCancellationFeeMoney() *Money
- func (b *BusinessAppointmentSettings) GetCancellationPolicy() *BusinessAppointmentSettingsCancellationPolicy
- func (b *BusinessAppointmentSettings) GetCancellationPolicyText() *string
- func (b *BusinessAppointmentSettings) GetCancellationWindowSeconds() *int
- func (b *BusinessAppointmentSettings) GetExtraProperties() map[string]interface{}
- func (b *BusinessAppointmentSettings) GetLocationTypes() []BusinessAppointmentSettingsBookingLocationType
- func (b *BusinessAppointmentSettings) GetMaxAppointmentsPerDayLimit() *int
- func (b *BusinessAppointmentSettings) GetMaxAppointmentsPerDayLimitType() *BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType
- func (b *BusinessAppointmentSettings) GetMaxBookingLeadTimeSeconds() *int
- func (b *BusinessAppointmentSettings) GetMinBookingLeadTimeSeconds() *int
- func (b *BusinessAppointmentSettings) GetMultipleServiceBookingEnabled() *bool
- func (b *BusinessAppointmentSettings) GetSkipBookingFlowStaffSelection() *bool
- func (b *BusinessAppointmentSettings) String() string
- func (b *BusinessAppointmentSettings) UnmarshalJSON(data []byte) error
- type BusinessAppointmentSettingsAlignmentTime
- type BusinessAppointmentSettingsBookingLocationType
- type BusinessAppointmentSettingsCancellationPolicy
- type BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType
- type BusinessBookingProfile
- func (b *BusinessBookingProfile) GetAllowUserCancel() *bool
- func (b *BusinessBookingProfile) GetBookingEnabled() *bool
- func (b *BusinessBookingProfile) GetBookingPolicy() *BusinessBookingProfileBookingPolicy
- func (b *BusinessBookingProfile) GetBusinessAppointmentSettings() *BusinessAppointmentSettings
- func (b *BusinessBookingProfile) GetCreatedAt() *string
- func (b *BusinessBookingProfile) GetCustomerTimezoneChoice() *BusinessBookingProfileCustomerTimezoneChoice
- func (b *BusinessBookingProfile) GetExtraProperties() map[string]interface{}
- func (b *BusinessBookingProfile) GetSellerID() *string
- func (b *BusinessBookingProfile) GetSupportSellerLevelWrites() *bool
- func (b *BusinessBookingProfile) String() string
- func (b *BusinessBookingProfile) UnmarshalJSON(data []byte) error
- type BusinessBookingProfileBookingPolicy
- type BusinessBookingProfileCustomerTimezoneChoice
- type BusinessHours
- type BusinessHoursPeriod
- func (b *BusinessHoursPeriod) GetDayOfWeek() *DayOfWeek
- func (b *BusinessHoursPeriod) GetEndLocalTime() *string
- func (b *BusinessHoursPeriod) GetExtraProperties() map[string]interface{}
- func (b *BusinessHoursPeriod) GetStartLocalTime() *string
- func (b *BusinessHoursPeriod) String() string
- func (b *BusinessHoursPeriod) UnmarshalJSON(data []byte) error
- type BuyNowPayLaterDetails
- func (b *BuyNowPayLaterDetails) GetAfterpayDetails() *AfterpayDetails
- func (b *BuyNowPayLaterDetails) GetBrand() *string
- func (b *BuyNowPayLaterDetails) GetClearpayDetails() *ClearpayDetails
- func (b *BuyNowPayLaterDetails) GetExtraProperties() map[string]interface{}
- func (b *BuyNowPayLaterDetails) String() string
- func (b *BuyNowPayLaterDetails) UnmarshalJSON(data []byte) error
- type CalculateLoyaltyPointsResponse
- func (c *CalculateLoyaltyPointsResponse) GetErrors() []*Error
- func (c *CalculateLoyaltyPointsResponse) GetExtraProperties() map[string]interface{}
- func (c *CalculateLoyaltyPointsResponse) GetPoints() *int
- func (c *CalculateLoyaltyPointsResponse) GetPromotionPoints() *int
- func (c *CalculateLoyaltyPointsResponse) String() string
- func (c *CalculateLoyaltyPointsResponse) UnmarshalJSON(data []byte) error
- type CalculateOrderRequest
- type CalculateOrderResponse
- type CancelBookingRequest
- type CancelBookingResponse
- type CancelInvoiceRequest
- type CancelInvoiceResponse
- type CancelLoyaltyPromotionResponse
- func (c *CancelLoyaltyPromotionResponse) GetErrors() []*Error
- func (c *CancelLoyaltyPromotionResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelLoyaltyPromotionResponse) GetLoyaltyPromotion() *LoyaltyPromotion
- func (c *CancelLoyaltyPromotionResponse) String() string
- func (c *CancelLoyaltyPromotionResponse) UnmarshalJSON(data []byte) error
- type CancelPaymentByIdempotencyKeyRequest
- type CancelPaymentByIdempotencyKeyResponse
- func (c *CancelPaymentByIdempotencyKeyResponse) GetErrors() []*Error
- func (c *CancelPaymentByIdempotencyKeyResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelPaymentByIdempotencyKeyResponse) String() string
- func (c *CancelPaymentByIdempotencyKeyResponse) UnmarshalJSON(data []byte) error
- type CancelPaymentResponse
- type CancelPaymentsRequest
- type CancelSubscriptionResponse
- func (c *CancelSubscriptionResponse) GetActions() []*SubscriptionAction
- func (c *CancelSubscriptionResponse) GetErrors() []*Error
- func (c *CancelSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelSubscriptionResponse) GetSubscription() *Subscription
- func (c *CancelSubscriptionResponse) String() string
- func (c *CancelSubscriptionResponse) UnmarshalJSON(data []byte) error
- type CancelSubscriptionsRequest
- type CancelTerminalActionResponse
- func (c *CancelTerminalActionResponse) GetAction() *TerminalAction
- func (c *CancelTerminalActionResponse) GetErrors() []*Error
- func (c *CancelTerminalActionResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelTerminalActionResponse) String() string
- func (c *CancelTerminalActionResponse) UnmarshalJSON(data []byte) error
- type CancelTerminalCheckoutResponse
- func (c *CancelTerminalCheckoutResponse) GetCheckout() *TerminalCheckout
- func (c *CancelTerminalCheckoutResponse) GetErrors() []*Error
- func (c *CancelTerminalCheckoutResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelTerminalCheckoutResponse) String() string
- func (c *CancelTerminalCheckoutResponse) UnmarshalJSON(data []byte) error
- type CancelTerminalRefundResponse
- func (c *CancelTerminalRefundResponse) GetErrors() []*Error
- func (c *CancelTerminalRefundResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelTerminalRefundResponse) GetRefund() *TerminalRefund
- func (c *CancelTerminalRefundResponse) String() string
- func (c *CancelTerminalRefundResponse) UnmarshalJSON(data []byte) error
- type CancelTransferOrderRequest
- type CancelTransferOrderResponse
- func (c *CancelTransferOrderResponse) GetErrors() []*Error
- func (c *CancelTransferOrderResponse) GetExtraProperties() map[string]interface{}
- func (c *CancelTransferOrderResponse) GetTransferOrder() *TransferOrder
- func (c *CancelTransferOrderResponse) String() string
- func (c *CancelTransferOrderResponse) UnmarshalJSON(data []byte) error
- type CaptureTransactionResponse
- type Card
- func (c *Card) GetBillingAddress() *Address
- func (c *Card) GetBin() *string
- func (c *Card) GetCardBrand() *CardBrand
- func (c *Card) GetCardCoBrand() *CardCoBrand
- func (c *Card) GetCardType() *CardType
- func (c *Card) GetCardholderName() *string
- func (c *Card) GetCustomerID() *string
- func (c *Card) GetEnabled() *bool
- func (c *Card) GetExpMonth() *int64
- func (c *Card) GetExpYear() *int64
- func (c *Card) GetExtraProperties() map[string]interface{}
- func (c *Card) GetFingerprint() *string
- func (c *Card) GetHsaFsa() *bool
- func (c *Card) GetID() *string
- func (c *Card) GetIssuerAlertAt() *string
- func (c *Card) GetLast4() *string
- func (c *Card) GetMerchantID() *string
- func (c *Card) GetPrepaidType() *CardPrepaidType
- func (c *Card) GetReferenceID() *string
- func (c *Card) GetVersion() *int64
- func (c *Card) String() string
- func (c *Card) UnmarshalJSON(data []byte) error
- type CardAutomaticallyUpdatedEvent
- func (c *CardAutomaticallyUpdatedEvent) GetCreatedAt() *string
- func (c *CardAutomaticallyUpdatedEvent) GetData() *CardAutomaticallyUpdatedEventData
- func (c *CardAutomaticallyUpdatedEvent) GetEventID() *string
- func (c *CardAutomaticallyUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CardAutomaticallyUpdatedEvent) GetMerchantID() *string
- func (c *CardAutomaticallyUpdatedEvent) GetType() *string
- func (c *CardAutomaticallyUpdatedEvent) String() string
- func (c *CardAutomaticallyUpdatedEvent) UnmarshalJSON(data []byte) error
- type CardAutomaticallyUpdatedEventData
- func (c *CardAutomaticallyUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (c *CardAutomaticallyUpdatedEventData) GetID() *string
- func (c *CardAutomaticallyUpdatedEventData) GetObject() *CardAutomaticallyUpdatedEventObject
- func (c *CardAutomaticallyUpdatedEventData) GetType() *string
- func (c *CardAutomaticallyUpdatedEventData) String() string
- func (c *CardAutomaticallyUpdatedEventData) UnmarshalJSON(data []byte) error
- type CardAutomaticallyUpdatedEventObject
- type CardBrand
- type CardCoBrand
- type CardCreatedEvent
- func (c *CardCreatedEvent) GetCreatedAt() *string
- func (c *CardCreatedEvent) GetData() *CardCreatedEventData
- func (c *CardCreatedEvent) GetEventID() *string
- func (c *CardCreatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CardCreatedEvent) GetMerchantID() *string
- func (c *CardCreatedEvent) GetType() *string
- func (c *CardCreatedEvent) String() string
- func (c *CardCreatedEvent) UnmarshalJSON(data []byte) error
- type CardCreatedEventData
- func (c *CardCreatedEventData) GetExtraProperties() map[string]interface{}
- func (c *CardCreatedEventData) GetID() *string
- func (c *CardCreatedEventData) GetObject() *CardCreatedEventObject
- func (c *CardCreatedEventData) GetType() *string
- func (c *CardCreatedEventData) String() string
- func (c *CardCreatedEventData) UnmarshalJSON(data []byte) error
- type CardCreatedEventObject
- type CardDisabledEvent
- func (c *CardDisabledEvent) GetCreatedAt() *string
- func (c *CardDisabledEvent) GetData() *CardDisabledEventData
- func (c *CardDisabledEvent) GetEventID() *string
- func (c *CardDisabledEvent) GetExtraProperties() map[string]interface{}
- func (c *CardDisabledEvent) GetMerchantID() *string
- func (c *CardDisabledEvent) GetType() *string
- func (c *CardDisabledEvent) String() string
- func (c *CardDisabledEvent) UnmarshalJSON(data []byte) error
- type CardDisabledEventData
- func (c *CardDisabledEventData) GetExtraProperties() map[string]interface{}
- func (c *CardDisabledEventData) GetID() *string
- func (c *CardDisabledEventData) GetObject() *CardDisabledEventObject
- func (c *CardDisabledEventData) GetType() *string
- func (c *CardDisabledEventData) String() string
- func (c *CardDisabledEventData) UnmarshalJSON(data []byte) error
- type CardDisabledEventObject
- type CardForgottenEvent
- func (c *CardForgottenEvent) GetCreatedAt() *string
- func (c *CardForgottenEvent) GetData() *CardForgottenEventData
- func (c *CardForgottenEvent) GetEventID() *string
- func (c *CardForgottenEvent) GetExtraProperties() map[string]interface{}
- func (c *CardForgottenEvent) GetMerchantID() *string
- func (c *CardForgottenEvent) GetType() *string
- func (c *CardForgottenEvent) String() string
- func (c *CardForgottenEvent) UnmarshalJSON(data []byte) error
- type CardForgottenEventCard
- func (c *CardForgottenEventCard) GetCustomerID() *string
- func (c *CardForgottenEventCard) GetEnabled() *bool
- func (c *CardForgottenEventCard) GetExtraProperties() map[string]interface{}
- func (c *CardForgottenEventCard) GetID() *string
- func (c *CardForgottenEventCard) GetMerchantID() *string
- func (c *CardForgottenEventCard) GetReferenceID() *string
- func (c *CardForgottenEventCard) GetVersion() *int64
- func (c *CardForgottenEventCard) String() string
- func (c *CardForgottenEventCard) UnmarshalJSON(data []byte) error
- type CardForgottenEventData
- func (c *CardForgottenEventData) GetExtraProperties() map[string]interface{}
- func (c *CardForgottenEventData) GetID() *string
- func (c *CardForgottenEventData) GetObject() *CardForgottenEventObject
- func (c *CardForgottenEventData) GetType() *string
- func (c *CardForgottenEventData) String() string
- func (c *CardForgottenEventData) UnmarshalJSON(data []byte) error
- type CardForgottenEventObject
- type CardIssuerAlert
- type CardPaymentDetails
- func (c *CardPaymentDetails) GetApplicationCryptogram() *string
- func (c *CardPaymentDetails) GetApplicationIdentifier() *string
- func (c *CardPaymentDetails) GetApplicationName() *string
- func (c *CardPaymentDetails) GetAuthResultCode() *string
- func (c *CardPaymentDetails) GetAvsStatus() *string
- func (c *CardPaymentDetails) GetCard() *Card
- func (c *CardPaymentDetails) GetCardPaymentTimeline() *CardPaymentTimeline
- func (c *CardPaymentDetails) GetCvvStatus() *string
- func (c *CardPaymentDetails) GetDeviceDetails() *DeviceDetails
- func (c *CardPaymentDetails) GetEntryMethod() *string
- func (c *CardPaymentDetails) GetErrors() []*Error
- func (c *CardPaymentDetails) GetExtraProperties() map[string]interface{}
- func (c *CardPaymentDetails) GetRefundRequiresCardPresence() *bool
- func (c *CardPaymentDetails) GetStatementDescription() *string
- func (c *CardPaymentDetails) GetStatus() *string
- func (c *CardPaymentDetails) GetVerificationMethod() *string
- func (c *CardPaymentDetails) GetVerificationResults() *string
- func (c *CardPaymentDetails) String() string
- func (c *CardPaymentDetails) UnmarshalJSON(data []byte) error
- type CardPaymentTimeline
- func (c *CardPaymentTimeline) GetAuthorizedAt() *string
- func (c *CardPaymentTimeline) GetCapturedAt() *string
- func (c *CardPaymentTimeline) GetExtraProperties() map[string]interface{}
- func (c *CardPaymentTimeline) GetVoidedAt() *string
- func (c *CardPaymentTimeline) String() string
- func (c *CardPaymentTimeline) UnmarshalJSON(data []byte) error
- type CardPrepaidType
- type CardType
- type CardUpdatedEvent
- func (c *CardUpdatedEvent) GetCreatedAt() *string
- func (c *CardUpdatedEvent) GetData() *CardUpdatedEventData
- func (c *CardUpdatedEvent) GetEventID() *string
- func (c *CardUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CardUpdatedEvent) GetMerchantID() *string
- func (c *CardUpdatedEvent) GetType() *string
- func (c *CardUpdatedEvent) String() string
- func (c *CardUpdatedEvent) UnmarshalJSON(data []byte) error
- type CardUpdatedEventData
- func (c *CardUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (c *CardUpdatedEventData) GetID() *string
- func (c *CardUpdatedEventData) GetObject() *CardUpdatedEventObject
- func (c *CardUpdatedEventData) GetType() *string
- func (c *CardUpdatedEventData) String() string
- func (c *CardUpdatedEventData) UnmarshalJSON(data []byte) error
- type CardUpdatedEventObject
- type CardsDisableRequest
- type CardsGetRequest
- type CardsListRequest
- type CashAppDetails
- func (c *CashAppDetails) GetBuyerCashtag() *string
- func (c *CashAppDetails) GetBuyerCountryCode() *string
- func (c *CashAppDetails) GetBuyerFullName() *string
- func (c *CashAppDetails) GetExtraProperties() map[string]interface{}
- func (c *CashAppDetails) String() string
- func (c *CashAppDetails) UnmarshalJSON(data []byte) error
- type CashDrawerDevice
- type CashDrawerEventType
- type CashDrawerShift
- func (c *CashDrawerShift) GetCashPaidInMoney() *Money
- func (c *CashDrawerShift) GetCashPaidOutMoney() *Money
- func (c *CashDrawerShift) GetCashPaymentMoney() *Money
- func (c *CashDrawerShift) GetCashRefundsMoney() *Money
- func (c *CashDrawerShift) GetClosedAt() *string
- func (c *CashDrawerShift) GetClosedCashMoney() *Money
- func (c *CashDrawerShift) GetClosingTeamMemberID() *string
- func (c *CashDrawerShift) GetCreatedAt() *string
- func (c *CashDrawerShift) GetDescription() *string
- func (c *CashDrawerShift) GetDevice() *CashDrawerDevice
- func (c *CashDrawerShift) GetEndedAt() *string
- func (c *CashDrawerShift) GetEndingTeamMemberID() *string
- func (c *CashDrawerShift) GetExpectedCashMoney() *Money
- func (c *CashDrawerShift) GetExtraProperties() map[string]interface{}
- func (c *CashDrawerShift) GetID() *string
- func (c *CashDrawerShift) GetLocationID() *string
- func (c *CashDrawerShift) GetOpenedAt() *string
- func (c *CashDrawerShift) GetOpenedCashMoney() *Money
- func (c *CashDrawerShift) GetOpeningTeamMemberID() *string
- func (c *CashDrawerShift) GetState() *CashDrawerShiftState
- func (c *CashDrawerShift) GetTeamMemberIDs() []string
- func (c *CashDrawerShift) GetUpdatedAt() *string
- func (c *CashDrawerShift) String() string
- func (c *CashDrawerShift) UnmarshalJSON(data []byte) error
- type CashDrawerShiftEvent
- func (c *CashDrawerShiftEvent) GetCreatedAt() *string
- func (c *CashDrawerShiftEvent) GetDescription() *string
- func (c *CashDrawerShiftEvent) GetEventMoney() *Money
- func (c *CashDrawerShiftEvent) GetEventType() *CashDrawerEventType
- func (c *CashDrawerShiftEvent) GetExtraProperties() map[string]interface{}
- func (c *CashDrawerShiftEvent) GetID() *string
- func (c *CashDrawerShiftEvent) GetTeamMemberID() *string
- func (c *CashDrawerShiftEvent) String() string
- func (c *CashDrawerShiftEvent) UnmarshalJSON(data []byte) error
- type CashDrawerShiftState
- type CashDrawerShiftSummary
- func (c *CashDrawerShiftSummary) GetClosedAt() *string
- func (c *CashDrawerShiftSummary) GetClosedCashMoney() *Money
- func (c *CashDrawerShiftSummary) GetCreatedAt() *string
- func (c *CashDrawerShiftSummary) GetDescription() *string
- func (c *CashDrawerShiftSummary) GetEndedAt() *string
- func (c *CashDrawerShiftSummary) GetExpectedCashMoney() *Money
- func (c *CashDrawerShiftSummary) GetExtraProperties() map[string]interface{}
- func (c *CashDrawerShiftSummary) GetID() *string
- func (c *CashDrawerShiftSummary) GetLocationID() *string
- func (c *CashDrawerShiftSummary) GetOpenedAt() *string
- func (c *CashDrawerShiftSummary) GetOpenedCashMoney() *Money
- func (c *CashDrawerShiftSummary) GetState() *CashDrawerShiftState
- func (c *CashDrawerShiftSummary) GetUpdatedAt() *string
- func (c *CashDrawerShiftSummary) String() string
- func (c *CashDrawerShiftSummary) UnmarshalJSON(data []byte) error
- type CashPaymentDetails
- type CatalogAvailabilityPeriod
- func (c *CatalogAvailabilityPeriod) GetDayOfWeek() *DayOfWeek
- func (c *CatalogAvailabilityPeriod) GetEndLocalTime() *string
- func (c *CatalogAvailabilityPeriod) GetExtraProperties() map[string]interface{}
- func (c *CatalogAvailabilityPeriod) GetStartLocalTime() *string
- func (c *CatalogAvailabilityPeriod) String() string
- func (c *CatalogAvailabilityPeriod) UnmarshalJSON(data []byte) error
- type CatalogCategory
- func (c *CatalogCategory) GetAvailabilityPeriodIDs() []string
- func (c *CatalogCategory) GetCategoryType() *CatalogCategoryType
- func (c *CatalogCategory) GetChannels() []string
- func (c *CatalogCategory) GetEcomSeoData() *CatalogEcomSeoData
- func (c *CatalogCategory) GetExtraProperties() map[string]interface{}
- func (c *CatalogCategory) GetImageIDs() []string
- func (c *CatalogCategory) GetIsTopLevel() *bool
- func (c *CatalogCategory) GetName() *string
- func (c *CatalogCategory) GetOnlineVisibility() *bool
- func (c *CatalogCategory) GetParentCategory() *CatalogObjectCategory
- func (c *CatalogCategory) GetPathToRoot() []*CategoryPathToRootNode
- func (c *CatalogCategory) GetRootCategory() *string
- func (c *CatalogCategory) String() string
- func (c *CatalogCategory) UnmarshalJSON(data []byte) error
- type CatalogCategoryType
- type CatalogCustomAttributeDefinition
- func (c *CatalogCustomAttributeDefinition) GetAllowedObjectTypes() []CatalogObjectType
- func (c *CatalogCustomAttributeDefinition) GetAppVisibility() *CatalogCustomAttributeDefinitionAppVisibility
- func (c *CatalogCustomAttributeDefinition) GetCustomAttributeUsageCount() *int
- func (c *CatalogCustomAttributeDefinition) GetDescription() *string
- func (c *CatalogCustomAttributeDefinition) GetExtraProperties() map[string]interface{}
- func (c *CatalogCustomAttributeDefinition) GetKey() *string
- func (c *CatalogCustomAttributeDefinition) GetName() string
- func (c *CatalogCustomAttributeDefinition) GetNumberConfig() *CatalogCustomAttributeDefinitionNumberConfig
- func (c *CatalogCustomAttributeDefinition) GetSelectionConfig() *CatalogCustomAttributeDefinitionSelectionConfig
- func (c *CatalogCustomAttributeDefinition) GetSellerVisibility() *CatalogCustomAttributeDefinitionSellerVisibility
- func (c *CatalogCustomAttributeDefinition) GetSourceApplication() *SourceApplication
- func (c *CatalogCustomAttributeDefinition) GetStringConfig() *CatalogCustomAttributeDefinitionStringConfig
- func (c *CatalogCustomAttributeDefinition) GetType() CatalogCustomAttributeDefinitionType
- func (c *CatalogCustomAttributeDefinition) String() string
- func (c *CatalogCustomAttributeDefinition) UnmarshalJSON(data []byte) error
- type CatalogCustomAttributeDefinitionAppVisibility
- type CatalogCustomAttributeDefinitionNumberConfig
- func (c *CatalogCustomAttributeDefinitionNumberConfig) GetExtraProperties() map[string]interface{}
- func (c *CatalogCustomAttributeDefinitionNumberConfig) GetPrecision() *int
- func (c *CatalogCustomAttributeDefinitionNumberConfig) String() string
- func (c *CatalogCustomAttributeDefinitionNumberConfig) UnmarshalJSON(data []byte) error
- type CatalogCustomAttributeDefinitionSelectionConfig
- func (c *CatalogCustomAttributeDefinitionSelectionConfig) GetAllowedSelections() []*CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
- func (c *CatalogCustomAttributeDefinitionSelectionConfig) GetExtraProperties() map[string]interface{}
- func (c *CatalogCustomAttributeDefinitionSelectionConfig) GetMaxAllowedSelections() *int
- func (c *CatalogCustomAttributeDefinitionSelectionConfig) String() string
- func (c *CatalogCustomAttributeDefinitionSelectionConfig) UnmarshalJSON(data []byte) error
- type CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection
- func (c *CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection) GetExtraProperties() map[string]interface{}
- func (c *CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection) GetName() string
- func (c *CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection) GetUID() *string
- func (c *CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection) String() string
- func (c *CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection) UnmarshalJSON(data []byte) error
- type CatalogCustomAttributeDefinitionSellerVisibility
- type CatalogCustomAttributeDefinitionStringConfig
- func (c *CatalogCustomAttributeDefinitionStringConfig) GetEnforceUniqueness() *bool
- func (c *CatalogCustomAttributeDefinitionStringConfig) GetExtraProperties() map[string]interface{}
- func (c *CatalogCustomAttributeDefinitionStringConfig) String() string
- func (c *CatalogCustomAttributeDefinitionStringConfig) UnmarshalJSON(data []byte) error
- type CatalogCustomAttributeDefinitionType
- type CatalogCustomAttributeValue
- func (c *CatalogCustomAttributeValue) GetBooleanValue() *bool
- func (c *CatalogCustomAttributeValue) GetCustomAttributeDefinitionID() *string
- func (c *CatalogCustomAttributeValue) GetExtraProperties() map[string]interface{}
- func (c *CatalogCustomAttributeValue) GetKey() *string
- func (c *CatalogCustomAttributeValue) GetName() *string
- func (c *CatalogCustomAttributeValue) GetNumberValue() *string
- func (c *CatalogCustomAttributeValue) GetSelectionUIDValues() []string
- func (c *CatalogCustomAttributeValue) GetStringValue() *string
- func (c *CatalogCustomAttributeValue) GetType() *CatalogCustomAttributeDefinitionType
- func (c *CatalogCustomAttributeValue) String() string
- func (c *CatalogCustomAttributeValue) UnmarshalJSON(data []byte) error
- type CatalogDiscount
- func (c *CatalogDiscount) GetAmountMoney() *Money
- func (c *CatalogDiscount) GetDiscountType() *CatalogDiscountType
- func (c *CatalogDiscount) GetExtraProperties() map[string]interface{}
- func (c *CatalogDiscount) GetLabelColor() *string
- func (c *CatalogDiscount) GetMaximumAmountMoney() *Money
- func (c *CatalogDiscount) GetModifyTaxBasis() *CatalogDiscountModifyTaxBasis
- func (c *CatalogDiscount) GetName() *string
- func (c *CatalogDiscount) GetPercentage() *string
- func (c *CatalogDiscount) GetPinRequired() *bool
- func (c *CatalogDiscount) String() string
- func (c *CatalogDiscount) UnmarshalJSON(data []byte) error
- type CatalogDiscountModifyTaxBasis
- type CatalogDiscountType
- type CatalogEcomSeoData
- func (c *CatalogEcomSeoData) GetExtraProperties() map[string]interface{}
- func (c *CatalogEcomSeoData) GetPageDescription() *string
- func (c *CatalogEcomSeoData) GetPageTitle() *string
- func (c *CatalogEcomSeoData) GetPermalink() *string
- func (c *CatalogEcomSeoData) String() string
- func (c *CatalogEcomSeoData) UnmarshalJSON(data []byte) error
- type CatalogIDMapping
- type CatalogImage
- func (c *CatalogImage) GetCaption() *string
- func (c *CatalogImage) GetExtraProperties() map[string]interface{}
- func (c *CatalogImage) GetName() *string
- func (c *CatalogImage) GetPhotoStudioOrderID() *string
- func (c *CatalogImage) GetURL() *string
- func (c *CatalogImage) String() string
- func (c *CatalogImage) UnmarshalJSON(data []byte) error
- type CatalogInfoResponse
- func (c *CatalogInfoResponse) GetErrors() []*Error
- func (c *CatalogInfoResponse) GetExtraProperties() map[string]interface{}
- func (c *CatalogInfoResponse) GetLimits() *CatalogInfoResponseLimits
- func (c *CatalogInfoResponse) GetStandardUnitDescriptionGroup() *StandardUnitDescriptionGroup
- func (c *CatalogInfoResponse) String() string
- func (c *CatalogInfoResponse) UnmarshalJSON(data []byte) error
- type CatalogInfoResponseLimits
- func (c *CatalogInfoResponseLimits) GetBatchDeleteMaxObjectIDs() *int
- func (c *CatalogInfoResponseLimits) GetBatchRetrieveMaxObjectIDs() *int
- func (c *CatalogInfoResponseLimits) GetBatchUpsertMaxObjectsPerBatch() *int
- func (c *CatalogInfoResponseLimits) GetBatchUpsertMaxTotalObjects() *int
- func (c *CatalogInfoResponseLimits) GetExtraProperties() map[string]interface{}
- func (c *CatalogInfoResponseLimits) GetSearchMaxPageLimit() *int
- func (c *CatalogInfoResponseLimits) GetUpdateItemModifierListsMaxItemIDs() *int
- func (c *CatalogInfoResponseLimits) GetUpdateItemModifierListsMaxModifierListsToDisable() *int
- func (c *CatalogInfoResponseLimits) GetUpdateItemModifierListsMaxModifierListsToEnable() *int
- func (c *CatalogInfoResponseLimits) GetUpdateItemTaxesMaxItemIDs() *int
- func (c *CatalogInfoResponseLimits) GetUpdateItemTaxesMaxTaxesToDisable() *int
- func (c *CatalogInfoResponseLimits) GetUpdateItemTaxesMaxTaxesToEnable() *int
- func (c *CatalogInfoResponseLimits) String() string
- func (c *CatalogInfoResponseLimits) UnmarshalJSON(data []byte) error
- type CatalogItem
- func (c *CatalogItem) GetAbbreviation() *string
- func (c *CatalogItem) GetCategories() []*CatalogObjectCategory
- func (c *CatalogItem) GetCategoryID() *string
- func (c *CatalogItem) GetChannels() []string
- func (c *CatalogItem) GetDescription() *string
- func (c *CatalogItem) GetDescriptionHTML() *string
- func (c *CatalogItem) GetDescriptionPlaintext() *string
- func (c *CatalogItem) GetEcomImageURIs() []string
- func (c *CatalogItem) GetEcomSeoData() *CatalogEcomSeoData
- func (c *CatalogItem) GetEcomURI() *string
- func (c *CatalogItem) GetExtraProperties() map[string]interface{}
- func (c *CatalogItem) GetFoodAndBeverageDetails() *CatalogItemFoodAndBeverageDetails
- func (c *CatalogItem) GetImageIDs() []string
- func (c *CatalogItem) GetIsAlcoholic() *bool
- func (c *CatalogItem) GetIsArchived() *bool
- func (c *CatalogItem) GetIsTaxable() *bool
- func (c *CatalogItem) GetItemOptions() []*CatalogItemOptionForItem
- func (c *CatalogItem) GetLabelColor() *string
- func (c *CatalogItem) GetModifierListInfo() []*CatalogItemModifierListInfo
- func (c *CatalogItem) GetName() *string
- func (c *CatalogItem) GetProductType() *CatalogItemProductType
- func (c *CatalogItem) GetReportingCategory() *CatalogObjectCategory
- func (c *CatalogItem) GetSkipModifierScreen() *bool
- func (c *CatalogItem) GetSortName() *string
- func (c *CatalogItem) GetTaxIDs() []string
- func (c *CatalogItem) GetVariations() []*CatalogObject
- func (c *CatalogItem) String() string
- func (c *CatalogItem) UnmarshalJSON(data []byte) error
- type CatalogItemFoodAndBeverageDetails
- func (c *CatalogItemFoodAndBeverageDetails) GetCalorieCount() *int
- func (c *CatalogItemFoodAndBeverageDetails) GetDietaryPreferences() []*CatalogItemFoodAndBeverageDetailsDietaryPreference
- func (c *CatalogItemFoodAndBeverageDetails) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemFoodAndBeverageDetails) GetIngredients() []*CatalogItemFoodAndBeverageDetailsIngredient
- func (c *CatalogItemFoodAndBeverageDetails) String() string
- func (c *CatalogItemFoodAndBeverageDetails) UnmarshalJSON(data []byte) error
- type CatalogItemFoodAndBeverageDetailsDietaryPreference
- func (c *CatalogItemFoodAndBeverageDetailsDietaryPreference) GetCustomName() *string
- func (c *CatalogItemFoodAndBeverageDetailsDietaryPreference) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemFoodAndBeverageDetailsDietaryPreference) GetStandardName() *CatalogItemFoodAndBeverageDetailsDietaryPreferenceStandardDietaryPreference
- func (c *CatalogItemFoodAndBeverageDetailsDietaryPreference) GetType() *CatalogItemFoodAndBeverageDetailsDietaryPreferenceType
- func (c *CatalogItemFoodAndBeverageDetailsDietaryPreference) String() string
- func (c *CatalogItemFoodAndBeverageDetailsDietaryPreference) UnmarshalJSON(data []byte) error
- type CatalogItemFoodAndBeverageDetailsDietaryPreferenceStandardDietaryPreference
- type CatalogItemFoodAndBeverageDetailsDietaryPreferenceType
- type CatalogItemFoodAndBeverageDetailsIngredient
- func (c *CatalogItemFoodAndBeverageDetailsIngredient) GetCustomName() *string
- func (c *CatalogItemFoodAndBeverageDetailsIngredient) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemFoodAndBeverageDetailsIngredient) GetStandardName() *CatalogItemFoodAndBeverageDetailsIngredientStandardIngredient
- func (c *CatalogItemFoodAndBeverageDetailsIngredient) GetType() *CatalogItemFoodAndBeverageDetailsDietaryPreferenceType
- func (c *CatalogItemFoodAndBeverageDetailsIngredient) String() string
- func (c *CatalogItemFoodAndBeverageDetailsIngredient) UnmarshalJSON(data []byte) error
- type CatalogItemFoodAndBeverageDetailsIngredientStandardIngredient
- type CatalogItemModifierListInfo
- func (c *CatalogItemModifierListInfo) GetAllowQuantities() interface{}
- func (c *CatalogItemModifierListInfo) GetEnabled() *bool
- func (c *CatalogItemModifierListInfo) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemModifierListInfo) GetHiddenFromCustomerOverride() interface{}
- func (c *CatalogItemModifierListInfo) GetIsConversational() interface{}
- func (c *CatalogItemModifierListInfo) GetMaxSelectedModifiers() *int
- func (c *CatalogItemModifierListInfo) GetMinSelectedModifiers() *int
- func (c *CatalogItemModifierListInfo) GetModifierListID() string
- func (c *CatalogItemModifierListInfo) GetModifierOverrides() []*CatalogModifierOverride
- func (c *CatalogItemModifierListInfo) GetOrdinal() *int
- func (c *CatalogItemModifierListInfo) String() string
- func (c *CatalogItemModifierListInfo) UnmarshalJSON(data []byte) error
- type CatalogItemOption
- func (c *CatalogItemOption) GetDescription() *string
- func (c *CatalogItemOption) GetDisplayName() *string
- func (c *CatalogItemOption) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemOption) GetName() *string
- func (c *CatalogItemOption) GetShowColors() *bool
- func (c *CatalogItemOption) GetValues() []*CatalogObject
- func (c *CatalogItemOption) String() string
- func (c *CatalogItemOption) UnmarshalJSON(data []byte) error
- type CatalogItemOptionForItem
- type CatalogItemOptionValue
- func (c *CatalogItemOptionValue) GetColor() *string
- func (c *CatalogItemOptionValue) GetDescription() *string
- func (c *CatalogItemOptionValue) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemOptionValue) GetItemOptionID() *string
- func (c *CatalogItemOptionValue) GetName() *string
- func (c *CatalogItemOptionValue) GetOrdinal() *int
- func (c *CatalogItemOptionValue) String() string
- func (c *CatalogItemOptionValue) UnmarshalJSON(data []byte) error
- type CatalogItemOptionValueForItemVariation
- func (c *CatalogItemOptionValueForItemVariation) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemOptionValueForItemVariation) GetItemOptionID() *string
- func (c *CatalogItemOptionValueForItemVariation) GetItemOptionValueID() *string
- func (c *CatalogItemOptionValueForItemVariation) String() string
- func (c *CatalogItemOptionValueForItemVariation) UnmarshalJSON(data []byte) error
- type CatalogItemProductType
- type CatalogItemVariation
- func (c *CatalogItemVariation) GetAvailableForBooking() *bool
- func (c *CatalogItemVariation) GetExtraProperties() map[string]interface{}
- func (c *CatalogItemVariation) GetImageIDs() []string
- func (c *CatalogItemVariation) GetInventoryAlertThreshold() *int64
- func (c *CatalogItemVariation) GetInventoryAlertType() *InventoryAlertType
- func (c *CatalogItemVariation) GetItemID() *string
- func (c *CatalogItemVariation) GetItemOptionValues() []*CatalogItemOptionValueForItemVariation
- func (c *CatalogItemVariation) GetLocationOverrides() []*ItemVariationLocationOverrides
- func (c *CatalogItemVariation) GetMeasurementUnitID() *string
- func (c *CatalogItemVariation) GetName() *string
- func (c *CatalogItemVariation) GetOrdinal() *int
- func (c *CatalogItemVariation) GetPriceMoney() *Money
- func (c *CatalogItemVariation) GetPricingType() *CatalogPricingType
- func (c *CatalogItemVariation) GetSellable() *bool
- func (c *CatalogItemVariation) GetServiceDuration() *int64
- func (c *CatalogItemVariation) GetSku() *string
- func (c *CatalogItemVariation) GetStockable() *bool
- func (c *CatalogItemVariation) GetStockableConversion() *CatalogStockConversion
- func (c *CatalogItemVariation) GetTeamMemberIDs() []string
- func (c *CatalogItemVariation) GetTrackInventory() *bool
- func (c *CatalogItemVariation) GetUpc() *string
- func (c *CatalogItemVariation) GetUserData() *string
- func (c *CatalogItemVariation) String() string
- func (c *CatalogItemVariation) UnmarshalJSON(data []byte) error
- type CatalogListRequest
- type CatalogMeasurementUnit
- func (c *CatalogMeasurementUnit) GetExtraProperties() map[string]interface{}
- func (c *CatalogMeasurementUnit) GetMeasurementUnit() *MeasurementUnit
- func (c *CatalogMeasurementUnit) GetPrecision() *int
- func (c *CatalogMeasurementUnit) String() string
- func (c *CatalogMeasurementUnit) UnmarshalJSON(data []byte) error
- type CatalogModifier
- func (c *CatalogModifier) GetExtraProperties() map[string]interface{}
- func (c *CatalogModifier) GetHiddenOnline() *bool
- func (c *CatalogModifier) GetImageID() *string
- func (c *CatalogModifier) GetLocationOverrides() []*ModifierLocationOverrides
- func (c *CatalogModifier) GetModifierListID() *string
- func (c *CatalogModifier) GetName() *string
- func (c *CatalogModifier) GetOnByDefault() *bool
- func (c *CatalogModifier) GetOrdinal() *int
- func (c *CatalogModifier) GetPriceMoney() *Money
- func (c *CatalogModifier) String() string
- func (c *CatalogModifier) UnmarshalJSON(data []byte) error
- type CatalogModifierList
- func (c *CatalogModifierList) GetAllowQuantities() *bool
- func (c *CatalogModifierList) GetExtraProperties() map[string]interface{}
- func (c *CatalogModifierList) GetHiddenFromCustomer() *bool
- func (c *CatalogModifierList) GetImageIDs() []string
- func (c *CatalogModifierList) GetInternalName() *string
- func (c *CatalogModifierList) GetIsConversational() *bool
- func (c *CatalogModifierList) GetMaxLength() *int
- func (c *CatalogModifierList) GetMaxSelectedModifiers() *int64
- func (c *CatalogModifierList) GetMinSelectedModifiers() *int64
- func (c *CatalogModifierList) GetModifierType() *CatalogModifierListModifierType
- func (c *CatalogModifierList) GetModifiers() []*CatalogObject
- func (c *CatalogModifierList) GetName() *string
- func (c *CatalogModifierList) GetOrdinal() *int
- func (c *CatalogModifierList) GetSelectionType() *CatalogModifierListSelectionType
- func (c *CatalogModifierList) GetTextRequired() *bool
- func (c *CatalogModifierList) String() string
- func (c *CatalogModifierList) UnmarshalJSON(data []byte) error
- type CatalogModifierListModifierType
- type CatalogModifierListSelectionType
- type CatalogModifierOverride
- func (c *CatalogModifierOverride) GetExtraProperties() map[string]interface{}
- func (c *CatalogModifierOverride) GetHiddenOnlineOverride() interface{}
- func (c *CatalogModifierOverride) GetModifierID() string
- func (c *CatalogModifierOverride) GetOnByDefault() *bool
- func (c *CatalogModifierOverride) GetOnByDefaultOverride() interface{}
- func (c *CatalogModifierOverride) String() string
- func (c *CatalogModifierOverride) UnmarshalJSON(data []byte) error
- type CatalogObject
- func (c *CatalogObject) Accept(visitor CatalogObjectVisitor) error
- func (c *CatalogObject) GetAvailabilityPeriod() *CatalogObjectAvailabilityPeriod
- func (c *CatalogObject) GetCategory() *CatalogObjectCategory
- func (c *CatalogObject) GetCustomAttributeDefinition() *CatalogObjectCustomAttributeDefinition
- func (c *CatalogObject) GetDiscount() *CatalogObjectDiscount
- func (c *CatalogObject) GetImage() *CatalogObjectImage
- func (c *CatalogObject) GetItem() *CatalogObjectItem
- func (c *CatalogObject) GetItemOption() *CatalogObjectItemOption
- func (c *CatalogObject) GetItemOptionVal() *CatalogObjectItemOptionValue
- func (c *CatalogObject) GetItemVariation() *CatalogObjectItemVariation
- func (c *CatalogObject) GetMeasurementUnit() *CatalogObjectMeasurementUnit
- func (c *CatalogObject) GetModifier() *CatalogObjectModifier
- func (c *CatalogObject) GetModifierList() *CatalogObjectModifierList
- func (c *CatalogObject) GetPricingRule() *CatalogObjectPricingRule
- func (c *CatalogObject) GetProductSet() *CatalogObjectProductSet
- func (c *CatalogObject) GetQuickAmountsSettings() *CatalogObjectQuickAmountsSettings
- func (c *CatalogObject) GetSubscriptionPlan() *CatalogObjectSubscriptionPlan
- func (c *CatalogObject) GetSubscriptionPlanVariation() *CatalogObjectSubscriptionPlanVariation
- func (c *CatalogObject) GetTax() *CatalogObjectTax
- func (c *CatalogObject) GetTimePeriod() *CatalogObjectTimePeriod
- func (c *CatalogObject) GetType() string
- func (c CatalogObject) MarshalJSON() ([]byte, error)
- func (c *CatalogObject) UnmarshalJSON(data []byte) error
- type CatalogObjectAvailabilityPeriod
- func (c *CatalogObjectAvailabilityPeriod) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectAvailabilityPeriod) GetAvailabilityPeriodData() *CatalogAvailabilityPeriod
- func (c *CatalogObjectAvailabilityPeriod) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectAvailabilityPeriod) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectAvailabilityPeriod) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectAvailabilityPeriod) GetID() string
- func (c *CatalogObjectAvailabilityPeriod) GetImageID() *string
- func (c *CatalogObjectAvailabilityPeriod) GetIsDeleted() *bool
- func (c *CatalogObjectAvailabilityPeriod) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectAvailabilityPeriod) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectAvailabilityPeriod) GetUpdatedAt() *string
- func (c *CatalogObjectAvailabilityPeriod) GetVersion() *int64
- func (c *CatalogObjectAvailabilityPeriod) String() string
- func (c *CatalogObjectAvailabilityPeriod) UnmarshalJSON(data []byte) error
- type CatalogObjectBase
- func (c *CatalogObjectBase) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectBase) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectBase) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectBase) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectBase) GetID() string
- func (c *CatalogObjectBase) GetImageID() *string
- func (c *CatalogObjectBase) GetIsDeleted() *bool
- func (c *CatalogObjectBase) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectBase) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectBase) GetUpdatedAt() *string
- func (c *CatalogObjectBase) GetVersion() *int64
- func (c *CatalogObjectBase) String() string
- func (c *CatalogObjectBase) UnmarshalJSON(data []byte) error
- type CatalogObjectBatch
- type CatalogObjectCategory
- func (c *CatalogObjectCategory) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectCategory) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectCategory) GetCategoryData() *CatalogCategory
- func (c *CatalogObjectCategory) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectCategory) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectCategory) GetID() *string
- func (c *CatalogObjectCategory) GetImageID() *string
- func (c *CatalogObjectCategory) GetIsDeleted() *bool
- func (c *CatalogObjectCategory) GetOrdinal() *int64
- func (c *CatalogObjectCategory) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectCategory) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectCategory) GetUpdatedAt() *string
- func (c *CatalogObjectCategory) GetVersion() *int64
- func (c *CatalogObjectCategory) String() string
- func (c *CatalogObjectCategory) UnmarshalJSON(data []byte) error
- type CatalogObjectCustomAttributeDefinition
- func (c *CatalogObjectCustomAttributeDefinition) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectCustomAttributeDefinition) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectCustomAttributeDefinition) GetCustomAttributeDefinitionData() *CatalogCustomAttributeDefinition
- func (c *CatalogObjectCustomAttributeDefinition) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectCustomAttributeDefinition) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectCustomAttributeDefinition) GetID() string
- func (c *CatalogObjectCustomAttributeDefinition) GetImageID() *string
- func (c *CatalogObjectCustomAttributeDefinition) GetIsDeleted() *bool
- func (c *CatalogObjectCustomAttributeDefinition) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectCustomAttributeDefinition) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectCustomAttributeDefinition) GetUpdatedAt() *string
- func (c *CatalogObjectCustomAttributeDefinition) GetVersion() *int64
- func (c *CatalogObjectCustomAttributeDefinition) String() string
- func (c *CatalogObjectCustomAttributeDefinition) UnmarshalJSON(data []byte) error
- type CatalogObjectDiscount
- func (c *CatalogObjectDiscount) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectDiscount) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectDiscount) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectDiscount) GetDiscountData() *CatalogDiscount
- func (c *CatalogObjectDiscount) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectDiscount) GetID() string
- func (c *CatalogObjectDiscount) GetImageID() *string
- func (c *CatalogObjectDiscount) GetIsDeleted() *bool
- func (c *CatalogObjectDiscount) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectDiscount) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectDiscount) GetUpdatedAt() *string
- func (c *CatalogObjectDiscount) GetVersion() *int64
- func (c *CatalogObjectDiscount) String() string
- func (c *CatalogObjectDiscount) UnmarshalJSON(data []byte) error
- type CatalogObjectImage
- func (c *CatalogObjectImage) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectImage) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectImage) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectImage) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectImage) GetID() string
- func (c *CatalogObjectImage) GetImageData() *CatalogImage
- func (c *CatalogObjectImage) GetImageID() *string
- func (c *CatalogObjectImage) GetIsDeleted() *bool
- func (c *CatalogObjectImage) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectImage) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectImage) GetUpdatedAt() *string
- func (c *CatalogObjectImage) GetVersion() *int64
- func (c *CatalogObjectImage) String() string
- func (c *CatalogObjectImage) UnmarshalJSON(data []byte) error
- type CatalogObjectItem
- func (c *CatalogObjectItem) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectItem) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectItem) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectItem) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectItem) GetID() string
- func (c *CatalogObjectItem) GetImageID() *string
- func (c *CatalogObjectItem) GetIsDeleted() *bool
- func (c *CatalogObjectItem) GetItemData() *CatalogItem
- func (c *CatalogObjectItem) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectItem) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectItem) GetUpdatedAt() *string
- func (c *CatalogObjectItem) GetVersion() *int64
- func (c *CatalogObjectItem) String() string
- func (c *CatalogObjectItem) UnmarshalJSON(data []byte) error
- type CatalogObjectItemOption
- func (c *CatalogObjectItemOption) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectItemOption) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectItemOption) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectItemOption) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectItemOption) GetID() string
- func (c *CatalogObjectItemOption) GetImageID() *string
- func (c *CatalogObjectItemOption) GetIsDeleted() *bool
- func (c *CatalogObjectItemOption) GetItemOptionData() *CatalogItemOption
- func (c *CatalogObjectItemOption) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectItemOption) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectItemOption) GetUpdatedAt() *string
- func (c *CatalogObjectItemOption) GetVersion() *int64
- func (c *CatalogObjectItemOption) String() string
- func (c *CatalogObjectItemOption) UnmarshalJSON(data []byte) error
- type CatalogObjectItemOptionValue
- func (c *CatalogObjectItemOptionValue) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectItemOptionValue) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectItemOptionValue) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectItemOptionValue) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectItemOptionValue) GetID() string
- func (c *CatalogObjectItemOptionValue) GetImageID() *string
- func (c *CatalogObjectItemOptionValue) GetIsDeleted() *bool
- func (c *CatalogObjectItemOptionValue) GetItemOptionValueData() *CatalogItemOptionValue
- func (c *CatalogObjectItemOptionValue) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectItemOptionValue) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectItemOptionValue) GetUpdatedAt() *string
- func (c *CatalogObjectItemOptionValue) GetVersion() *int64
- func (c *CatalogObjectItemOptionValue) String() string
- func (c *CatalogObjectItemOptionValue) UnmarshalJSON(data []byte) error
- type CatalogObjectItemVariation
- func (c *CatalogObjectItemVariation) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectItemVariation) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectItemVariation) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectItemVariation) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectItemVariation) GetID() string
- func (c *CatalogObjectItemVariation) GetImageID() *string
- func (c *CatalogObjectItemVariation) GetIsDeleted() *bool
- func (c *CatalogObjectItemVariation) GetItemVariationData() *CatalogItemVariation
- func (c *CatalogObjectItemVariation) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectItemVariation) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectItemVariation) GetUpdatedAt() *string
- func (c *CatalogObjectItemVariation) GetVersion() *int64
- func (c *CatalogObjectItemVariation) String() string
- func (c *CatalogObjectItemVariation) UnmarshalJSON(data []byte) error
- type CatalogObjectMeasurementUnit
- func (c *CatalogObjectMeasurementUnit) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectMeasurementUnit) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectMeasurementUnit) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectMeasurementUnit) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectMeasurementUnit) GetID() string
- func (c *CatalogObjectMeasurementUnit) GetImageID() *string
- func (c *CatalogObjectMeasurementUnit) GetIsDeleted() *bool
- func (c *CatalogObjectMeasurementUnit) GetMeasurementUnitData() *CatalogMeasurementUnit
- func (c *CatalogObjectMeasurementUnit) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectMeasurementUnit) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectMeasurementUnit) GetUpdatedAt() *string
- func (c *CatalogObjectMeasurementUnit) GetVersion() *int64
- func (c *CatalogObjectMeasurementUnit) String() string
- func (c *CatalogObjectMeasurementUnit) UnmarshalJSON(data []byte) error
- type CatalogObjectModifier
- func (c *CatalogObjectModifier) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectModifier) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectModifier) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectModifier) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectModifier) GetID() string
- func (c *CatalogObjectModifier) GetImageID() *string
- func (c *CatalogObjectModifier) GetIsDeleted() *bool
- func (c *CatalogObjectModifier) GetModifierData() *CatalogModifier
- func (c *CatalogObjectModifier) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectModifier) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectModifier) GetUpdatedAt() *string
- func (c *CatalogObjectModifier) GetVersion() *int64
- func (c *CatalogObjectModifier) String() string
- func (c *CatalogObjectModifier) UnmarshalJSON(data []byte) error
- type CatalogObjectModifierList
- func (c *CatalogObjectModifierList) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectModifierList) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectModifierList) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectModifierList) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectModifierList) GetID() string
- func (c *CatalogObjectModifierList) GetImageID() *string
- func (c *CatalogObjectModifierList) GetIsDeleted() *bool
- func (c *CatalogObjectModifierList) GetModifierListData() *CatalogModifierList
- func (c *CatalogObjectModifierList) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectModifierList) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectModifierList) GetUpdatedAt() *string
- func (c *CatalogObjectModifierList) GetVersion() *int64
- func (c *CatalogObjectModifierList) String() string
- func (c *CatalogObjectModifierList) UnmarshalJSON(data []byte) error
- type CatalogObjectPricingRule
- func (c *CatalogObjectPricingRule) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectPricingRule) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectPricingRule) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectPricingRule) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectPricingRule) GetID() string
- func (c *CatalogObjectPricingRule) GetImageID() *string
- func (c *CatalogObjectPricingRule) GetIsDeleted() *bool
- func (c *CatalogObjectPricingRule) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectPricingRule) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectPricingRule) GetPricingRuleData() *CatalogPricingRule
- func (c *CatalogObjectPricingRule) GetUpdatedAt() *string
- func (c *CatalogObjectPricingRule) GetVersion() *int64
- func (c *CatalogObjectPricingRule) String() string
- func (c *CatalogObjectPricingRule) UnmarshalJSON(data []byte) error
- type CatalogObjectProductSet
- func (c *CatalogObjectProductSet) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectProductSet) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectProductSet) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectProductSet) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectProductSet) GetID() string
- func (c *CatalogObjectProductSet) GetImageID() *string
- func (c *CatalogObjectProductSet) GetIsDeleted() *bool
- func (c *CatalogObjectProductSet) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectProductSet) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectProductSet) GetProductSetData() *CatalogProductSet
- func (c *CatalogObjectProductSet) GetUpdatedAt() *string
- func (c *CatalogObjectProductSet) GetVersion() *int64
- func (c *CatalogObjectProductSet) String() string
- func (c *CatalogObjectProductSet) UnmarshalJSON(data []byte) error
- type CatalogObjectQuickAmountsSettings
- func (c *CatalogObjectQuickAmountsSettings) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectQuickAmountsSettings) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectQuickAmountsSettings) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectQuickAmountsSettings) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectQuickAmountsSettings) GetID() string
- func (c *CatalogObjectQuickAmountsSettings) GetImageID() *string
- func (c *CatalogObjectQuickAmountsSettings) GetIsDeleted() *bool
- func (c *CatalogObjectQuickAmountsSettings) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectQuickAmountsSettings) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectQuickAmountsSettings) GetQuickAmountsSettingsData() *CatalogQuickAmountsSettings
- func (c *CatalogObjectQuickAmountsSettings) GetUpdatedAt() *string
- func (c *CatalogObjectQuickAmountsSettings) GetVersion() *int64
- func (c *CatalogObjectQuickAmountsSettings) String() string
- func (c *CatalogObjectQuickAmountsSettings) UnmarshalJSON(data []byte) error
- type CatalogObjectReference
- func (c *CatalogObjectReference) GetCatalogVersion() *int64
- func (c *CatalogObjectReference) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectReference) GetObjectID() *string
- func (c *CatalogObjectReference) String() string
- func (c *CatalogObjectReference) UnmarshalJSON(data []byte) error
- type CatalogObjectSubscriptionPlan
- func (c *CatalogObjectSubscriptionPlan) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectSubscriptionPlan) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectSubscriptionPlan) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectSubscriptionPlan) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectSubscriptionPlan) GetID() string
- func (c *CatalogObjectSubscriptionPlan) GetImageID() *string
- func (c *CatalogObjectSubscriptionPlan) GetIsDeleted() *bool
- func (c *CatalogObjectSubscriptionPlan) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectSubscriptionPlan) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectSubscriptionPlan) GetSubscriptionPlanData() *CatalogSubscriptionPlan
- func (c *CatalogObjectSubscriptionPlan) GetUpdatedAt() *string
- func (c *CatalogObjectSubscriptionPlan) GetVersion() *int64
- func (c *CatalogObjectSubscriptionPlan) String() string
- func (c *CatalogObjectSubscriptionPlan) UnmarshalJSON(data []byte) error
- type CatalogObjectSubscriptionPlanVariation
- func (c *CatalogObjectSubscriptionPlanVariation) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectSubscriptionPlanVariation) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectSubscriptionPlanVariation) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectSubscriptionPlanVariation) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectSubscriptionPlanVariation) GetID() string
- func (c *CatalogObjectSubscriptionPlanVariation) GetImageID() *string
- func (c *CatalogObjectSubscriptionPlanVariation) GetIsDeleted() *bool
- func (c *CatalogObjectSubscriptionPlanVariation) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectSubscriptionPlanVariation) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectSubscriptionPlanVariation) GetSubscriptionPlanVariationData() *CatalogSubscriptionPlanVariation
- func (c *CatalogObjectSubscriptionPlanVariation) GetUpdatedAt() *string
- func (c *CatalogObjectSubscriptionPlanVariation) GetVersion() *int64
- func (c *CatalogObjectSubscriptionPlanVariation) String() string
- func (c *CatalogObjectSubscriptionPlanVariation) UnmarshalJSON(data []byte) error
- type CatalogObjectTax
- func (c *CatalogObjectTax) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectTax) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectTax) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectTax) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectTax) GetID() string
- func (c *CatalogObjectTax) GetImageID() *string
- func (c *CatalogObjectTax) GetIsDeleted() *bool
- func (c *CatalogObjectTax) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectTax) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectTax) GetTaxData() *CatalogTax
- func (c *CatalogObjectTax) GetUpdatedAt() *string
- func (c *CatalogObjectTax) GetVersion() *int64
- func (c *CatalogObjectTax) String() string
- func (c *CatalogObjectTax) UnmarshalJSON(data []byte) error
- type CatalogObjectTimePeriod
- func (c *CatalogObjectTimePeriod) GetAbsentAtLocationIDs() []string
- func (c *CatalogObjectTimePeriod) GetCatalogV1IDs() []*CatalogV1ID
- func (c *CatalogObjectTimePeriod) GetCustomAttributeValues() map[string]*CatalogCustomAttributeValue
- func (c *CatalogObjectTimePeriod) GetExtraProperties() map[string]interface{}
- func (c *CatalogObjectTimePeriod) GetID() string
- func (c *CatalogObjectTimePeriod) GetImageID() *string
- func (c *CatalogObjectTimePeriod) GetIsDeleted() *bool
- func (c *CatalogObjectTimePeriod) GetPresentAtAllLocations() *bool
- func (c *CatalogObjectTimePeriod) GetPresentAtLocationIDs() []string
- func (c *CatalogObjectTimePeriod) GetTimePeriodData() *CatalogTimePeriod
- func (c *CatalogObjectTimePeriod) GetUpdatedAt() *string
- func (c *CatalogObjectTimePeriod) GetVersion() *int64
- func (c *CatalogObjectTimePeriod) String() string
- func (c *CatalogObjectTimePeriod) UnmarshalJSON(data []byte) error
- type CatalogObjectType
- type CatalogObjectVisitor
- type CatalogPricingRule
- func (c *CatalogPricingRule) GetApplyProductsID() *string
- func (c *CatalogPricingRule) GetCustomerGroupIDsAny() []string
- func (c *CatalogPricingRule) GetDiscountID() *string
- func (c *CatalogPricingRule) GetExcludeProductsID() *string
- func (c *CatalogPricingRule) GetExcludeStrategy() *ExcludeStrategy
- func (c *CatalogPricingRule) GetExtraProperties() map[string]interface{}
- func (c *CatalogPricingRule) GetMatchProductsID() *string
- func (c *CatalogPricingRule) GetMinimumOrderSubtotalMoney() *Money
- func (c *CatalogPricingRule) GetName() *string
- func (c *CatalogPricingRule) GetTimePeriodIDs() []string
- func (c *CatalogPricingRule) GetValidFromDate() *string
- func (c *CatalogPricingRule) GetValidFromLocalTime() *string
- func (c *CatalogPricingRule) GetValidUntilDate() *string
- func (c *CatalogPricingRule) GetValidUntilLocalTime() *string
- func (c *CatalogPricingRule) String() string
- func (c *CatalogPricingRule) UnmarshalJSON(data []byte) error
- type CatalogPricingType
- type CatalogProductSet
- func (c *CatalogProductSet) GetAllProducts() *bool
- func (c *CatalogProductSet) GetExtraProperties() map[string]interface{}
- func (c *CatalogProductSet) GetName() *string
- func (c *CatalogProductSet) GetProductIDsAll() []string
- func (c *CatalogProductSet) GetProductIDsAny() []string
- func (c *CatalogProductSet) GetQuantityExact() *int64
- func (c *CatalogProductSet) GetQuantityMax() *int64
- func (c *CatalogProductSet) GetQuantityMin() *int64
- func (c *CatalogProductSet) String() string
- func (c *CatalogProductSet) UnmarshalJSON(data []byte) error
- type CatalogQuery
- func (c *CatalogQuery) GetExactQuery() *CatalogQueryExact
- func (c *CatalogQuery) GetExtraProperties() map[string]interface{}
- func (c *CatalogQuery) GetItemVariationsForItemOptionValuesQuery() *CatalogQueryItemVariationsForItemOptionValues
- func (c *CatalogQuery) GetItemsForItemOptionsQuery() *CatalogQueryItemsForItemOptions
- func (c *CatalogQuery) GetItemsForModifierListQuery() *CatalogQueryItemsForModifierList
- func (c *CatalogQuery) GetItemsForTaxQuery() *CatalogQueryItemsForTax
- func (c *CatalogQuery) GetPrefixQuery() *CatalogQueryPrefix
- func (c *CatalogQuery) GetRangeQuery() *CatalogQueryRange
- func (c *CatalogQuery) GetSetQuery() *CatalogQuerySet
- func (c *CatalogQuery) GetSortedAttributeQuery() *CatalogQuerySortedAttribute
- func (c *CatalogQuery) GetTextQuery() *CatalogQueryText
- func (c *CatalogQuery) String() string
- func (c *CatalogQuery) UnmarshalJSON(data []byte) error
- type CatalogQueryExact
- type CatalogQueryItemVariationsForItemOptionValues
- func (c *CatalogQueryItemVariationsForItemOptionValues) GetExtraProperties() map[string]interface{}
- func (c *CatalogQueryItemVariationsForItemOptionValues) GetItemOptionValueIDs() []string
- func (c *CatalogQueryItemVariationsForItemOptionValues) String() string
- func (c *CatalogQueryItemVariationsForItemOptionValues) UnmarshalJSON(data []byte) error
- type CatalogQueryItemsForItemOptions
- type CatalogQueryItemsForModifierList
- type CatalogQueryItemsForTax
- type CatalogQueryPrefix
- type CatalogQueryRange
- func (c *CatalogQueryRange) GetAttributeMaxValue() *int64
- func (c *CatalogQueryRange) GetAttributeMinValue() *int64
- func (c *CatalogQueryRange) GetAttributeName() string
- func (c *CatalogQueryRange) GetExtraProperties() map[string]interface{}
- func (c *CatalogQueryRange) String() string
- func (c *CatalogQueryRange) UnmarshalJSON(data []byte) error
- type CatalogQuerySet
- type CatalogQuerySortedAttribute
- func (c *CatalogQuerySortedAttribute) GetAttributeName() string
- func (c *CatalogQuerySortedAttribute) GetExtraProperties() map[string]interface{}
- func (c *CatalogQuerySortedAttribute) GetInitialAttributeValue() *string
- func (c *CatalogQuerySortedAttribute) GetSortOrder() *SortOrder
- func (c *CatalogQuerySortedAttribute) String() string
- func (c *CatalogQuerySortedAttribute) UnmarshalJSON(data []byte) error
- type CatalogQueryText
- type CatalogQuickAmount
- func (c *CatalogQuickAmount) GetAmount() *Money
- func (c *CatalogQuickAmount) GetExtraProperties() map[string]interface{}
- func (c *CatalogQuickAmount) GetOrdinal() *int64
- func (c *CatalogQuickAmount) GetScore() *int64
- func (c *CatalogQuickAmount) GetType() CatalogQuickAmountType
- func (c *CatalogQuickAmount) String() string
- func (c *CatalogQuickAmount) UnmarshalJSON(data []byte) error
- type CatalogQuickAmountType
- type CatalogQuickAmountsSettings
- func (c *CatalogQuickAmountsSettings) GetAmounts() []*CatalogQuickAmount
- func (c *CatalogQuickAmountsSettings) GetEligibleForAutoAmounts() *bool
- func (c *CatalogQuickAmountsSettings) GetExtraProperties() map[string]interface{}
- func (c *CatalogQuickAmountsSettings) GetOption() CatalogQuickAmountsSettingsOption
- func (c *CatalogQuickAmountsSettings) String() string
- func (c *CatalogQuickAmountsSettings) UnmarshalJSON(data []byte) error
- type CatalogQuickAmountsSettingsOption
- type CatalogStockConversion
- func (c *CatalogStockConversion) GetExtraProperties() map[string]interface{}
- func (c *CatalogStockConversion) GetNonstockableQuantity() string
- func (c *CatalogStockConversion) GetStockableItemVariationID() string
- func (c *CatalogStockConversion) GetStockableQuantity() string
- func (c *CatalogStockConversion) String() string
- func (c *CatalogStockConversion) UnmarshalJSON(data []byte) error
- type CatalogSubscriptionPlan
- func (c *CatalogSubscriptionPlan) GetAllItems() *bool
- func (c *CatalogSubscriptionPlan) GetEligibleCategoryIDs() []string
- func (c *CatalogSubscriptionPlan) GetEligibleItemIDs() []string
- func (c *CatalogSubscriptionPlan) GetExtraProperties() map[string]interface{}
- func (c *CatalogSubscriptionPlan) GetName() string
- func (c *CatalogSubscriptionPlan) GetPhases() []*SubscriptionPhase
- func (c *CatalogSubscriptionPlan) GetSubscriptionPlanVariations() []*CatalogObject
- func (c *CatalogSubscriptionPlan) String() string
- func (c *CatalogSubscriptionPlan) UnmarshalJSON(data []byte) error
- type CatalogSubscriptionPlanVariation
- func (c *CatalogSubscriptionPlanVariation) GetCanProrate() *bool
- func (c *CatalogSubscriptionPlanVariation) GetExtraProperties() map[string]interface{}
- func (c *CatalogSubscriptionPlanVariation) GetMonthlyBillingAnchorDate() *int64
- func (c *CatalogSubscriptionPlanVariation) GetName() string
- func (c *CatalogSubscriptionPlanVariation) GetPhases() []*SubscriptionPhase
- func (c *CatalogSubscriptionPlanVariation) GetSubscriptionPlanID() *string
- func (c *CatalogSubscriptionPlanVariation) GetSuccessorPlanVariationID() *string
- func (c *CatalogSubscriptionPlanVariation) String() string
- func (c *CatalogSubscriptionPlanVariation) UnmarshalJSON(data []byte) error
- type CatalogTax
- func (c *CatalogTax) GetAppliesToCustomAmounts() *bool
- func (c *CatalogTax) GetAppliesToProductSetID() *string
- func (c *CatalogTax) GetCalculationPhase() *TaxCalculationPhase
- func (c *CatalogTax) GetEnabled() *bool
- func (c *CatalogTax) GetExtraProperties() map[string]interface{}
- func (c *CatalogTax) GetInclusionType() *TaxInclusionType
- func (c *CatalogTax) GetName() *string
- func (c *CatalogTax) GetPercentage() *string
- func (c *CatalogTax) String() string
- func (c *CatalogTax) UnmarshalJSON(data []byte) error
- type CatalogTimePeriod
- type CatalogV1ID
- type CatalogVersionUpdatedEvent
- func (c *CatalogVersionUpdatedEvent) GetCreatedAt() *string
- func (c *CatalogVersionUpdatedEvent) GetData() *CatalogVersionUpdatedEventData
- func (c *CatalogVersionUpdatedEvent) GetEventID() *string
- func (c *CatalogVersionUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CatalogVersionUpdatedEvent) GetMerchantID() *string
- func (c *CatalogVersionUpdatedEvent) GetType() *string
- func (c *CatalogVersionUpdatedEvent) String() string
- func (c *CatalogVersionUpdatedEvent) UnmarshalJSON(data []byte) error
- type CatalogVersionUpdatedEventCatalogVersion
- func (c *CatalogVersionUpdatedEventCatalogVersion) GetExtraProperties() map[string]interface{}
- func (c *CatalogVersionUpdatedEventCatalogVersion) GetUpdatedAt() *string
- func (c *CatalogVersionUpdatedEventCatalogVersion) String() string
- func (c *CatalogVersionUpdatedEventCatalogVersion) UnmarshalJSON(data []byte) error
- type CatalogVersionUpdatedEventData
- func (c *CatalogVersionUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (c *CatalogVersionUpdatedEventData) GetObject() *CatalogVersionUpdatedEventObject
- func (c *CatalogVersionUpdatedEventData) GetType() *string
- func (c *CatalogVersionUpdatedEventData) String() string
- func (c *CatalogVersionUpdatedEventData) UnmarshalJSON(data []byte) error
- type CatalogVersionUpdatedEventObject
- func (c *CatalogVersionUpdatedEventObject) GetCatalogVersion() *CatalogVersionUpdatedEventCatalogVersion
- func (c *CatalogVersionUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (c *CatalogVersionUpdatedEventObject) String() string
- func (c *CatalogVersionUpdatedEventObject) UnmarshalJSON(data []byte) error
- type CategoryPathToRootNode
- func (c *CategoryPathToRootNode) GetCategoryID() *string
- func (c *CategoryPathToRootNode) GetCategoryName() *string
- func (c *CategoryPathToRootNode) GetExtraProperties() map[string]interface{}
- func (c *CategoryPathToRootNode) String() string
- func (c *CategoryPathToRootNode) UnmarshalJSON(data []byte) error
- type ChangeBillingAnchorDateRequest
- type ChangeBillingAnchorDateResponse
- func (c *ChangeBillingAnchorDateResponse) GetActions() []*SubscriptionAction
- func (c *ChangeBillingAnchorDateResponse) GetErrors() []*Error
- func (c *ChangeBillingAnchorDateResponse) GetExtraProperties() map[string]interface{}
- func (c *ChangeBillingAnchorDateResponse) GetSubscription() *Subscription
- func (c *ChangeBillingAnchorDateResponse) String() string
- func (c *ChangeBillingAnchorDateResponse) UnmarshalJSON(data []byte) error
- type ChangeTiming
- type ChangesInventoryRequest
- type Channel
- func (c *Channel) GetCreatedAt() *string
- func (c *Channel) GetExtraProperties() map[string]interface{}
- func (c *Channel) GetID() *string
- func (c *Channel) GetMerchantID() *string
- func (c *Channel) GetName() *string
- func (c *Channel) GetReference() *Reference
- func (c *Channel) GetStatus() *ChannelStatus
- func (c *Channel) GetUpdatedAt() *string
- func (c *Channel) GetVersion() *int
- func (c *Channel) String() string
- func (c *Channel) UnmarshalJSON(data []byte) error
- type ChannelStatus
- type ChargeRequestAdditionalRecipient
- func (c *ChargeRequestAdditionalRecipient) GetAmountMoney() *Money
- func (c *ChargeRequestAdditionalRecipient) GetDescription() string
- func (c *ChargeRequestAdditionalRecipient) GetExtraProperties() map[string]interface{}
- func (c *ChargeRequestAdditionalRecipient) GetLocationID() string
- func (c *ChargeRequestAdditionalRecipient) String() string
- func (c *ChargeRequestAdditionalRecipient) UnmarshalJSON(data []byte) error
- type Checkout
- func (c *Checkout) GetAdditionalRecipients() []*AdditionalRecipient
- func (c *Checkout) GetAskForShippingAddress() *bool
- func (c *Checkout) GetCheckoutPageURL() *string
- func (c *Checkout) GetCreatedAt() *string
- func (c *Checkout) GetExtraProperties() map[string]interface{}
- func (c *Checkout) GetID() *string
- func (c *Checkout) GetMerchantSupportEmail() *string
- func (c *Checkout) GetOrder() *Order
- func (c *Checkout) GetPrePopulateBuyerEmail() *string
- func (c *Checkout) GetPrePopulateShippingAddress() *Address
- func (c *Checkout) GetRedirectURL() *string
- func (c *Checkout) String() string
- func (c *Checkout) UnmarshalJSON(data []byte) error
- type CheckoutLocationSettings
- func (c *CheckoutLocationSettings) GetBranding() *CheckoutLocationSettingsBranding
- func (c *CheckoutLocationSettings) GetCoupons() *CheckoutLocationSettingsCoupons
- func (c *CheckoutLocationSettings) GetCustomerNotesEnabled() *bool
- func (c *CheckoutLocationSettings) GetExtraProperties() map[string]interface{}
- func (c *CheckoutLocationSettings) GetLocationID() *string
- func (c *CheckoutLocationSettings) GetPolicies() []*CheckoutLocationSettingsPolicy
- func (c *CheckoutLocationSettings) GetTipping() *CheckoutLocationSettingsTipping
- func (c *CheckoutLocationSettings) GetUpdatedAt() *string
- func (c *CheckoutLocationSettings) String() string
- func (c *CheckoutLocationSettings) UnmarshalJSON(data []byte) error
- type CheckoutLocationSettingsBranding
- func (c *CheckoutLocationSettingsBranding) GetButtonColor() *string
- func (c *CheckoutLocationSettingsBranding) GetButtonShape() *CheckoutLocationSettingsBrandingButtonShape
- func (c *CheckoutLocationSettingsBranding) GetExtraProperties() map[string]interface{}
- func (c *CheckoutLocationSettingsBranding) GetHeaderType() *CheckoutLocationSettingsBrandingHeaderType
- func (c *CheckoutLocationSettingsBranding) String() string
- func (c *CheckoutLocationSettingsBranding) UnmarshalJSON(data []byte) error
- type CheckoutLocationSettingsBrandingButtonShape
- type CheckoutLocationSettingsBrandingHeaderType
- type CheckoutLocationSettingsCoupons
- type CheckoutLocationSettingsPolicy
- func (c *CheckoutLocationSettingsPolicy) GetDescription() *string
- func (c *CheckoutLocationSettingsPolicy) GetExtraProperties() map[string]interface{}
- func (c *CheckoutLocationSettingsPolicy) GetTitle() *string
- func (c *CheckoutLocationSettingsPolicy) GetUID() *string
- func (c *CheckoutLocationSettingsPolicy) String() string
- func (c *CheckoutLocationSettingsPolicy) UnmarshalJSON(data []byte) error
- type CheckoutLocationSettingsTipping
- func (c *CheckoutLocationSettingsTipping) GetDefaultPercent() *int
- func (c *CheckoutLocationSettingsTipping) GetDefaultSmartTip() *Money
- func (c *CheckoutLocationSettingsTipping) GetExtraProperties() map[string]interface{}
- func (c *CheckoutLocationSettingsTipping) GetPercentages() []int
- func (c *CheckoutLocationSettingsTipping) GetSmartTippingEnabled() *bool
- func (c *CheckoutLocationSettingsTipping) GetSmartTips() []*Money
- func (c *CheckoutLocationSettingsTipping) String() string
- func (c *CheckoutLocationSettingsTipping) UnmarshalJSON(data []byte) error
- type CheckoutMerchantSettings
- func (c *CheckoutMerchantSettings) GetExtraProperties() map[string]interface{}
- func (c *CheckoutMerchantSettings) GetPaymentMethods() *CheckoutMerchantSettingsPaymentMethods
- func (c *CheckoutMerchantSettings) GetUpdatedAt() *string
- func (c *CheckoutMerchantSettings) String() string
- func (c *CheckoutMerchantSettings) UnmarshalJSON(data []byte) error
- type CheckoutMerchantSettingsPaymentMethods
- func (c *CheckoutMerchantSettingsPaymentMethods) GetAfterpayClearpay() *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
- func (c *CheckoutMerchantSettingsPaymentMethods) GetApplePay() *CheckoutMerchantSettingsPaymentMethodsPaymentMethod
- func (c *CheckoutMerchantSettingsPaymentMethods) GetCashApp() *CheckoutMerchantSettingsPaymentMethodsPaymentMethod
- func (c *CheckoutMerchantSettingsPaymentMethods) GetExtraProperties() map[string]interface{}
- func (c *CheckoutMerchantSettingsPaymentMethods) GetGooglePay() *CheckoutMerchantSettingsPaymentMethodsPaymentMethod
- func (c *CheckoutMerchantSettingsPaymentMethods) String() string
- func (c *CheckoutMerchantSettingsPaymentMethods) UnmarshalJSON(data []byte) error
- type CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) GetEnabled() *bool
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) GetExtraProperties() map[string]interface{}
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) GetItemEligibilityRange() *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) GetOrderEligibilityRange() *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) String() string
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay) UnmarshalJSON(data []byte) error
- type CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange) GetExtraProperties() map[string]interface{}
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange) GetMax() *Money
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange) GetMin() *Money
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange) String() string
- func (c *CheckoutMerchantSettingsPaymentMethodsAfterpayClearpayEligibilityRange) UnmarshalJSON(data []byte) error
- type CheckoutMerchantSettingsPaymentMethodsPaymentMethod
- func (c *CheckoutMerchantSettingsPaymentMethodsPaymentMethod) GetEnabled() *bool
- func (c *CheckoutMerchantSettingsPaymentMethodsPaymentMethod) GetExtraProperties() map[string]interface{}
- func (c *CheckoutMerchantSettingsPaymentMethodsPaymentMethod) String() string
- func (c *CheckoutMerchantSettingsPaymentMethodsPaymentMethod) UnmarshalJSON(data []byte) error
- type CheckoutOptions
- func (c *CheckoutOptions) GetAcceptedPaymentMethods() *AcceptedPaymentMethods
- func (c *CheckoutOptions) GetAllowTipping() *bool
- func (c *CheckoutOptions) GetAppFeeMoney() *Money
- func (c *CheckoutOptions) GetAskForShippingAddress() *bool
- func (c *CheckoutOptions) GetCustomFields() []*CustomField
- func (c *CheckoutOptions) GetEnableCoupon() *bool
- func (c *CheckoutOptions) GetEnableLoyalty() *bool
- func (c *CheckoutOptions) GetExtraProperties() map[string]interface{}
- func (c *CheckoutOptions) GetMerchantSupportEmail() *string
- func (c *CheckoutOptions) GetRedirectURL() *string
- func (c *CheckoutOptions) GetShippingFee() *ShippingFee
- func (c *CheckoutOptions) GetSubscriptionPlanID() *string
- func (c *CheckoutOptions) String() string
- func (c *CheckoutOptions) UnmarshalJSON(data []byte) error
- type CheckoutOptionsPaymentType
- type ClearpayDetails
- type CloneOrderRequest
- type CloneOrderResponse
- type CollectedData
- type CompletePaymentRequest
- type CompletePaymentResponse
- func (c *CompletePaymentResponse) GetErrors() []*Error
- func (c *CompletePaymentResponse) GetExtraProperties() map[string]interface{}
- func (c *CompletePaymentResponse) GetPayment() *Payment
- func (c *CompletePaymentResponse) String() string
- func (c *CompletePaymentResponse) UnmarshalJSON(data []byte) error
- type Component
- func (c *Component) GetApplicationDetails() *DeviceComponentDetailsApplicationDetails
- func (c *Component) GetBatteryDetails() *DeviceComponentDetailsBatteryDetails
- func (c *Component) GetCardReaderDetails() *DeviceComponentDetailsCardReaderDetails
- func (c *Component) GetEthernetDetails() *DeviceComponentDetailsEthernetDetails
- func (c *Component) GetExtraProperties() map[string]interface{}
- func (c *Component) GetType() ComponentComponentType
- func (c *Component) GetWifiDetails() *DeviceComponentDetailsWiFiDetails
- func (c *Component) String() string
- func (c *Component) UnmarshalJSON(data []byte) error
- type ComponentComponentType
- type ConfirmationDecision
- type ConfirmationOptions
- func (c *ConfirmationOptions) GetAgreeButtonText() string
- func (c *ConfirmationOptions) GetBody() string
- func (c *ConfirmationOptions) GetDecision() *ConfirmationDecision
- func (c *ConfirmationOptions) GetDisagreeButtonText() *string
- func (c *ConfirmationOptions) GetExtraProperties() map[string]interface{}
- func (c *ConfirmationOptions) GetTitle() string
- func (c *ConfirmationOptions) String() string
- func (c *ConfirmationOptions) UnmarshalJSON(data []byte) error
- type Coordinates
- type Country
- type CreateBookingCustomAttributeDefinitionResponse
- func (c *CreateBookingCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (c *CreateBookingCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (c *CreateBookingCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateBookingCustomAttributeDefinitionResponse) String() string
- func (c *CreateBookingCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type CreateBookingRequest
- type CreateBookingResponse
- type CreateBreakTypeResponse
- func (c *CreateBreakTypeResponse) GetBreakType() *BreakType
- func (c *CreateBreakTypeResponse) GetErrors() []*Error
- func (c *CreateBreakTypeResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateBreakTypeResponse) String() string
- func (c *CreateBreakTypeResponse) UnmarshalJSON(data []byte) error
- type CreateCardRequest
- type CreateCardResponse
- type CreateCatalogImageRequest
- func (c *CreateCatalogImageRequest) GetExtraProperties() map[string]interface{}
- func (c *CreateCatalogImageRequest) GetIdempotencyKey() string
- func (c *CreateCatalogImageRequest) GetImage() *CatalogObject
- func (c *CreateCatalogImageRequest) GetIsPrimary() *bool
- func (c *CreateCatalogImageRequest) GetObjectID() *string
- func (c *CreateCatalogImageRequest) String() string
- func (c *CreateCatalogImageRequest) UnmarshalJSON(data []byte) error
- type CreateCatalogImageResponse
- func (c *CreateCatalogImageResponse) GetErrors() []*Error
- func (c *CreateCatalogImageResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateCatalogImageResponse) GetImage() *CatalogObject
- func (c *CreateCatalogImageResponse) String() string
- func (c *CreateCatalogImageResponse) UnmarshalJSON(data []byte) error
- type CreateCheckoutRequest
- type CreateCheckoutResponse
- func (c *CreateCheckoutResponse) GetCheckout() *Checkout
- func (c *CreateCheckoutResponse) GetErrors() []*Error
- func (c *CreateCheckoutResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateCheckoutResponse) String() string
- func (c *CreateCheckoutResponse) UnmarshalJSON(data []byte) error
- type CreateCustomerCardResponse
- func (c *CreateCustomerCardResponse) GetCard() *Card
- func (c *CreateCustomerCardResponse) GetErrors() []*Error
- func (c *CreateCustomerCardResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateCustomerCardResponse) String() string
- func (c *CreateCustomerCardResponse) UnmarshalJSON(data []byte) error
- type CreateCustomerCustomAttributeDefinitionResponse
- func (c *CreateCustomerCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (c *CreateCustomerCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (c *CreateCustomerCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateCustomerCustomAttributeDefinitionResponse) String() string
- func (c *CreateCustomerCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type CreateCustomerGroupResponse
- func (c *CreateCustomerGroupResponse) GetErrors() []*Error
- func (c *CreateCustomerGroupResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateCustomerGroupResponse) GetGroup() *CustomerGroup
- func (c *CreateCustomerGroupResponse) String() string
- func (c *CreateCustomerGroupResponse) UnmarshalJSON(data []byte) error
- type CreateCustomerRequest
- type CreateCustomerResponse
- func (c *CreateCustomerResponse) GetCustomer() *Customer
- func (c *CreateCustomerResponse) GetErrors() []*Error
- func (c *CreateCustomerResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateCustomerResponse) String() string
- func (c *CreateCustomerResponse) UnmarshalJSON(data []byte) error
- type CreateDeviceCodeResponse
- func (c *CreateDeviceCodeResponse) GetDeviceCode() *DeviceCode
- func (c *CreateDeviceCodeResponse) GetErrors() []*Error
- func (c *CreateDeviceCodeResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateDeviceCodeResponse) String() string
- func (c *CreateDeviceCodeResponse) UnmarshalJSON(data []byte) error
- type CreateDisputeEvidenceFileRequest
- func (c *CreateDisputeEvidenceFileRequest) GetContentType() *string
- func (c *CreateDisputeEvidenceFileRequest) GetEvidenceType() *DisputeEvidenceType
- func (c *CreateDisputeEvidenceFileRequest) GetExtraProperties() map[string]interface{}
- func (c *CreateDisputeEvidenceFileRequest) GetIdempotencyKey() string
- func (c *CreateDisputeEvidenceFileRequest) String() string
- func (c *CreateDisputeEvidenceFileRequest) UnmarshalJSON(data []byte) error
- type CreateDisputeEvidenceFileResponse
- func (c *CreateDisputeEvidenceFileResponse) GetErrors() []*Error
- func (c *CreateDisputeEvidenceFileResponse) GetEvidence() *DisputeEvidence
- func (c *CreateDisputeEvidenceFileResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateDisputeEvidenceFileResponse) String() string
- func (c *CreateDisputeEvidenceFileResponse) UnmarshalJSON(data []byte) error
- type CreateDisputeEvidenceTextRequest
- type CreateDisputeEvidenceTextResponse
- func (c *CreateDisputeEvidenceTextResponse) GetErrors() []*Error
- func (c *CreateDisputeEvidenceTextResponse) GetEvidence() *DisputeEvidence
- func (c *CreateDisputeEvidenceTextResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateDisputeEvidenceTextResponse) String() string
- func (c *CreateDisputeEvidenceTextResponse) UnmarshalJSON(data []byte) error
- type CreateEvidenceFileDisputesRequest
- type CreateGiftCardActivityResponse
- func (c *CreateGiftCardActivityResponse) GetErrors() []*Error
- func (c *CreateGiftCardActivityResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateGiftCardActivityResponse) GetGiftCardActivity() *GiftCardActivity
- func (c *CreateGiftCardActivityResponse) String() string
- func (c *CreateGiftCardActivityResponse) UnmarshalJSON(data []byte) error
- type CreateGiftCardRequest
- type CreateGiftCardResponse
- func (c *CreateGiftCardResponse) GetErrors() []*Error
- func (c *CreateGiftCardResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateGiftCardResponse) GetGiftCard() *GiftCard
- func (c *CreateGiftCardResponse) String() string
- func (c *CreateGiftCardResponse) UnmarshalJSON(data []byte) error
- type CreateInvoiceAttachmentRequest
- type CreateInvoiceAttachmentRequestData
- func (c *CreateInvoiceAttachmentRequestData) GetDescription() *string
- func (c *CreateInvoiceAttachmentRequestData) GetExtraProperties() map[string]interface{}
- func (c *CreateInvoiceAttachmentRequestData) GetIdempotencyKey() *string
- func (c *CreateInvoiceAttachmentRequestData) String() string
- func (c *CreateInvoiceAttachmentRequestData) UnmarshalJSON(data []byte) error
- type CreateInvoiceAttachmentResponse
- func (c *CreateInvoiceAttachmentResponse) GetAttachment() *InvoiceAttachment
- func (c *CreateInvoiceAttachmentResponse) GetErrors() []*Error
- func (c *CreateInvoiceAttachmentResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateInvoiceAttachmentResponse) String() string
- func (c *CreateInvoiceAttachmentResponse) UnmarshalJSON(data []byte) error
- type CreateInvoiceRequest
- type CreateInvoiceResponse
- type CreateJobRequest
- type CreateJobResponse
- type CreateLocationCustomAttributeDefinitionResponse
- func (c *CreateLocationCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (c *CreateLocationCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (c *CreateLocationCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateLocationCustomAttributeDefinitionResponse) String() string
- func (c *CreateLocationCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type CreateLocationRequest
- type CreateLocationResponse
- func (c *CreateLocationResponse) GetErrors() []*Error
- func (c *CreateLocationResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateLocationResponse) GetLocation() *Location
- func (c *CreateLocationResponse) String() string
- func (c *CreateLocationResponse) UnmarshalJSON(data []byte) error
- type CreateLoyaltyAccountResponse
- func (c *CreateLoyaltyAccountResponse) GetErrors() []*Error
- func (c *CreateLoyaltyAccountResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateLoyaltyAccountResponse) GetLoyaltyAccount() *LoyaltyAccount
- func (c *CreateLoyaltyAccountResponse) String() string
- func (c *CreateLoyaltyAccountResponse) UnmarshalJSON(data []byte) error
- type CreateLoyaltyPromotionResponse
- func (c *CreateLoyaltyPromotionResponse) GetErrors() []*Error
- func (c *CreateLoyaltyPromotionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateLoyaltyPromotionResponse) GetLoyaltyPromotion() *LoyaltyPromotion
- func (c *CreateLoyaltyPromotionResponse) String() string
- func (c *CreateLoyaltyPromotionResponse) UnmarshalJSON(data []byte) error
- type CreateLoyaltyRewardResponse
- func (c *CreateLoyaltyRewardResponse) GetErrors() []*Error
- func (c *CreateLoyaltyRewardResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateLoyaltyRewardResponse) GetReward() *LoyaltyReward
- func (c *CreateLoyaltyRewardResponse) String() string
- func (c *CreateLoyaltyRewardResponse) UnmarshalJSON(data []byte) error
- type CreateMerchantCustomAttributeDefinitionResponse
- func (c *CreateMerchantCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (c *CreateMerchantCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (c *CreateMerchantCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateMerchantCustomAttributeDefinitionResponse) String() string
- func (c *CreateMerchantCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type CreateMobileAuthorizationCodeRequest
- type CreateMobileAuthorizationCodeResponse
- func (c *CreateMobileAuthorizationCodeResponse) GetAuthorizationCode() *string
- func (c *CreateMobileAuthorizationCodeResponse) GetErrors() []*Error
- func (c *CreateMobileAuthorizationCodeResponse) GetExpiresAt() *string
- func (c *CreateMobileAuthorizationCodeResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateMobileAuthorizationCodeResponse) String() string
- func (c *CreateMobileAuthorizationCodeResponse) UnmarshalJSON(data []byte) error
- type CreateOrderCustomAttributeDefinitionResponse
- func (c *CreateOrderCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (c *CreateOrderCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (c *CreateOrderCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateOrderCustomAttributeDefinitionResponse) String() string
- func (c *CreateOrderCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type CreateOrderRequest
- type CreateOrderResponse
- type CreatePaymentLinkResponse
- func (c *CreatePaymentLinkResponse) GetErrors() []*Error
- func (c *CreatePaymentLinkResponse) GetExtraProperties() map[string]interface{}
- func (c *CreatePaymentLinkResponse) GetPaymentLink() *PaymentLink
- func (c *CreatePaymentLinkResponse) GetRelatedResources() *PaymentLinkRelatedResources
- func (c *CreatePaymentLinkResponse) String() string
- func (c *CreatePaymentLinkResponse) UnmarshalJSON(data []byte) error
- type CreatePaymentRequest
- type CreatePaymentResponse
- type CreateScheduledShiftRequest
- type CreateScheduledShiftResponse
- func (c *CreateScheduledShiftResponse) GetErrors() []*Error
- func (c *CreateScheduledShiftResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateScheduledShiftResponse) GetScheduledShift() *ScheduledShift
- func (c *CreateScheduledShiftResponse) String() string
- func (c *CreateScheduledShiftResponse) UnmarshalJSON(data []byte) error
- type CreateShiftResponse
- type CreateSubscriptionRequest
- type CreateSubscriptionResponse
- func (c *CreateSubscriptionResponse) GetErrors() []*Error
- func (c *CreateSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateSubscriptionResponse) GetSubscription() *Subscription
- func (c *CreateSubscriptionResponse) String() string
- func (c *CreateSubscriptionResponse) UnmarshalJSON(data []byte) error
- type CreateTeamMemberRequest
- func (c *CreateTeamMemberRequest) GetExtraProperties() map[string]interface{}
- func (c *CreateTeamMemberRequest) GetIdempotencyKey() *string
- func (c *CreateTeamMemberRequest) GetTeamMember() *TeamMember
- func (c *CreateTeamMemberRequest) String() string
- func (c *CreateTeamMemberRequest) UnmarshalJSON(data []byte) error
- type CreateTeamMemberResponse
- func (c *CreateTeamMemberResponse) GetErrors() []*Error
- func (c *CreateTeamMemberResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateTeamMemberResponse) GetTeamMember() *TeamMember
- func (c *CreateTeamMemberResponse) String() string
- func (c *CreateTeamMemberResponse) UnmarshalJSON(data []byte) error
- type CreateTerminalActionResponse
- func (c *CreateTerminalActionResponse) GetAction() *TerminalAction
- func (c *CreateTerminalActionResponse) GetErrors() []*Error
- func (c *CreateTerminalActionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateTerminalActionResponse) String() string
- func (c *CreateTerminalActionResponse) UnmarshalJSON(data []byte) error
- type CreateTerminalCheckoutResponse
- func (c *CreateTerminalCheckoutResponse) GetCheckout() *TerminalCheckout
- func (c *CreateTerminalCheckoutResponse) GetErrors() []*Error
- func (c *CreateTerminalCheckoutResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateTerminalCheckoutResponse) String() string
- func (c *CreateTerminalCheckoutResponse) UnmarshalJSON(data []byte) error
- type CreateTerminalRefundResponse
- func (c *CreateTerminalRefundResponse) GetErrors() []*Error
- func (c *CreateTerminalRefundResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateTerminalRefundResponse) GetRefund() *TerminalRefund
- func (c *CreateTerminalRefundResponse) String() string
- func (c *CreateTerminalRefundResponse) UnmarshalJSON(data []byte) error
- type CreateTimecardRequest
- type CreateTimecardResponse
- func (c *CreateTimecardResponse) GetErrors() []*Error
- func (c *CreateTimecardResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateTimecardResponse) GetTimecard() *Timecard
- func (c *CreateTimecardResponse) String() string
- func (c *CreateTimecardResponse) UnmarshalJSON(data []byte) error
- type CreateTransferOrderData
- func (c *CreateTransferOrderData) GetCreatedByTeamMemberID() *string
- func (c *CreateTransferOrderData) GetDestinationLocationID() string
- func (c *CreateTransferOrderData) GetExpectedAt() *string
- func (c *CreateTransferOrderData) GetExtraProperties() map[string]interface{}
- func (c *CreateTransferOrderData) GetLineItems() []*CreateTransferOrderLineData
- func (c *CreateTransferOrderData) GetNotes() *string
- func (c *CreateTransferOrderData) GetSourceLocationID() string
- func (c *CreateTransferOrderData) GetTrackingNumber() *string
- func (c *CreateTransferOrderData) String() string
- func (c *CreateTransferOrderData) UnmarshalJSON(data []byte) error
- type CreateTransferOrderLineData
- func (c *CreateTransferOrderLineData) GetExtraProperties() map[string]interface{}
- func (c *CreateTransferOrderLineData) GetItemVariationID() string
- func (c *CreateTransferOrderLineData) GetQuantityOrdered() string
- func (c *CreateTransferOrderLineData) String() string
- func (c *CreateTransferOrderLineData) UnmarshalJSON(data []byte) error
- type CreateTransferOrderRequest
- type CreateTransferOrderResponse
- func (c *CreateTransferOrderResponse) GetErrors() []*Error
- func (c *CreateTransferOrderResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateTransferOrderResponse) GetTransferOrder() *TransferOrder
- func (c *CreateTransferOrderResponse) String() string
- func (c *CreateTransferOrderResponse) UnmarshalJSON(data []byte) error
- type CreateVendorRequest
- type CreateVendorResponse
- type CreateWebhookSubscriptionResponse
- func (c *CreateWebhookSubscriptionResponse) GetErrors() []*Error
- func (c *CreateWebhookSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (c *CreateWebhookSubscriptionResponse) GetSubscription() *WebhookSubscription
- func (c *CreateWebhookSubscriptionResponse) String() string
- func (c *CreateWebhookSubscriptionResponse) UnmarshalJSON(data []byte) error
- type Currency
- type CustomAttribute
- func (c *CustomAttribute) GetCreatedAt() *string
- func (c *CustomAttribute) GetDefinition() *CustomAttributeDefinition
- func (c *CustomAttribute) GetExtraProperties() map[string]interface{}
- func (c *CustomAttribute) GetKey() *string
- func (c *CustomAttribute) GetUpdatedAt() *string
- func (c *CustomAttribute) GetValue() interface{}
- func (c *CustomAttribute) GetVersion() *int
- func (c *CustomAttribute) GetVisibility() *CustomAttributeDefinitionVisibility
- func (c *CustomAttribute) String() string
- func (c *CustomAttribute) UnmarshalJSON(data []byte) error
- type CustomAttributeDefinition
- func (c *CustomAttributeDefinition) GetCreatedAt() *string
- func (c *CustomAttributeDefinition) GetDescription() *string
- func (c *CustomAttributeDefinition) GetExtraProperties() map[string]interface{}
- func (c *CustomAttributeDefinition) GetKey() *string
- func (c *CustomAttributeDefinition) GetName() *string
- func (c *CustomAttributeDefinition) GetSchema() map[string]interface{}
- func (c *CustomAttributeDefinition) GetUpdatedAt() *string
- func (c *CustomAttributeDefinition) GetVersion() *int
- func (c *CustomAttributeDefinition) GetVisibility() *CustomAttributeDefinitionVisibility
- func (c *CustomAttributeDefinition) String() string
- func (c *CustomAttributeDefinition) UnmarshalJSON(data []byte) error
- type CustomAttributeDefinitionEventData
- func (c *CustomAttributeDefinitionEventData) GetExtraProperties() map[string]interface{}
- func (c *CustomAttributeDefinitionEventData) GetID() *string
- func (c *CustomAttributeDefinitionEventData) GetObject() *CustomAttributeDefinitionEventDataObject
- func (c *CustomAttributeDefinitionEventData) GetType() *string
- func (c *CustomAttributeDefinitionEventData) String() string
- func (c *CustomAttributeDefinitionEventData) UnmarshalJSON(data []byte) error
- type CustomAttributeDefinitionEventDataObject
- func (c *CustomAttributeDefinitionEventDataObject) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (c *CustomAttributeDefinitionEventDataObject) GetExtraProperties() map[string]interface{}
- func (c *CustomAttributeDefinitionEventDataObject) String() string
- func (c *CustomAttributeDefinitionEventDataObject) UnmarshalJSON(data []byte) error
- type CustomAttributeDefinitionVisibility
- type CustomAttributeEventData
- func (c *CustomAttributeEventData) GetExtraProperties() map[string]interface{}
- func (c *CustomAttributeEventData) GetID() *string
- func (c *CustomAttributeEventData) GetObject() *CustomAttributeEventDataObject
- func (c *CustomAttributeEventData) GetType() *string
- func (c *CustomAttributeEventData) String() string
- func (c *CustomAttributeEventData) UnmarshalJSON(data []byte) error
- type CustomAttributeEventDataObject
- type CustomAttributeFilter
- func (c *CustomAttributeFilter) GetBoolFilter() *bool
- func (c *CustomAttributeFilter) GetCustomAttributeDefinitionID() *string
- func (c *CustomAttributeFilter) GetExtraProperties() map[string]interface{}
- func (c *CustomAttributeFilter) GetKey() *string
- func (c *CustomAttributeFilter) GetNumberFilter() *Range
- func (c *CustomAttributeFilter) GetSelectionUIDsFilter() []string
- func (c *CustomAttributeFilter) GetStringFilter() *string
- func (c *CustomAttributeFilter) String() string
- func (c *CustomAttributeFilter) UnmarshalJSON(data []byte) error
- type CustomField
- type Customer
- func (c *Customer) GetAddress() *Address
- func (c *Customer) GetBirthday() *string
- func (c *Customer) GetCompanyName() *string
- func (c *Customer) GetCreatedAt() *string
- func (c *Customer) GetCreationSource() *CustomerCreationSource
- func (c *Customer) GetEmailAddress() *string
- func (c *Customer) GetExtraProperties() map[string]interface{}
- func (c *Customer) GetFamilyName() *string
- func (c *Customer) GetGivenName() *string
- func (c *Customer) GetGroupIDs() []string
- func (c *Customer) GetID() *string
- func (c *Customer) GetNickname() *string
- func (c *Customer) GetNote() *string
- func (c *Customer) GetPhoneNumber() *string
- func (c *Customer) GetPreferences() *CustomerPreferences
- func (c *Customer) GetReferenceID() *string
- func (c *Customer) GetSegmentIDs() []string
- func (c *Customer) GetTaxIDs() *CustomerTaxIDs
- func (c *Customer) GetUpdatedAt() *string
- func (c *Customer) GetVersion() *int64
- func (c *Customer) String() string
- func (c *Customer) UnmarshalJSON(data []byte) error
- type CustomerAddressFilter
- func (c *CustomerAddressFilter) GetCountry() *Country
- func (c *CustomerAddressFilter) GetExtraProperties() map[string]interface{}
- func (c *CustomerAddressFilter) GetPostalCode() *CustomerTextFilter
- func (c *CustomerAddressFilter) String() string
- func (c *CustomerAddressFilter) UnmarshalJSON(data []byte) error
- type CustomerCreatedEvent
- func (c *CustomerCreatedEvent) GetCreatedAt() *string
- func (c *CustomerCreatedEvent) GetData() *CustomerCreatedEventData
- func (c *CustomerCreatedEvent) GetEventID() *string
- func (c *CustomerCreatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCreatedEvent) GetMerchantID() *string
- func (c *CustomerCreatedEvent) GetType() *string
- func (c *CustomerCreatedEvent) String() string
- func (c *CustomerCreatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCreatedEventData
- func (c *CustomerCreatedEventData) GetExtraProperties() map[string]interface{}
- func (c *CustomerCreatedEventData) GetID() *string
- func (c *CustomerCreatedEventData) GetObject() *CustomerCreatedEventObject
- func (c *CustomerCreatedEventData) GetType() *string
- func (c *CustomerCreatedEventData) String() string
- func (c *CustomerCreatedEventData) UnmarshalJSON(data []byte) error
- type CustomerCreatedEventEventContext
- func (c *CustomerCreatedEventEventContext) GetExtraProperties() map[string]interface{}
- func (c *CustomerCreatedEventEventContext) GetMerge() *CustomerCreatedEventEventContextMerge
- func (c *CustomerCreatedEventEventContext) String() string
- func (c *CustomerCreatedEventEventContext) UnmarshalJSON(data []byte) error
- type CustomerCreatedEventEventContextMerge
- func (c *CustomerCreatedEventEventContextMerge) GetExtraProperties() map[string]interface{}
- func (c *CustomerCreatedEventEventContextMerge) GetFromCustomerIDs() []string
- func (c *CustomerCreatedEventEventContextMerge) GetToCustomerID() *string
- func (c *CustomerCreatedEventEventContextMerge) String() string
- func (c *CustomerCreatedEventEventContextMerge) UnmarshalJSON(data []byte) error
- type CustomerCreatedEventObject
- func (c *CustomerCreatedEventObject) GetCustomer() *Customer
- func (c *CustomerCreatedEventObject) GetEventContext() *CustomerCreatedEventEventContext
- func (c *CustomerCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (c *CustomerCreatedEventObject) String() string
- func (c *CustomerCreatedEventObject) UnmarshalJSON(data []byte) error
- type CustomerCreationSource
- type CustomerCreationSourceFilter
- func (c *CustomerCreationSourceFilter) GetExtraProperties() map[string]interface{}
- func (c *CustomerCreationSourceFilter) GetRule() *CustomerInclusionExclusion
- func (c *CustomerCreationSourceFilter) GetValues() []CustomerCreationSource
- func (c *CustomerCreationSourceFilter) String() string
- func (c *CustomerCreationSourceFilter) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionCreatedEvent
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionCreatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionCreatedPublicEvent
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) String() string
- func (c *CustomerCustomAttributeDefinitionCreatedPublicEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionDeletedEvent
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionDeletedPublicEvent
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) String() string
- func (c *CustomerCustomAttributeDefinitionDeletedPublicEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionOwnedCreatedEvent
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionOwnedDeletedEvent
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionOwnedUpdatedEvent
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionUpdatedEvent
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionUpdatedPublicEvent
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) String() string
- func (c *CustomerCustomAttributeDefinitionUpdatedPublicEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionVisibleCreatedEvent
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionVisibleDeletedEvent
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDefinitionVisibleUpdatedEvent
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) GetType() *string
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) String() string
- func (c *CustomerCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDeletedEvent
- func (c *CustomerCustomAttributeDeletedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDeletedEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeDeletedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDeletedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDeletedEvent) GetType() *string
- func (c *CustomerCustomAttributeDeletedEvent) String() string
- func (c *CustomerCustomAttributeDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeDeletedPublicEvent
- func (c *CustomerCustomAttributeDeletedPublicEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeDeletedPublicEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeDeletedPublicEvent) GetEventID() *string
- func (c *CustomerCustomAttributeDeletedPublicEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeDeletedPublicEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeDeletedPublicEvent) GetType() *string
- func (c *CustomerCustomAttributeDeletedPublicEvent) String() string
- func (c *CustomerCustomAttributeDeletedPublicEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeFilter
- func (c *CustomerCustomAttributeFilter) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeFilter) GetFilter() *CustomerCustomAttributeFilterValue
- func (c *CustomerCustomAttributeFilter) GetKey() string
- func (c *CustomerCustomAttributeFilter) GetUpdatedAt() *TimeRange
- func (c *CustomerCustomAttributeFilter) String() string
- func (c *CustomerCustomAttributeFilter) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeFilterValue
- func (c *CustomerCustomAttributeFilterValue) GetAddress() *CustomerAddressFilter
- func (c *CustomerCustomAttributeFilterValue) GetBoolean() *bool
- func (c *CustomerCustomAttributeFilterValue) GetDate() *TimeRange
- func (c *CustomerCustomAttributeFilterValue) GetEmail() *CustomerTextFilter
- func (c *CustomerCustomAttributeFilterValue) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeFilterValue) GetNumber() *FloatNumberRange
- func (c *CustomerCustomAttributeFilterValue) GetPhone() *CustomerTextFilter
- func (c *CustomerCustomAttributeFilterValue) GetSelection() *FilterValue
- func (c *CustomerCustomAttributeFilterValue) GetText() *CustomerTextFilter
- func (c *CustomerCustomAttributeFilterValue) String() string
- func (c *CustomerCustomAttributeFilterValue) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeFilters
- func (c *CustomerCustomAttributeFilters) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeFilters) GetFilters() []*CustomerCustomAttributeFilter
- func (c *CustomerCustomAttributeFilters) String() string
- func (c *CustomerCustomAttributeFilters) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeOwnedDeletedEvent
- func (c *CustomerCustomAttributeOwnedDeletedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeOwnedDeletedEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeOwnedDeletedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeOwnedDeletedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeOwnedDeletedEvent) GetType() *string
- func (c *CustomerCustomAttributeOwnedDeletedEvent) String() string
- func (c *CustomerCustomAttributeOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeOwnedUpdatedEvent
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) GetType() *string
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) String() string
- func (c *CustomerCustomAttributeOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeUpdatedEvent
- func (c *CustomerCustomAttributeUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeUpdatedEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeUpdatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeUpdatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeUpdatedEvent) GetType() *string
- func (c *CustomerCustomAttributeUpdatedEvent) String() string
- func (c *CustomerCustomAttributeUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeUpdatedPublicEvent
- func (c *CustomerCustomAttributeUpdatedPublicEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeUpdatedPublicEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeUpdatedPublicEvent) GetEventID() *string
- func (c *CustomerCustomAttributeUpdatedPublicEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeUpdatedPublicEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeUpdatedPublicEvent) GetType() *string
- func (c *CustomerCustomAttributeUpdatedPublicEvent) String() string
- func (c *CustomerCustomAttributeUpdatedPublicEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeVisibleDeletedEvent
- func (c *CustomerCustomAttributeVisibleDeletedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeVisibleDeletedEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeVisibleDeletedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeVisibleDeletedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeVisibleDeletedEvent) GetType() *string
- func (c *CustomerCustomAttributeVisibleDeletedEvent) String() string
- func (c *CustomerCustomAttributeVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerCustomAttributeVisibleUpdatedEvent
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) GetData() *CustomAttributeEventData
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) GetEventID() *string
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) GetMerchantID() *string
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) GetType() *string
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) String() string
- func (c *CustomerCustomAttributeVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerDeletedEvent
- func (c *CustomerDeletedEvent) GetCreatedAt() *string
- func (c *CustomerDeletedEvent) GetData() *CustomerDeletedEventData
- func (c *CustomerDeletedEvent) GetEventID() *string
- func (c *CustomerDeletedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerDeletedEvent) GetMerchantID() *string
- func (c *CustomerDeletedEvent) GetType() *string
- func (c *CustomerDeletedEvent) String() string
- func (c *CustomerDeletedEvent) UnmarshalJSON(data []byte) error
- type CustomerDeletedEventData
- func (c *CustomerDeletedEventData) GetExtraProperties() map[string]interface{}
- func (c *CustomerDeletedEventData) GetID() *string
- func (c *CustomerDeletedEventData) GetObject() *CustomerDeletedEventObject
- func (c *CustomerDeletedEventData) GetType() *string
- func (c *CustomerDeletedEventData) String() string
- func (c *CustomerDeletedEventData) UnmarshalJSON(data []byte) error
- type CustomerDeletedEventEventContext
- func (c *CustomerDeletedEventEventContext) GetExtraProperties() map[string]interface{}
- func (c *CustomerDeletedEventEventContext) GetMerge() *CustomerDeletedEventEventContextMerge
- func (c *CustomerDeletedEventEventContext) String() string
- func (c *CustomerDeletedEventEventContext) UnmarshalJSON(data []byte) error
- type CustomerDeletedEventEventContextMerge
- func (c *CustomerDeletedEventEventContextMerge) GetExtraProperties() map[string]interface{}
- func (c *CustomerDeletedEventEventContextMerge) GetFromCustomerIDs() []string
- func (c *CustomerDeletedEventEventContextMerge) GetToCustomerID() *string
- func (c *CustomerDeletedEventEventContextMerge) String() string
- func (c *CustomerDeletedEventEventContextMerge) UnmarshalJSON(data []byte) error
- type CustomerDeletedEventObject
- func (c *CustomerDeletedEventObject) GetCustomer() *Customer
- func (c *CustomerDeletedEventObject) GetEventContext() *CustomerDeletedEventEventContext
- func (c *CustomerDeletedEventObject) GetExtraProperties() map[string]interface{}
- func (c *CustomerDeletedEventObject) String() string
- func (c *CustomerDeletedEventObject) UnmarshalJSON(data []byte) error
- type CustomerDetails
- type CustomerFilter
- func (c *CustomerFilter) GetCreatedAt() *TimeRange
- func (c *CustomerFilter) GetCreationSource() *CustomerCreationSourceFilter
- func (c *CustomerFilter) GetCustomAttribute() *CustomerCustomAttributeFilters
- func (c *CustomerFilter) GetEmailAddress() *CustomerTextFilter
- func (c *CustomerFilter) GetExtraProperties() map[string]interface{}
- func (c *CustomerFilter) GetGroupIDs() *FilterValue
- func (c *CustomerFilter) GetPhoneNumber() *CustomerTextFilter
- func (c *CustomerFilter) GetReferenceID() *CustomerTextFilter
- func (c *CustomerFilter) GetSegmentIDs() *FilterValue
- func (c *CustomerFilter) GetUpdatedAt() *TimeRange
- func (c *CustomerFilter) String() string
- func (c *CustomerFilter) UnmarshalJSON(data []byte) error
- type CustomerGroup
- func (c *CustomerGroup) GetCreatedAt() *string
- func (c *CustomerGroup) GetExtraProperties() map[string]interface{}
- func (c *CustomerGroup) GetID() *string
- func (c *CustomerGroup) GetName() string
- func (c *CustomerGroup) GetUpdatedAt() *string
- func (c *CustomerGroup) String() string
- func (c *CustomerGroup) UnmarshalJSON(data []byte) error
- type CustomerInclusionExclusion
- type CustomerPreferences
- type CustomerQuery
- type CustomerSegment
- func (c *CustomerSegment) GetCreatedAt() *string
- func (c *CustomerSegment) GetExtraProperties() map[string]interface{}
- func (c *CustomerSegment) GetID() *string
- func (c *CustomerSegment) GetName() *string
- func (c *CustomerSegment) GetUpdatedAt() *string
- func (c *CustomerSegment) String() string
- func (c *CustomerSegment) UnmarshalJSON(data []byte) error
- type CustomerSort
- type CustomerSortField
- type CustomerTaxIDs
- type CustomerTextFilter
- type CustomerUpdatedEvent
- func (c *CustomerUpdatedEvent) GetCreatedAt() *string
- func (c *CustomerUpdatedEvent) GetData() *CustomerUpdatedEventData
- func (c *CustomerUpdatedEvent) GetEventID() *string
- func (c *CustomerUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (c *CustomerUpdatedEvent) GetMerchantID() *string
- func (c *CustomerUpdatedEvent) GetType() *string
- func (c *CustomerUpdatedEvent) String() string
- func (c *CustomerUpdatedEvent) UnmarshalJSON(data []byte) error
- type CustomerUpdatedEventData
- func (c *CustomerUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (c *CustomerUpdatedEventData) GetID() *string
- func (c *CustomerUpdatedEventData) GetObject() *CustomerUpdatedEventObject
- func (c *CustomerUpdatedEventData) GetType() *string
- func (c *CustomerUpdatedEventData) String() string
- func (c *CustomerUpdatedEventData) UnmarshalJSON(data []byte) error
- type CustomerUpdatedEventObject
- type CustomersDeleteRequest
- type CustomersGetRequest
- type CustomersListRequest
- type DataCollectionOptions
- func (d *DataCollectionOptions) GetBody() string
- func (d *DataCollectionOptions) GetCollectedData() *CollectedData
- func (d *DataCollectionOptions) GetExtraProperties() map[string]interface{}
- func (d *DataCollectionOptions) GetInputType() DataCollectionOptionsInputType
- func (d *DataCollectionOptions) GetTitle() string
- func (d *DataCollectionOptions) String() string
- func (d *DataCollectionOptions) UnmarshalJSON(data []byte) error
- type DataCollectionOptionsInputType
- type DateRange
- type DayOfWeek
- type DeleteActionSubscriptionsRequest
- type DeleteBookingCustomAttributeDefinitionResponse
- func (d *DeleteBookingCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (d *DeleteBookingCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteBookingCustomAttributeDefinitionResponse) String() string
- func (d *DeleteBookingCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type DeleteBookingCustomAttributeResponse
- func (d *DeleteBookingCustomAttributeResponse) GetErrors() []*Error
- func (d *DeleteBookingCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteBookingCustomAttributeResponse) String() string
- func (d *DeleteBookingCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type DeleteBreakTypeResponse
- type DeleteCatalogObjectResponse
- func (d *DeleteCatalogObjectResponse) GetDeletedAt() *string
- func (d *DeleteCatalogObjectResponse) GetDeletedObjectIDs() []string
- func (d *DeleteCatalogObjectResponse) GetErrors() []*Error
- func (d *DeleteCatalogObjectResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteCatalogObjectResponse) String() string
- func (d *DeleteCatalogObjectResponse) UnmarshalJSON(data []byte) error
- type DeleteCustomerCardResponse
- type DeleteCustomerCustomAttributeDefinitionResponse
- func (d *DeleteCustomerCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (d *DeleteCustomerCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteCustomerCustomAttributeDefinitionResponse) String() string
- func (d *DeleteCustomerCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type DeleteCustomerCustomAttributeResponse
- func (d *DeleteCustomerCustomAttributeResponse) GetErrors() []*Error
- func (d *DeleteCustomerCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteCustomerCustomAttributeResponse) String() string
- func (d *DeleteCustomerCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type DeleteCustomerGroupResponse
- type DeleteCustomerResponse
- type DeleteCustomersRequest
- type DeleteDisputeEvidenceResponse
- type DeleteInvoiceAttachmentRequest
- type DeleteInvoiceAttachmentResponse
- type DeleteInvoiceResponse
- type DeleteInvoicesRequest
- type DeleteLocationCustomAttributeDefinitionResponse
- func (d *DeleteLocationCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (d *DeleteLocationCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteLocationCustomAttributeDefinitionResponse) String() string
- func (d *DeleteLocationCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type DeleteLocationCustomAttributeResponse
- func (d *DeleteLocationCustomAttributeResponse) GetErrors() []*Error
- func (d *DeleteLocationCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteLocationCustomAttributeResponse) String() string
- func (d *DeleteLocationCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type DeleteLoyaltyRewardResponse
- type DeleteMerchantCustomAttributeDefinitionResponse
- func (d *DeleteMerchantCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (d *DeleteMerchantCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteMerchantCustomAttributeDefinitionResponse) String() string
- func (d *DeleteMerchantCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type DeleteMerchantCustomAttributeResponse
- func (d *DeleteMerchantCustomAttributeResponse) GetErrors() []*Error
- func (d *DeleteMerchantCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteMerchantCustomAttributeResponse) String() string
- func (d *DeleteMerchantCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type DeleteOrderCustomAttributeDefinitionResponse
- func (d *DeleteOrderCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (d *DeleteOrderCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteOrderCustomAttributeDefinitionResponse) String() string
- func (d *DeleteOrderCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type DeleteOrderCustomAttributeResponse
- type DeletePaymentLinkResponse
- func (d *DeletePaymentLinkResponse) GetCancelledOrderID() *string
- func (d *DeletePaymentLinkResponse) GetErrors() []*Error
- func (d *DeletePaymentLinkResponse) GetExtraProperties() map[string]interface{}
- func (d *DeletePaymentLinkResponse) GetID() *string
- func (d *DeletePaymentLinkResponse) String() string
- func (d *DeletePaymentLinkResponse) UnmarshalJSON(data []byte) error
- type DeleteShiftResponse
- type DeleteSnippetResponse
- type DeleteSnippetsRequest
- type DeleteSubscriptionActionResponse
- func (d *DeleteSubscriptionActionResponse) GetErrors() []*Error
- func (d *DeleteSubscriptionActionResponse) GetExtraProperties() map[string]interface{}
- func (d *DeleteSubscriptionActionResponse) GetSubscription() *Subscription
- func (d *DeleteSubscriptionActionResponse) String() string
- func (d *DeleteSubscriptionActionResponse) UnmarshalJSON(data []byte) error
- type DeleteTimecardRequest
- type DeleteTimecardResponse
- type DeleteTransferOrderResponse
- type DeleteTransferOrdersRequest
- type DeleteWebhookSubscriptionResponse
- type DeprecatedGetAdjustmentInventoryRequest
- type DeprecatedGetPhysicalCountInventoryRequest
- type Destination
- type DestinationDetails
- func (d *DestinationDetails) GetCardDetails() *DestinationDetailsCardRefundDetails
- func (d *DestinationDetails) GetCashDetails() *DestinationDetailsCashRefundDetails
- func (d *DestinationDetails) GetExternalDetails() *DestinationDetailsExternalRefundDetails
- func (d *DestinationDetails) GetExtraProperties() map[string]interface{}
- func (d *DestinationDetails) String() string
- func (d *DestinationDetails) UnmarshalJSON(data []byte) error
- type DestinationDetailsCardRefundDetails
- func (d *DestinationDetailsCardRefundDetails) GetAuthResultCode() *string
- func (d *DestinationDetailsCardRefundDetails) GetCard() *Card
- func (d *DestinationDetailsCardRefundDetails) GetEntryMethod() *string
- func (d *DestinationDetailsCardRefundDetails) GetExtraProperties() map[string]interface{}
- func (d *DestinationDetailsCardRefundDetails) String() string
- func (d *DestinationDetailsCardRefundDetails) UnmarshalJSON(data []byte) error
- type DestinationDetailsCashRefundDetails
- func (d *DestinationDetailsCashRefundDetails) GetChangeBackMoney() *Money
- func (d *DestinationDetailsCashRefundDetails) GetExtraProperties() map[string]interface{}
- func (d *DestinationDetailsCashRefundDetails) GetSellerSuppliedMoney() *Money
- func (d *DestinationDetailsCashRefundDetails) String() string
- func (d *DestinationDetailsCashRefundDetails) UnmarshalJSON(data []byte) error
- type DestinationDetailsExternalRefundDetails
- func (d *DestinationDetailsExternalRefundDetails) GetExtraProperties() map[string]interface{}
- func (d *DestinationDetailsExternalRefundDetails) GetSource() string
- func (d *DestinationDetailsExternalRefundDetails) GetSourceID() *string
- func (d *DestinationDetailsExternalRefundDetails) GetType() string
- func (d *DestinationDetailsExternalRefundDetails) String() string
- func (d *DestinationDetailsExternalRefundDetails) UnmarshalJSON(data []byte) error
- type DestinationType
- type Device
- func (d *Device) GetAttributes() *DeviceAttributes
- func (d *Device) GetComponents() []*Component
- func (d *Device) GetExtraProperties() map[string]interface{}
- func (d *Device) GetID() *string
- func (d *Device) GetStatus() *DeviceStatus
- func (d *Device) String() string
- func (d *Device) UnmarshalJSON(data []byte) error
- type DeviceAttributes
- func (d *DeviceAttributes) GetExtraProperties() map[string]interface{}
- func (d *DeviceAttributes) GetManufacturer() string
- func (d *DeviceAttributes) GetManufacturersID() *string
- func (d *DeviceAttributes) GetMerchantToken() *string
- func (d *DeviceAttributes) GetModel() *string
- func (d *DeviceAttributes) GetName() *string
- func (d *DeviceAttributes) GetType() DeviceAttributesDeviceType
- func (d *DeviceAttributes) GetUpdatedAt() *string
- func (d *DeviceAttributes) GetVersion() *string
- func (d *DeviceAttributes) String() string
- func (d *DeviceAttributes) UnmarshalJSON(data []byte) error
- type DeviceAttributesDeviceType
- type DeviceCheckoutOptions
- func (d *DeviceCheckoutOptions) GetCollectSignature() *bool
- func (d *DeviceCheckoutOptions) GetDeviceID() string
- func (d *DeviceCheckoutOptions) GetExtraProperties() map[string]interface{}
- func (d *DeviceCheckoutOptions) GetShowItemizedCart() *bool
- func (d *DeviceCheckoutOptions) GetSkipReceiptScreen() *bool
- func (d *DeviceCheckoutOptions) GetTipSettings() *TipSettings
- func (d *DeviceCheckoutOptions) String() string
- func (d *DeviceCheckoutOptions) UnmarshalJSON(data []byte) error
- type DeviceCode
- func (d *DeviceCode) GetCode() *string
- func (d *DeviceCode) GetCreatedAt() *string
- func (d *DeviceCode) GetDeviceID() *string
- func (d *DeviceCode) GetExtraProperties() map[string]interface{}
- func (d *DeviceCode) GetID() *string
- func (d *DeviceCode) GetLocationID() *string
- func (d *DeviceCode) GetName() *string
- func (d *DeviceCode) GetPairBy() *string
- func (d *DeviceCode) GetPairedAt() *string
- func (d *DeviceCode) GetStatus() *DeviceCodeStatus
- func (d *DeviceCode) GetStatusChangedAt() *string
- func (d *DeviceCode) String() string
- func (d *DeviceCode) UnmarshalJSON(data []byte) error
- type DeviceCodePairedEvent
- func (d *DeviceCodePairedEvent) GetCreatedAt() *string
- func (d *DeviceCodePairedEvent) GetData() *DeviceCodePairedEventData
- func (d *DeviceCodePairedEvent) GetEventID() *string
- func (d *DeviceCodePairedEvent) GetExtraProperties() map[string]interface{}
- func (d *DeviceCodePairedEvent) GetLocationID() *string
- func (d *DeviceCodePairedEvent) GetMerchantID() *string
- func (d *DeviceCodePairedEvent) GetType() *string
- func (d *DeviceCodePairedEvent) String() string
- func (d *DeviceCodePairedEvent) UnmarshalJSON(data []byte) error
- type DeviceCodePairedEventData
- func (d *DeviceCodePairedEventData) GetExtraProperties() map[string]interface{}
- func (d *DeviceCodePairedEventData) GetID() *string
- func (d *DeviceCodePairedEventData) GetObject() *DeviceCodePairedEventObject
- func (d *DeviceCodePairedEventData) GetType() *string
- func (d *DeviceCodePairedEventData) String() string
- func (d *DeviceCodePairedEventData) UnmarshalJSON(data []byte) error
- type DeviceCodePairedEventObject
- type DeviceCodeStatus
- type DeviceComponentDetailsApplicationDetails
- func (d *DeviceComponentDetailsApplicationDetails) GetDeviceCodeID() *string
- func (d *DeviceComponentDetailsApplicationDetails) GetExtraProperties() map[string]interface{}
- func (d *DeviceComponentDetailsApplicationDetails) GetSessionLocation() *string
- func (d *DeviceComponentDetailsApplicationDetails) GetVersion() *string
- func (d *DeviceComponentDetailsApplicationDetails) String() string
- func (d *DeviceComponentDetailsApplicationDetails) UnmarshalJSON(data []byte) error
- type DeviceComponentDetailsBatteryDetails
- func (d *DeviceComponentDetailsBatteryDetails) GetExternalPower() *DeviceComponentDetailsExternalPower
- func (d *DeviceComponentDetailsBatteryDetails) GetExtraProperties() map[string]interface{}
- func (d *DeviceComponentDetailsBatteryDetails) GetVisiblePercent() *int
- func (d *DeviceComponentDetailsBatteryDetails) String() string
- func (d *DeviceComponentDetailsBatteryDetails) UnmarshalJSON(data []byte) error
- type DeviceComponentDetailsCardReaderDetails
- func (d *DeviceComponentDetailsCardReaderDetails) GetExtraProperties() map[string]interface{}
- func (d *DeviceComponentDetailsCardReaderDetails) GetVersion() *string
- func (d *DeviceComponentDetailsCardReaderDetails) String() string
- func (d *DeviceComponentDetailsCardReaderDetails) UnmarshalJSON(data []byte) error
- type DeviceComponentDetailsEthernetDetails
- func (d *DeviceComponentDetailsEthernetDetails) GetActive() *bool
- func (d *DeviceComponentDetailsEthernetDetails) GetExtraProperties() map[string]interface{}
- func (d *DeviceComponentDetailsEthernetDetails) GetIPAddressV4() *string
- func (d *DeviceComponentDetailsEthernetDetails) GetMacAddress() *string
- func (d *DeviceComponentDetailsEthernetDetails) String() string
- func (d *DeviceComponentDetailsEthernetDetails) UnmarshalJSON(data []byte) error
- type DeviceComponentDetailsExternalPower
- type DeviceComponentDetailsMeasurement
- type DeviceComponentDetailsWiFiDetails
- func (d *DeviceComponentDetailsWiFiDetails) GetActive() *bool
- func (d *DeviceComponentDetailsWiFiDetails) GetExtraProperties() map[string]interface{}
- func (d *DeviceComponentDetailsWiFiDetails) GetIPAddressV4() *string
- func (d *DeviceComponentDetailsWiFiDetails) GetMacAddress() *string
- func (d *DeviceComponentDetailsWiFiDetails) GetSecureConnection() *string
- func (d *DeviceComponentDetailsWiFiDetails) GetSignalStrength() *DeviceComponentDetailsMeasurement
- func (d *DeviceComponentDetailsWiFiDetails) GetSsid() *string
- func (d *DeviceComponentDetailsWiFiDetails) String() string
- func (d *DeviceComponentDetailsWiFiDetails) UnmarshalJSON(data []byte) error
- type DeviceCreatedEvent
- func (d *DeviceCreatedEvent) GetCreatedAt() *string
- func (d *DeviceCreatedEvent) GetData() *DeviceCreatedEventData
- func (d *DeviceCreatedEvent) GetEventID() *string
- func (d *DeviceCreatedEvent) GetExtraProperties() map[string]interface{}
- func (d *DeviceCreatedEvent) GetMerchantID() *string
- func (d *DeviceCreatedEvent) GetType() *string
- func (d *DeviceCreatedEvent) String() string
- func (d *DeviceCreatedEvent) UnmarshalJSON(data []byte) error
- type DeviceCreatedEventData
- func (d *DeviceCreatedEventData) GetExtraProperties() map[string]interface{}
- func (d *DeviceCreatedEventData) GetID() *string
- func (d *DeviceCreatedEventData) GetObject() *DeviceCreatedEventObject
- func (d *DeviceCreatedEventData) GetType() *string
- func (d *DeviceCreatedEventData) String() string
- func (d *DeviceCreatedEventData) UnmarshalJSON(data []byte) error
- type DeviceCreatedEventObject
- type DeviceDetails
- func (d *DeviceDetails) GetDeviceID() *string
- func (d *DeviceDetails) GetDeviceInstallationID() *string
- func (d *DeviceDetails) GetDeviceName() *string
- func (d *DeviceDetails) GetExtraProperties() map[string]interface{}
- func (d *DeviceDetails) String() string
- func (d *DeviceDetails) UnmarshalJSON(data []byte) error
- type DeviceMetadata
- func (d *DeviceMetadata) GetAppVersion() *string
- func (d *DeviceMetadata) GetBatteryPercentage() *string
- func (d *DeviceMetadata) GetChargingState() *string
- func (d *DeviceMetadata) GetExtraProperties() map[string]interface{}
- func (d *DeviceMetadata) GetIPAddress() *string
- func (d *DeviceMetadata) GetLocationID() *string
- func (d *DeviceMetadata) GetMerchantID() *string
- func (d *DeviceMetadata) GetNetworkConnectionType() *string
- func (d *DeviceMetadata) GetOsVersion() *string
- func (d *DeviceMetadata) GetPaymentRegion() *string
- func (d *DeviceMetadata) GetSerialNumber() *string
- func (d *DeviceMetadata) GetWifiNetworkName() *string
- func (d *DeviceMetadata) GetWifiNetworkStrength() *string
- func (d *DeviceMetadata) String() string
- func (d *DeviceMetadata) UnmarshalJSON(data []byte) error
- type DeviceStatus
- type DeviceStatusCategory
- type DevicesGetRequest
- type DevicesListRequest
- type DigitalWalletDetails
- func (d *DigitalWalletDetails) GetBrand() *string
- func (d *DigitalWalletDetails) GetCashAppDetails() *CashAppDetails
- func (d *DigitalWalletDetails) GetExtraProperties() map[string]interface{}
- func (d *DigitalWalletDetails) GetStatus() *string
- func (d *DigitalWalletDetails) String() string
- func (d *DigitalWalletDetails) UnmarshalJSON(data []byte) error
- type DisableCardResponse
- type DisableCardsRequest
- type DisableEventsResponse
- type DismissTerminalActionRequest
- type DismissTerminalActionResponse
- func (d *DismissTerminalActionResponse) GetAction() *TerminalAction
- func (d *DismissTerminalActionResponse) GetErrors() []*Error
- func (d *DismissTerminalActionResponse) GetExtraProperties() map[string]interface{}
- func (d *DismissTerminalActionResponse) String() string
- func (d *DismissTerminalActionResponse) UnmarshalJSON(data []byte) error
- type DismissTerminalCheckoutRequest
- type DismissTerminalCheckoutResponse
- func (d *DismissTerminalCheckoutResponse) GetCheckout() *TerminalCheckout
- func (d *DismissTerminalCheckoutResponse) GetErrors() []*Error
- func (d *DismissTerminalCheckoutResponse) GetExtraProperties() map[string]interface{}
- func (d *DismissTerminalCheckoutResponse) String() string
- func (d *DismissTerminalCheckoutResponse) UnmarshalJSON(data []byte) error
- type DismissTerminalRefundRequest
- type DismissTerminalRefundResponse
- func (d *DismissTerminalRefundResponse) GetErrors() []*Error
- func (d *DismissTerminalRefundResponse) GetExtraProperties() map[string]interface{}
- func (d *DismissTerminalRefundResponse) GetRefund() *TerminalRefund
- func (d *DismissTerminalRefundResponse) String() string
- func (d *DismissTerminalRefundResponse) UnmarshalJSON(data []byte) error
- type Dispute
- func (d *Dispute) GetAmountMoney() *Money
- func (d *Dispute) GetBrandDisputeID() *string
- func (d *Dispute) GetCardBrand() *CardBrand
- func (d *Dispute) GetCreatedAt() *string
- func (d *Dispute) GetDisputeID() *string
- func (d *Dispute) GetDisputedPayment() *DisputedPayment
- func (d *Dispute) GetDueAt() *string
- func (d *Dispute) GetEvidenceIDs() []string
- func (d *Dispute) GetExtraProperties() map[string]interface{}
- func (d *Dispute) GetID() *string
- func (d *Dispute) GetLocationID() *string
- func (d *Dispute) GetReason() *DisputeReason
- func (d *Dispute) GetReportedAt() *string
- func (d *Dispute) GetReportedDate() *string
- func (d *Dispute) GetState() *DisputeState
- func (d *Dispute) GetUpdatedAt() *string
- func (d *Dispute) GetVersion() *int
- func (d *Dispute) String() string
- func (d *Dispute) UnmarshalJSON(data []byte) error
- type DisputeCreatedEvent
- func (d *DisputeCreatedEvent) GetCreatedAt() *string
- func (d *DisputeCreatedEvent) GetData() *DisputeCreatedEventData
- func (d *DisputeCreatedEvent) GetEventID() *string
- func (d *DisputeCreatedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeCreatedEvent) GetLocationID() *string
- func (d *DisputeCreatedEvent) GetMerchantID() *string
- func (d *DisputeCreatedEvent) GetType() *string
- func (d *DisputeCreatedEvent) String() string
- func (d *DisputeCreatedEvent) UnmarshalJSON(data []byte) error
- type DisputeCreatedEventData
- func (d *DisputeCreatedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeCreatedEventData) GetID() *string
- func (d *DisputeCreatedEventData) GetObject() *DisputeCreatedEventObject
- func (d *DisputeCreatedEventData) GetType() *string
- func (d *DisputeCreatedEventData) String() string
- func (d *DisputeCreatedEventData) UnmarshalJSON(data []byte) error
- type DisputeCreatedEventObject
- type DisputeEvidence
- func (d *DisputeEvidence) GetDisputeID() *string
- func (d *DisputeEvidence) GetEvidenceFile() *DisputeEvidenceFile
- func (d *DisputeEvidence) GetEvidenceID() *string
- func (d *DisputeEvidence) GetEvidenceText() *string
- func (d *DisputeEvidence) GetEvidenceType() *DisputeEvidenceType
- func (d *DisputeEvidence) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidence) GetID() *string
- func (d *DisputeEvidence) GetUploadedAt() *string
- func (d *DisputeEvidence) String() string
- func (d *DisputeEvidence) UnmarshalJSON(data []byte) error
- type DisputeEvidenceAddedEvent
- func (d *DisputeEvidenceAddedEvent) GetCreatedAt() *string
- func (d *DisputeEvidenceAddedEvent) GetData() *DisputeEvidenceAddedEventData
- func (d *DisputeEvidenceAddedEvent) GetEventID() *string
- func (d *DisputeEvidenceAddedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceAddedEvent) GetLocationID() *string
- func (d *DisputeEvidenceAddedEvent) GetMerchantID() *string
- func (d *DisputeEvidenceAddedEvent) GetType() *string
- func (d *DisputeEvidenceAddedEvent) String() string
- func (d *DisputeEvidenceAddedEvent) UnmarshalJSON(data []byte) error
- type DisputeEvidenceAddedEventData
- func (d *DisputeEvidenceAddedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceAddedEventData) GetID() *string
- func (d *DisputeEvidenceAddedEventData) GetObject() *DisputeEvidenceAddedEventObject
- func (d *DisputeEvidenceAddedEventData) GetType() *string
- func (d *DisputeEvidenceAddedEventData) String() string
- func (d *DisputeEvidenceAddedEventData) UnmarshalJSON(data []byte) error
- type DisputeEvidenceAddedEventObject
- type DisputeEvidenceCreatedEvent
- func (d *DisputeEvidenceCreatedEvent) GetCreatedAt() *string
- func (d *DisputeEvidenceCreatedEvent) GetData() *DisputeEvidenceCreatedEventData
- func (d *DisputeEvidenceCreatedEvent) GetEventID() *string
- func (d *DisputeEvidenceCreatedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceCreatedEvent) GetLocationID() *string
- func (d *DisputeEvidenceCreatedEvent) GetMerchantID() *string
- func (d *DisputeEvidenceCreatedEvent) GetType() *string
- func (d *DisputeEvidenceCreatedEvent) String() string
- func (d *DisputeEvidenceCreatedEvent) UnmarshalJSON(data []byte) error
- type DisputeEvidenceCreatedEventData
- func (d *DisputeEvidenceCreatedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceCreatedEventData) GetID() *string
- func (d *DisputeEvidenceCreatedEventData) GetObject() *DisputeEvidenceCreatedEventObject
- func (d *DisputeEvidenceCreatedEventData) GetType() *string
- func (d *DisputeEvidenceCreatedEventData) String() string
- func (d *DisputeEvidenceCreatedEventData) UnmarshalJSON(data []byte) error
- type DisputeEvidenceCreatedEventObject
- type DisputeEvidenceDeletedEvent
- func (d *DisputeEvidenceDeletedEvent) GetCreatedAt() *string
- func (d *DisputeEvidenceDeletedEvent) GetData() *DisputeEvidenceDeletedEventData
- func (d *DisputeEvidenceDeletedEvent) GetEventID() *string
- func (d *DisputeEvidenceDeletedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceDeletedEvent) GetLocationID() *string
- func (d *DisputeEvidenceDeletedEvent) GetMerchantID() *string
- func (d *DisputeEvidenceDeletedEvent) GetType() *string
- func (d *DisputeEvidenceDeletedEvent) String() string
- func (d *DisputeEvidenceDeletedEvent) UnmarshalJSON(data []byte) error
- type DisputeEvidenceDeletedEventData
- func (d *DisputeEvidenceDeletedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceDeletedEventData) GetID() *string
- func (d *DisputeEvidenceDeletedEventData) GetObject() *DisputeEvidenceDeletedEventObject
- func (d *DisputeEvidenceDeletedEventData) GetType() *string
- func (d *DisputeEvidenceDeletedEventData) String() string
- func (d *DisputeEvidenceDeletedEventData) UnmarshalJSON(data []byte) error
- type DisputeEvidenceDeletedEventObject
- type DisputeEvidenceFile
- type DisputeEvidenceRemovedEvent
- func (d *DisputeEvidenceRemovedEvent) GetCreatedAt() *string
- func (d *DisputeEvidenceRemovedEvent) GetData() *DisputeEvidenceRemovedEventData
- func (d *DisputeEvidenceRemovedEvent) GetEventID() *string
- func (d *DisputeEvidenceRemovedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceRemovedEvent) GetLocationID() *string
- func (d *DisputeEvidenceRemovedEvent) GetMerchantID() *string
- func (d *DisputeEvidenceRemovedEvent) GetType() *string
- func (d *DisputeEvidenceRemovedEvent) String() string
- func (d *DisputeEvidenceRemovedEvent) UnmarshalJSON(data []byte) error
- type DisputeEvidenceRemovedEventData
- func (d *DisputeEvidenceRemovedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeEvidenceRemovedEventData) GetID() *string
- func (d *DisputeEvidenceRemovedEventData) GetObject() *DisputeEvidenceRemovedEventObject
- func (d *DisputeEvidenceRemovedEventData) GetType() *string
- func (d *DisputeEvidenceRemovedEventData) String() string
- func (d *DisputeEvidenceRemovedEventData) UnmarshalJSON(data []byte) error
- type DisputeEvidenceRemovedEventObject
- type DisputeEvidenceType
- type DisputeReason
- type DisputeState
- type DisputeStateChangedEvent
- func (d *DisputeStateChangedEvent) GetCreatedAt() *string
- func (d *DisputeStateChangedEvent) GetData() *DisputeStateChangedEventData
- func (d *DisputeStateChangedEvent) GetEventID() *string
- func (d *DisputeStateChangedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeStateChangedEvent) GetLocationID() *string
- func (d *DisputeStateChangedEvent) GetMerchantID() *string
- func (d *DisputeStateChangedEvent) GetType() *string
- func (d *DisputeStateChangedEvent) String() string
- func (d *DisputeStateChangedEvent) UnmarshalJSON(data []byte) error
- type DisputeStateChangedEventData
- func (d *DisputeStateChangedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeStateChangedEventData) GetID() *string
- func (d *DisputeStateChangedEventData) GetObject() *DisputeStateChangedEventObject
- func (d *DisputeStateChangedEventData) GetType() *string
- func (d *DisputeStateChangedEventData) String() string
- func (d *DisputeStateChangedEventData) UnmarshalJSON(data []byte) error
- type DisputeStateChangedEventObject
- type DisputeStateUpdatedEvent
- func (d *DisputeStateUpdatedEvent) GetCreatedAt() *string
- func (d *DisputeStateUpdatedEvent) GetData() *DisputeStateUpdatedEventData
- func (d *DisputeStateUpdatedEvent) GetEventID() *string
- func (d *DisputeStateUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (d *DisputeStateUpdatedEvent) GetLocationID() *string
- func (d *DisputeStateUpdatedEvent) GetMerchantID() *string
- func (d *DisputeStateUpdatedEvent) GetType() *string
- func (d *DisputeStateUpdatedEvent) String() string
- func (d *DisputeStateUpdatedEvent) UnmarshalJSON(data []byte) error
- type DisputeStateUpdatedEventData
- func (d *DisputeStateUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (d *DisputeStateUpdatedEventData) GetID() *string
- func (d *DisputeStateUpdatedEventData) GetObject() *DisputeStateUpdatedEventObject
- func (d *DisputeStateUpdatedEventData) GetType() *string
- func (d *DisputeStateUpdatedEventData) String() string
- func (d *DisputeStateUpdatedEventData) UnmarshalJSON(data []byte) error
- type DisputeStateUpdatedEventObject
- type DisputedPayment
- type DisputesAcceptRequest
- type DisputesCreateEvidenceFileRequest
- type DisputesGetRequest
- type DisputesListRequest
- type DisputesSubmitEvidenceRequest
- type EcomVisibility
- type Employee
- func (e *Employee) GetCreatedAt() *string
- func (e *Employee) GetEmail() *string
- func (e *Employee) GetExtraProperties() map[string]interface{}
- func (e *Employee) GetFirstName() *string
- func (e *Employee) GetID() *string
- func (e *Employee) GetIsOwner() *bool
- func (e *Employee) GetLastName() *string
- func (e *Employee) GetLocationIDs() []string
- func (e *Employee) GetPhoneNumber() *string
- func (e *Employee) GetStatus() *EmployeeStatus
- func (e *Employee) GetUpdatedAt() *string
- func (e *Employee) String() string
- func (e *Employee) UnmarshalJSON(data []byte) error
- type EmployeeStatus
- type EmployeeWage
- func (e *EmployeeWage) GetEmployeeID() *string
- func (e *EmployeeWage) GetExtraProperties() map[string]interface{}
- func (e *EmployeeWage) GetHourlyRate() *Money
- func (e *EmployeeWage) GetID() *string
- func (e *EmployeeWage) GetTitle() *string
- func (e *EmployeeWage) String() string
- func (e *EmployeeWage) UnmarshalJSON(data []byte) error
- type EmployeesGetRequest
- type EmployeesListRequest
- type EnableEventsResponse
- type Error
- type ErrorCategory
- type ErrorCode
- type Event
- func (e *Event) GetCreatedAt() *string
- func (e *Event) GetData() *EventData
- func (e *Event) GetEventID() *string
- func (e *Event) GetExtraProperties() map[string]interface{}
- func (e *Event) GetLocationID() *string
- func (e *Event) GetMerchantID() *string
- func (e *Event) GetType() *string
- func (e *Event) String() string
- func (e *Event) UnmarshalJSON(data []byte) error
- type EventData
- func (e *EventData) GetDeleted() *bool
- func (e *EventData) GetExtraProperties() map[string]interface{}
- func (e *EventData) GetID() *string
- func (e *EventData) GetObject() map[string]interface{}
- func (e *EventData) GetType() *string
- func (e *EventData) String() string
- func (e *EventData) UnmarshalJSON(data []byte) error
- type EventMetadata
- type EventTypeMetadata
- func (e *EventTypeMetadata) GetAPIVersionIntroduced() *string
- func (e *EventTypeMetadata) GetEventType() *string
- func (e *EventTypeMetadata) GetExtraProperties() map[string]interface{}
- func (e *EventTypeMetadata) GetReleaseStatus() *string
- func (e *EventTypeMetadata) String() string
- func (e *EventTypeMetadata) UnmarshalJSON(data []byte) error
- type ExcludeStrategy
- type ExternalPaymentDetails
- func (e *ExternalPaymentDetails) GetExtraProperties() map[string]interface{}
- func (e *ExternalPaymentDetails) GetSource() string
- func (e *ExternalPaymentDetails) GetSourceFeeMoney() *Money
- func (e *ExternalPaymentDetails) GetSourceID() *string
- func (e *ExternalPaymentDetails) GetType() string
- func (e *ExternalPaymentDetails) String() string
- func (e *ExternalPaymentDetails) UnmarshalJSON(data []byte) error
- type FileParam
- type FileParamOption
- type FilterValue
- type FloatNumberRange
- type Fulfillment
- func (f *Fulfillment) GetDeliveryDetails() *FulfillmentDeliveryDetails
- func (f *Fulfillment) GetEntries() []*FulfillmentFulfillmentEntry
- func (f *Fulfillment) GetExtraProperties() map[string]interface{}
- func (f *Fulfillment) GetLineItemApplication() *FulfillmentFulfillmentLineItemApplication
- func (f *Fulfillment) GetMetadata() map[string]*string
- func (f *Fulfillment) GetPickupDetails() *FulfillmentPickupDetails
- func (f *Fulfillment) GetShipmentDetails() *FulfillmentShipmentDetails
- func (f *Fulfillment) GetState() *FulfillmentState
- func (f *Fulfillment) GetType() *FulfillmentType
- func (f *Fulfillment) GetUID() *string
- func (f *Fulfillment) String() string
- func (f *Fulfillment) UnmarshalJSON(data []byte) error
- type FulfillmentDeliveryDetails
- func (f *FulfillmentDeliveryDetails) GetCancelReason() *string
- func (f *FulfillmentDeliveryDetails) GetCanceledAt() *string
- func (f *FulfillmentDeliveryDetails) GetCompletedAt() *string
- func (f *FulfillmentDeliveryDetails) GetCourierPickupAt() *string
- func (f *FulfillmentDeliveryDetails) GetCourierPickupWindowDuration() *string
- func (f *FulfillmentDeliveryDetails) GetCourierProviderName() *string
- func (f *FulfillmentDeliveryDetails) GetCourierSupportPhoneNumber() *string
- func (f *FulfillmentDeliveryDetails) GetDeliverAt() *string
- func (f *FulfillmentDeliveryDetails) GetDeliveredAt() *string
- func (f *FulfillmentDeliveryDetails) GetDeliveryWindowDuration() *string
- func (f *FulfillmentDeliveryDetails) GetDropoffNotes() *string
- func (f *FulfillmentDeliveryDetails) GetExternalDeliveryID() *string
- func (f *FulfillmentDeliveryDetails) GetExtraProperties() map[string]interface{}
- func (f *FulfillmentDeliveryDetails) GetInProgressAt() *string
- func (f *FulfillmentDeliveryDetails) GetIsNoContactDelivery() *bool
- func (f *FulfillmentDeliveryDetails) GetManagedDelivery() *bool
- func (f *FulfillmentDeliveryDetails) GetNote() *string
- func (f *FulfillmentDeliveryDetails) GetPlacedAt() *string
- func (f *FulfillmentDeliveryDetails) GetPrepTimeDuration() *string
- func (f *FulfillmentDeliveryDetails) GetReadyAt() *string
- func (f *FulfillmentDeliveryDetails) GetRecipient() *FulfillmentRecipient
- func (f *FulfillmentDeliveryDetails) GetRejectedAt() *string
- func (f *FulfillmentDeliveryDetails) GetScheduleType() *FulfillmentDeliveryDetailsOrderFulfillmentDeliveryDetailsScheduleType
- func (f *FulfillmentDeliveryDetails) GetSquareDeliveryID() *string
- func (f *FulfillmentDeliveryDetails) String() string
- func (f *FulfillmentDeliveryDetails) UnmarshalJSON(data []byte) error
- type FulfillmentDeliveryDetailsOrderFulfillmentDeliveryDetailsScheduleType
- type FulfillmentFulfillmentEntry
- func (f *FulfillmentFulfillmentEntry) GetExtraProperties() map[string]interface{}
- func (f *FulfillmentFulfillmentEntry) GetLineItemUID() string
- func (f *FulfillmentFulfillmentEntry) GetMetadata() map[string]*string
- func (f *FulfillmentFulfillmentEntry) GetQuantity() string
- func (f *FulfillmentFulfillmentEntry) GetUID() *string
- func (f *FulfillmentFulfillmentEntry) String() string
- func (f *FulfillmentFulfillmentEntry) UnmarshalJSON(data []byte) error
- type FulfillmentFulfillmentLineItemApplication
- type FulfillmentPickupDetails
- func (f *FulfillmentPickupDetails) GetAcceptedAt() *string
- func (f *FulfillmentPickupDetails) GetAutoCompleteDuration() *string
- func (f *FulfillmentPickupDetails) GetCancelReason() *string
- func (f *FulfillmentPickupDetails) GetCanceledAt() *string
- func (f *FulfillmentPickupDetails) GetCurbsidePickupDetails() *FulfillmentPickupDetailsCurbsidePickupDetails
- func (f *FulfillmentPickupDetails) GetExpiredAt() *string
- func (f *FulfillmentPickupDetails) GetExpiresAt() *string
- func (f *FulfillmentPickupDetails) GetExtraProperties() map[string]interface{}
- func (f *FulfillmentPickupDetails) GetIsCurbsidePickup() *bool
- func (f *FulfillmentPickupDetails) GetNote() *string
- func (f *FulfillmentPickupDetails) GetPickedUpAt() *string
- func (f *FulfillmentPickupDetails) GetPickupAt() *string
- func (f *FulfillmentPickupDetails) GetPickupWindowDuration() *string
- func (f *FulfillmentPickupDetails) GetPlacedAt() *string
- func (f *FulfillmentPickupDetails) GetPrepTimeDuration() *string
- func (f *FulfillmentPickupDetails) GetReadyAt() *string
- func (f *FulfillmentPickupDetails) GetRecipient() *FulfillmentRecipient
- func (f *FulfillmentPickupDetails) GetRejectedAt() *string
- func (f *FulfillmentPickupDetails) GetScheduleType() *FulfillmentPickupDetailsScheduleType
- func (f *FulfillmentPickupDetails) String() string
- func (f *FulfillmentPickupDetails) UnmarshalJSON(data []byte) error
- type FulfillmentPickupDetailsCurbsidePickupDetails
- func (f *FulfillmentPickupDetailsCurbsidePickupDetails) GetBuyerArrivedAt() *string
- func (f *FulfillmentPickupDetailsCurbsidePickupDetails) GetCurbsideDetails() *string
- func (f *FulfillmentPickupDetailsCurbsidePickupDetails) GetExtraProperties() map[string]interface{}
- func (f *FulfillmentPickupDetailsCurbsidePickupDetails) String() string
- func (f *FulfillmentPickupDetailsCurbsidePickupDetails) UnmarshalJSON(data []byte) error
- type FulfillmentPickupDetailsScheduleType
- type FulfillmentRecipient
- func (f *FulfillmentRecipient) GetAddress() *Address
- func (f *FulfillmentRecipient) GetCustomerID() *string
- func (f *FulfillmentRecipient) GetDisplayName() *string
- func (f *FulfillmentRecipient) GetEmailAddress() *string
- func (f *FulfillmentRecipient) GetExtraProperties() map[string]interface{}
- func (f *FulfillmentRecipient) GetPhoneNumber() *string
- func (f *FulfillmentRecipient) String() string
- func (f *FulfillmentRecipient) UnmarshalJSON(data []byte) error
- type FulfillmentShipmentDetails
- func (f *FulfillmentShipmentDetails) GetCancelReason() *string
- func (f *FulfillmentShipmentDetails) GetCanceledAt() *string
- func (f *FulfillmentShipmentDetails) GetCarrier() *string
- func (f *FulfillmentShipmentDetails) GetExpectedShippedAt() *string
- func (f *FulfillmentShipmentDetails) GetExtraProperties() map[string]interface{}
- func (f *FulfillmentShipmentDetails) GetFailedAt() *string
- func (f *FulfillmentShipmentDetails) GetFailureReason() *string
- func (f *FulfillmentShipmentDetails) GetInProgressAt() *string
- func (f *FulfillmentShipmentDetails) GetPackagedAt() *string
- func (f *FulfillmentShipmentDetails) GetPlacedAt() *string
- func (f *FulfillmentShipmentDetails) GetRecipient() *FulfillmentRecipient
- func (f *FulfillmentShipmentDetails) GetShippedAt() *string
- func (f *FulfillmentShipmentDetails) GetShippingNote() *string
- func (f *FulfillmentShipmentDetails) GetShippingType() *string
- func (f *FulfillmentShipmentDetails) GetTrackingNumber() *string
- func (f *FulfillmentShipmentDetails) GetTrackingURL() *string
- func (f *FulfillmentShipmentDetails) String() string
- func (f *FulfillmentShipmentDetails) UnmarshalJSON(data []byte) error
- type FulfillmentState
- type FulfillmentType
- type GetAdjustmentInventoryRequest
- type GetBankAccountByV1IDResponse
- func (g *GetBankAccountByV1IDResponse) GetBankAccount() *BankAccount
- func (g *GetBankAccountByV1IDResponse) GetErrors() []*Error
- func (g *GetBankAccountByV1IDResponse) GetExtraProperties() map[string]interface{}
- func (g *GetBankAccountByV1IDResponse) String() string
- func (g *GetBankAccountByV1IDResponse) UnmarshalJSON(data []byte) error
- type GetBankAccountResponse
- func (g *GetBankAccountResponse) GetBankAccount() *BankAccount
- func (g *GetBankAccountResponse) GetErrors() []*Error
- func (g *GetBankAccountResponse) GetExtraProperties() map[string]interface{}
- func (g *GetBankAccountResponse) String() string
- func (g *GetBankAccountResponse) UnmarshalJSON(data []byte) error
- type GetBankAccountsRequest
- type GetBookingRequest
- type GetBookingResponse
- type GetBookingsRequest
- type GetBreakTypeResponse
- type GetBusinessBookingProfileRequest
- type GetBusinessBookingProfileResponse
- func (g *GetBusinessBookingProfileResponse) GetBusinessBookingProfile() *BusinessBookingProfile
- func (g *GetBusinessBookingProfileResponse) GetErrors() []*Error
- func (g *GetBusinessBookingProfileResponse) GetExtraProperties() map[string]interface{}
- func (g *GetBusinessBookingProfileResponse) String() string
- func (g *GetBusinessBookingProfileResponse) UnmarshalJSON(data []byte) error
- type GetByV1IDBankAccountsRequest
- type GetCardRequest
- type GetCardResponse
- type GetCardsRequest
- type GetCashDrawerShiftResponse
- func (g *GetCashDrawerShiftResponse) GetCashDrawerShift() *CashDrawerShift
- func (g *GetCashDrawerShiftResponse) GetErrors() []*Error
- func (g *GetCashDrawerShiftResponse) GetExtraProperties() map[string]interface{}
- func (g *GetCashDrawerShiftResponse) String() string
- func (g *GetCashDrawerShiftResponse) UnmarshalJSON(data []byte) error
- type GetCatalogObjectResponse
- func (g *GetCatalogObjectResponse) GetErrors() []*Error
- func (g *GetCatalogObjectResponse) GetExtraProperties() map[string]interface{}
- func (g *GetCatalogObjectResponse) GetObject() *CatalogObject
- func (g *GetCatalogObjectResponse) GetRelatedObjects() []*CatalogObject
- func (g *GetCatalogObjectResponse) String() string
- func (g *GetCatalogObjectResponse) UnmarshalJSON(data []byte) error
- type GetChannelsRequest
- type GetCustomerCustomAttributeDefinitionResponse
- func (g *GetCustomerCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (g *GetCustomerCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (g *GetCustomerCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (g *GetCustomerCustomAttributeDefinitionResponse) String() string
- func (g *GetCustomerCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type GetCustomerCustomAttributeResponse
- func (g *GetCustomerCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (g *GetCustomerCustomAttributeResponse) GetErrors() []*Error
- func (g *GetCustomerCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (g *GetCustomerCustomAttributeResponse) String() string
- func (g *GetCustomerCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type GetCustomerGroupRequest
- type GetCustomerGroupResponse
- func (g *GetCustomerGroupResponse) GetErrors() []*Error
- func (g *GetCustomerGroupResponse) GetExtraProperties() map[string]interface{}
- func (g *GetCustomerGroupResponse) GetGroup() *CustomerGroup
- func (g *GetCustomerGroupResponse) String() string
- func (g *GetCustomerGroupResponse) UnmarshalJSON(data []byte) error
- type GetCustomerRequest
- type GetCustomerResponse
- type GetCustomerSegmentRequest
- type GetCustomerSegmentResponse
- func (g *GetCustomerSegmentResponse) GetErrors() []*Error
- func (g *GetCustomerSegmentResponse) GetExtraProperties() map[string]interface{}
- func (g *GetCustomerSegmentResponse) GetSegment() *CustomerSegment
- func (g *GetCustomerSegmentResponse) String() string
- func (g *GetCustomerSegmentResponse) UnmarshalJSON(data []byte) error
- type GetCustomersRequest
- type GetDeviceCodeResponse
- func (g *GetDeviceCodeResponse) GetDeviceCode() *DeviceCode
- func (g *GetDeviceCodeResponse) GetErrors() []*Error
- func (g *GetDeviceCodeResponse) GetExtraProperties() map[string]interface{}
- func (g *GetDeviceCodeResponse) String() string
- func (g *GetDeviceCodeResponse) UnmarshalJSON(data []byte) error
- type GetDeviceResponse
- type GetDevicesRequest
- type GetDisputeEvidenceRequest
- type GetDisputeEvidenceResponse
- func (g *GetDisputeEvidenceResponse) GetErrors() []*Error
- func (g *GetDisputeEvidenceResponse) GetEvidence() *DisputeEvidence
- func (g *GetDisputeEvidenceResponse) GetExtraProperties() map[string]interface{}
- func (g *GetDisputeEvidenceResponse) String() string
- func (g *GetDisputeEvidenceResponse) UnmarshalJSON(data []byte) error
- type GetDisputeRequest
- type GetDisputeResponse
- type GetDisputesRequest
- type GetEmployeeRequest
- type GetEmployeeResponse
- type GetEmployeeWageResponse
- func (g *GetEmployeeWageResponse) GetEmployeeWage() *EmployeeWage
- func (g *GetEmployeeWageResponse) GetErrors() []*Error
- func (g *GetEmployeeWageResponse) GetExtraProperties() map[string]interface{}
- func (g *GetEmployeeWageResponse) String() string
- func (g *GetEmployeeWageResponse) UnmarshalJSON(data []byte) error
- type GetEmployeesRequest
- type GetGiftCardFromGanRequest
- type GetGiftCardFromGanResponse
- func (g *GetGiftCardFromGanResponse) GetErrors() []*Error
- func (g *GetGiftCardFromGanResponse) GetExtraProperties() map[string]interface{}
- func (g *GetGiftCardFromGanResponse) GetGiftCard() *GiftCard
- func (g *GetGiftCardFromGanResponse) String() string
- func (g *GetGiftCardFromGanResponse) UnmarshalJSON(data []byte) error
- type GetGiftCardFromNonceRequest
- type GetGiftCardFromNonceResponse
- func (g *GetGiftCardFromNonceResponse) GetErrors() []*Error
- func (g *GetGiftCardFromNonceResponse) GetExtraProperties() map[string]interface{}
- func (g *GetGiftCardFromNonceResponse) GetGiftCard() *GiftCard
- func (g *GetGiftCardFromNonceResponse) String() string
- func (g *GetGiftCardFromNonceResponse) UnmarshalJSON(data []byte) error
- type GetGiftCardRequest
- type GetGiftCardResponse
- type GetGiftCardsRequest
- type GetInventoryAdjustmentRequest
- type GetInventoryAdjustmentResponse
- func (g *GetInventoryAdjustmentResponse) GetAdjustment() *InventoryAdjustment
- func (g *GetInventoryAdjustmentResponse) GetErrors() []*Error
- func (g *GetInventoryAdjustmentResponse) GetExtraProperties() map[string]interface{}
- func (g *GetInventoryAdjustmentResponse) String() string
- func (g *GetInventoryAdjustmentResponse) UnmarshalJSON(data []byte) error
- type GetInventoryChangesResponse
- func (g *GetInventoryChangesResponse) GetChanges() []*InventoryChange
- func (g *GetInventoryChangesResponse) GetCursor() *string
- func (g *GetInventoryChangesResponse) GetErrors() []*Error
- func (g *GetInventoryChangesResponse) GetExtraProperties() map[string]interface{}
- func (g *GetInventoryChangesResponse) String() string
- func (g *GetInventoryChangesResponse) UnmarshalJSON(data []byte) error
- type GetInventoryCountResponse
- func (g *GetInventoryCountResponse) GetCounts() []*InventoryCount
- func (g *GetInventoryCountResponse) GetCursor() *string
- func (g *GetInventoryCountResponse) GetErrors() []*Error
- func (g *GetInventoryCountResponse) GetExtraProperties() map[string]interface{}
- func (g *GetInventoryCountResponse) String() string
- func (g *GetInventoryCountResponse) UnmarshalJSON(data []byte) error
- type GetInventoryPhysicalCountRequest
- type GetInventoryPhysicalCountResponse
- func (g *GetInventoryPhysicalCountResponse) GetCount() *InventoryPhysicalCount
- func (g *GetInventoryPhysicalCountResponse) GetErrors() []*Error
- func (g *GetInventoryPhysicalCountResponse) GetExtraProperties() map[string]interface{}
- func (g *GetInventoryPhysicalCountResponse) String() string
- func (g *GetInventoryPhysicalCountResponse) UnmarshalJSON(data []byte) error
- type GetInventoryRequest
- type GetInventoryTransferRequest
- type GetInventoryTransferResponse
- func (g *GetInventoryTransferResponse) GetErrors() []*Error
- func (g *GetInventoryTransferResponse) GetExtraProperties() map[string]interface{}
- func (g *GetInventoryTransferResponse) GetTransfer() *InventoryTransfer
- func (g *GetInventoryTransferResponse) String() string
- func (g *GetInventoryTransferResponse) UnmarshalJSON(data []byte) error
- type GetInvoiceResponse
- type GetInvoicesRequest
- type GetLocationRequest
- type GetLocationResponse
- type GetLocationsRequest
- type GetLoyaltyAccountRequest
- type GetLoyaltyAccountResponse
- func (g *GetLoyaltyAccountResponse) GetErrors() []*Error
- func (g *GetLoyaltyAccountResponse) GetExtraProperties() map[string]interface{}
- func (g *GetLoyaltyAccountResponse) GetLoyaltyAccount() *LoyaltyAccount
- func (g *GetLoyaltyAccountResponse) String() string
- func (g *GetLoyaltyAccountResponse) UnmarshalJSON(data []byte) error
- type GetLoyaltyProgramRequest
- type GetLoyaltyProgramResponse
- func (g *GetLoyaltyProgramResponse) GetErrors() []*Error
- func (g *GetLoyaltyProgramResponse) GetExtraProperties() map[string]interface{}
- func (g *GetLoyaltyProgramResponse) GetProgram() *LoyaltyProgram
- func (g *GetLoyaltyProgramResponse) String() string
- func (g *GetLoyaltyProgramResponse) UnmarshalJSON(data []byte) error
- type GetLoyaltyPromotionRequest
- type GetLoyaltyPromotionResponse
- func (g *GetLoyaltyPromotionResponse) GetErrors() []*Error
- func (g *GetLoyaltyPromotionResponse) GetExtraProperties() map[string]interface{}
- func (g *GetLoyaltyPromotionResponse) GetLoyaltyPromotion() *LoyaltyPromotion
- func (g *GetLoyaltyPromotionResponse) String() string
- func (g *GetLoyaltyPromotionResponse) UnmarshalJSON(data []byte) error
- type GetLoyaltyRewardRequest
- type GetLoyaltyRewardResponse
- func (g *GetLoyaltyRewardResponse) GetErrors() []*Error
- func (g *GetLoyaltyRewardResponse) GetExtraProperties() map[string]interface{}
- func (g *GetLoyaltyRewardResponse) GetReward() *LoyaltyReward
- func (g *GetLoyaltyRewardResponse) String() string
- func (g *GetLoyaltyRewardResponse) UnmarshalJSON(data []byte) error
- type GetMerchantRequest
- type GetMerchantResponse
- type GetMerchantsRequest
- type GetOrderRequest
- type GetOrderResponse
- type GetOrdersRequest
- type GetPaymentLinkRequest
- type GetPaymentLinkResponse
- func (g *GetPaymentLinkResponse) GetErrors() []*Error
- func (g *GetPaymentLinkResponse) GetExtraProperties() map[string]interface{}
- func (g *GetPaymentLinkResponse) GetPaymentLink() *PaymentLink
- func (g *GetPaymentLinkResponse) String() string
- func (g *GetPaymentLinkResponse) UnmarshalJSON(data []byte) error
- type GetPaymentRefundResponse
- func (g *GetPaymentRefundResponse) GetErrors() []*Error
- func (g *GetPaymentRefundResponse) GetExtraProperties() map[string]interface{}
- func (g *GetPaymentRefundResponse) GetRefund() *PaymentRefund
- func (g *GetPaymentRefundResponse) String() string
- func (g *GetPaymentRefundResponse) UnmarshalJSON(data []byte) error
- type GetPaymentResponse
- type GetPaymentsRequest
- type GetPayoutResponse
- type GetPayoutsRequest
- type GetPhysicalCountInventoryRequest
- type GetRefundsRequest
- type GetShiftResponse
- type GetSnippetRequest
- type GetSnippetResponse
- type GetSnippetsRequest
- type GetSubscriptionResponse
- func (g *GetSubscriptionResponse) GetErrors() []*Error
- func (g *GetSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (g *GetSubscriptionResponse) GetSubscription() *Subscription
- func (g *GetSubscriptionResponse) String() string
- func (g *GetSubscriptionResponse) UnmarshalJSON(data []byte) error
- type GetSubscriptionsRequest
- type GetTeamMemberBookingProfileRequest
- type GetTeamMemberBookingProfileResponse
- func (g *GetTeamMemberBookingProfileResponse) GetErrors() []*Error
- func (g *GetTeamMemberBookingProfileResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTeamMemberBookingProfileResponse) GetTeamMemberBookingProfile() *TeamMemberBookingProfile
- func (g *GetTeamMemberBookingProfileResponse) String() string
- func (g *GetTeamMemberBookingProfileResponse) UnmarshalJSON(data []byte) error
- type GetTeamMemberRequest
- type GetTeamMemberResponse
- func (g *GetTeamMemberResponse) GetErrors() []*Error
- func (g *GetTeamMemberResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTeamMemberResponse) GetTeamMember() *TeamMember
- func (g *GetTeamMemberResponse) String() string
- func (g *GetTeamMemberResponse) UnmarshalJSON(data []byte) error
- type GetTeamMemberWageResponse
- func (g *GetTeamMemberWageResponse) GetErrors() []*Error
- func (g *GetTeamMemberWageResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTeamMemberWageResponse) GetTeamMemberWage() *TeamMemberWage
- func (g *GetTeamMemberWageResponse) String() string
- func (g *GetTeamMemberWageResponse) UnmarshalJSON(data []byte) error
- type GetTeamMembersRequest
- type GetTerminalActionResponse
- func (g *GetTerminalActionResponse) GetAction() *TerminalAction
- func (g *GetTerminalActionResponse) GetErrors() []*Error
- func (g *GetTerminalActionResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTerminalActionResponse) String() string
- func (g *GetTerminalActionResponse) UnmarshalJSON(data []byte) error
- type GetTerminalCheckoutResponse
- func (g *GetTerminalCheckoutResponse) GetCheckout() *TerminalCheckout
- func (g *GetTerminalCheckoutResponse) GetErrors() []*Error
- func (g *GetTerminalCheckoutResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTerminalCheckoutResponse) String() string
- func (g *GetTerminalCheckoutResponse) UnmarshalJSON(data []byte) error
- type GetTerminalRefundResponse
- func (g *GetTerminalRefundResponse) GetErrors() []*Error
- func (g *GetTerminalRefundResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTerminalRefundResponse) GetRefund() *TerminalRefund
- func (g *GetTerminalRefundResponse) String() string
- func (g *GetTerminalRefundResponse) UnmarshalJSON(data []byte) error
- type GetTransactionRequest
- type GetTransactionResponse
- func (g *GetTransactionResponse) GetErrors() []*Error
- func (g *GetTransactionResponse) GetExtraProperties() map[string]interface{}
- func (g *GetTransactionResponse) GetTransaction() *Transaction
- func (g *GetTransactionResponse) String() string
- func (g *GetTransactionResponse) UnmarshalJSON(data []byte) error
- type GetTransferInventoryRequest
- type GetTransferOrdersRequest
- type GetVendorRequest
- type GetVendorResponse
- type GetVendorsRequest
- type GetWageSettingRequest
- type GetWageSettingResponse
- func (g *GetWageSettingResponse) GetErrors() []*Error
- func (g *GetWageSettingResponse) GetExtraProperties() map[string]interface{}
- func (g *GetWageSettingResponse) GetWageSetting() *WageSetting
- func (g *GetWageSettingResponse) String() string
- func (g *GetWageSettingResponse) UnmarshalJSON(data []byte) error
- type GetWebhookSubscriptionRequest
- type GetWebhookSubscriptionResponse
- func (g *GetWebhookSubscriptionResponse) GetErrors() []*Error
- func (g *GetWebhookSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (g *GetWebhookSubscriptionResponse) GetSubscription() *WebhookSubscription
- func (g *GetWebhookSubscriptionResponse) String() string
- func (g *GetWebhookSubscriptionResponse) UnmarshalJSON(data []byte) error
- type GiftCard
- func (g *GiftCard) GetBalanceMoney() *Money
- func (g *GiftCard) GetCreatedAt() *string
- func (g *GiftCard) GetCustomerIDs() []string
- func (g *GiftCard) GetExtraProperties() map[string]interface{}
- func (g *GiftCard) GetGan() *string
- func (g *GiftCard) GetGanSource() *GiftCardGanSource
- func (g *GiftCard) GetID() *string
- func (g *GiftCard) GetState() *GiftCardStatus
- func (g *GiftCard) GetType() GiftCardType
- func (g *GiftCard) String() string
- func (g *GiftCard) UnmarshalJSON(data []byte) error
- type GiftCardActivity
- func (g *GiftCardActivity) GetActivateActivityDetails() *GiftCardActivityActivate
- func (g *GiftCardActivity) GetAdjustDecrementActivityDetails() *GiftCardActivityAdjustDecrement
- func (g *GiftCardActivity) GetAdjustIncrementActivityDetails() *GiftCardActivityAdjustIncrement
- func (g *GiftCardActivity) GetBlockActivityDetails() *GiftCardActivityBlock
- func (g *GiftCardActivity) GetClearBalanceActivityDetails() *GiftCardActivityClearBalance
- func (g *GiftCardActivity) GetCreatedAt() *string
- func (g *GiftCardActivity) GetDeactivateActivityDetails() *GiftCardActivityDeactivate
- func (g *GiftCardActivity) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivity) GetGiftCardBalanceMoney() *Money
- func (g *GiftCardActivity) GetGiftCardGan() *string
- func (g *GiftCardActivity) GetGiftCardID() *string
- func (g *GiftCardActivity) GetID() *string
- func (g *GiftCardActivity) GetImportActivityDetails() *GiftCardActivityImport
- func (g *GiftCardActivity) GetImportReversalActivityDetails() *GiftCardActivityImportReversal
- func (g *GiftCardActivity) GetLoadActivityDetails() *GiftCardActivityLoad
- func (g *GiftCardActivity) GetLocationID() string
- func (g *GiftCardActivity) GetRedeemActivityDetails() *GiftCardActivityRedeem
- func (g *GiftCardActivity) GetRefundActivityDetails() *GiftCardActivityRefund
- func (g *GiftCardActivity) GetTransferBalanceFromActivityDetails() *GiftCardActivityTransferBalanceFrom
- func (g *GiftCardActivity) GetTransferBalanceToActivityDetails() *GiftCardActivityTransferBalanceTo
- func (g *GiftCardActivity) GetType() GiftCardActivityType
- func (g *GiftCardActivity) GetUnblockActivityDetails() *GiftCardActivityUnblock
- func (g *GiftCardActivity) GetUnlinkedActivityRefundActivityDetails() *GiftCardActivityUnlinkedActivityRefund
- func (g *GiftCardActivity) String() string
- func (g *GiftCardActivity) UnmarshalJSON(data []byte) error
- type GiftCardActivityActivate
- func (g *GiftCardActivityActivate) GetAmountMoney() *Money
- func (g *GiftCardActivityActivate) GetBuyerPaymentInstrumentIDs() []string
- func (g *GiftCardActivityActivate) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityActivate) GetLineItemUID() *string
- func (g *GiftCardActivityActivate) GetOrderID() *string
- func (g *GiftCardActivityActivate) GetReferenceID() *string
- func (g *GiftCardActivityActivate) String() string
- func (g *GiftCardActivityActivate) UnmarshalJSON(data []byte) error
- type GiftCardActivityAdjustDecrement
- func (g *GiftCardActivityAdjustDecrement) GetAmountMoney() *Money
- func (g *GiftCardActivityAdjustDecrement) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityAdjustDecrement) GetReason() GiftCardActivityAdjustDecrementReason
- func (g *GiftCardActivityAdjustDecrement) String() string
- func (g *GiftCardActivityAdjustDecrement) UnmarshalJSON(data []byte) error
- type GiftCardActivityAdjustDecrementReason
- type GiftCardActivityAdjustIncrement
- func (g *GiftCardActivityAdjustIncrement) GetAmountMoney() *Money
- func (g *GiftCardActivityAdjustIncrement) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityAdjustIncrement) GetReason() GiftCardActivityAdjustIncrementReason
- func (g *GiftCardActivityAdjustIncrement) String() string
- func (g *GiftCardActivityAdjustIncrement) UnmarshalJSON(data []byte) error
- type GiftCardActivityAdjustIncrementReason
- type GiftCardActivityBlock
- type GiftCardActivityBlockReason
- type GiftCardActivityClearBalance
- type GiftCardActivityClearBalanceReason
- type GiftCardActivityCreatedEvent
- func (g *GiftCardActivityCreatedEvent) GetCreatedAt() *string
- func (g *GiftCardActivityCreatedEvent) GetData() *GiftCardActivityCreatedEventData
- func (g *GiftCardActivityCreatedEvent) GetEventID() *string
- func (g *GiftCardActivityCreatedEvent) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityCreatedEvent) GetMerchantID() *string
- func (g *GiftCardActivityCreatedEvent) GetType() *string
- func (g *GiftCardActivityCreatedEvent) String() string
- func (g *GiftCardActivityCreatedEvent) UnmarshalJSON(data []byte) error
- type GiftCardActivityCreatedEventData
- func (g *GiftCardActivityCreatedEventData) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityCreatedEventData) GetID() *string
- func (g *GiftCardActivityCreatedEventData) GetObject() *GiftCardActivityCreatedEventObject
- func (g *GiftCardActivityCreatedEventData) GetType() *string
- func (g *GiftCardActivityCreatedEventData) String() string
- func (g *GiftCardActivityCreatedEventData) UnmarshalJSON(data []byte) error
- type GiftCardActivityCreatedEventObject
- func (g *GiftCardActivityCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityCreatedEventObject) GetGiftCardActivity() *GiftCardActivity
- func (g *GiftCardActivityCreatedEventObject) String() string
- func (g *GiftCardActivityCreatedEventObject) UnmarshalJSON(data []byte) error
- type GiftCardActivityDeactivate
- type GiftCardActivityDeactivateReason
- type GiftCardActivityImport
- type GiftCardActivityImportReversal
- type GiftCardActivityLoad
- func (g *GiftCardActivityLoad) GetAmountMoney() *Money
- func (g *GiftCardActivityLoad) GetBuyerPaymentInstrumentIDs() []string
- func (g *GiftCardActivityLoad) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityLoad) GetLineItemUID() *string
- func (g *GiftCardActivityLoad) GetOrderID() *string
- func (g *GiftCardActivityLoad) GetReferenceID() *string
- func (g *GiftCardActivityLoad) String() string
- func (g *GiftCardActivityLoad) UnmarshalJSON(data []byte) error
- type GiftCardActivityRedeem
- func (g *GiftCardActivityRedeem) GetAmountMoney() *Money
- func (g *GiftCardActivityRedeem) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityRedeem) GetPaymentID() *string
- func (g *GiftCardActivityRedeem) GetReferenceID() *string
- func (g *GiftCardActivityRedeem) GetStatus() *GiftCardActivityRedeemStatus
- func (g *GiftCardActivityRedeem) String() string
- func (g *GiftCardActivityRedeem) UnmarshalJSON(data []byte) error
- type GiftCardActivityRedeemStatus
- type GiftCardActivityRefund
- func (g *GiftCardActivityRefund) GetAmountMoney() *Money
- func (g *GiftCardActivityRefund) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityRefund) GetPaymentID() *string
- func (g *GiftCardActivityRefund) GetRedeemActivityID() *string
- func (g *GiftCardActivityRefund) GetReferenceID() *string
- func (g *GiftCardActivityRefund) String() string
- func (g *GiftCardActivityRefund) UnmarshalJSON(data []byte) error
- type GiftCardActivityTransferBalanceFrom
- func (g *GiftCardActivityTransferBalanceFrom) GetAmountMoney() *Money
- func (g *GiftCardActivityTransferBalanceFrom) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityTransferBalanceFrom) GetTransferToGiftCardID() string
- func (g *GiftCardActivityTransferBalanceFrom) String() string
- func (g *GiftCardActivityTransferBalanceFrom) UnmarshalJSON(data []byte) error
- type GiftCardActivityTransferBalanceTo
- func (g *GiftCardActivityTransferBalanceTo) GetAmountMoney() *Money
- func (g *GiftCardActivityTransferBalanceTo) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityTransferBalanceTo) GetTransferFromGiftCardID() string
- func (g *GiftCardActivityTransferBalanceTo) String() string
- func (g *GiftCardActivityTransferBalanceTo) UnmarshalJSON(data []byte) error
- type GiftCardActivityType
- type GiftCardActivityUnblock
- type GiftCardActivityUnblockReason
- type GiftCardActivityUnlinkedActivityRefund
- func (g *GiftCardActivityUnlinkedActivityRefund) GetAmountMoney() *Money
- func (g *GiftCardActivityUnlinkedActivityRefund) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityUnlinkedActivityRefund) GetPaymentID() *string
- func (g *GiftCardActivityUnlinkedActivityRefund) GetReferenceID() *string
- func (g *GiftCardActivityUnlinkedActivityRefund) String() string
- func (g *GiftCardActivityUnlinkedActivityRefund) UnmarshalJSON(data []byte) error
- type GiftCardActivityUpdatedEvent
- func (g *GiftCardActivityUpdatedEvent) GetCreatedAt() *string
- func (g *GiftCardActivityUpdatedEvent) GetData() *GiftCardActivityUpdatedEventData
- func (g *GiftCardActivityUpdatedEvent) GetEventID() *string
- func (g *GiftCardActivityUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityUpdatedEvent) GetMerchantID() *string
- func (g *GiftCardActivityUpdatedEvent) GetType() *string
- func (g *GiftCardActivityUpdatedEvent) String() string
- func (g *GiftCardActivityUpdatedEvent) UnmarshalJSON(data []byte) error
- type GiftCardActivityUpdatedEventData
- func (g *GiftCardActivityUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityUpdatedEventData) GetID() *string
- func (g *GiftCardActivityUpdatedEventData) GetObject() *GiftCardActivityUpdatedEventObject
- func (g *GiftCardActivityUpdatedEventData) GetType() *string
- func (g *GiftCardActivityUpdatedEventData) String() string
- func (g *GiftCardActivityUpdatedEventData) UnmarshalJSON(data []byte) error
- type GiftCardActivityUpdatedEventObject
- func (g *GiftCardActivityUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (g *GiftCardActivityUpdatedEventObject) GetGiftCardActivity() *GiftCardActivity
- func (g *GiftCardActivityUpdatedEventObject) String() string
- func (g *GiftCardActivityUpdatedEventObject) UnmarshalJSON(data []byte) error
- type GiftCardCreatedEvent
- func (g *GiftCardCreatedEvent) GetCreatedAt() *string
- func (g *GiftCardCreatedEvent) GetData() *GiftCardCreatedEventData
- func (g *GiftCardCreatedEvent) GetEventID() *string
- func (g *GiftCardCreatedEvent) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCreatedEvent) GetMerchantID() *string
- func (g *GiftCardCreatedEvent) GetType() *string
- func (g *GiftCardCreatedEvent) String() string
- func (g *GiftCardCreatedEvent) UnmarshalJSON(data []byte) error
- type GiftCardCreatedEventData
- func (g *GiftCardCreatedEventData) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCreatedEventData) GetID() *string
- func (g *GiftCardCreatedEventData) GetObject() *GiftCardCreatedEventObject
- func (g *GiftCardCreatedEventData) GetType() *string
- func (g *GiftCardCreatedEventData) String() string
- func (g *GiftCardCreatedEventData) UnmarshalJSON(data []byte) error
- type GiftCardCreatedEventObject
- type GiftCardCustomerLinkedEvent
- func (g *GiftCardCustomerLinkedEvent) GetCreatedAt() *string
- func (g *GiftCardCustomerLinkedEvent) GetData() *GiftCardCustomerLinkedEventData
- func (g *GiftCardCustomerLinkedEvent) GetEventID() *string
- func (g *GiftCardCustomerLinkedEvent) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCustomerLinkedEvent) GetMerchantID() *string
- func (g *GiftCardCustomerLinkedEvent) GetType() *string
- func (g *GiftCardCustomerLinkedEvent) String() string
- func (g *GiftCardCustomerLinkedEvent) UnmarshalJSON(data []byte) error
- type GiftCardCustomerLinkedEventData
- func (g *GiftCardCustomerLinkedEventData) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCustomerLinkedEventData) GetID() *string
- func (g *GiftCardCustomerLinkedEventData) GetObject() *GiftCardCustomerLinkedEventObject
- func (g *GiftCardCustomerLinkedEventData) GetType() *string
- func (g *GiftCardCustomerLinkedEventData) String() string
- func (g *GiftCardCustomerLinkedEventData) UnmarshalJSON(data []byte) error
- type GiftCardCustomerLinkedEventObject
- func (g *GiftCardCustomerLinkedEventObject) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCustomerLinkedEventObject) GetGiftCard() *GiftCard
- func (g *GiftCardCustomerLinkedEventObject) GetLinkedCustomerID() *string
- func (g *GiftCardCustomerLinkedEventObject) String() string
- func (g *GiftCardCustomerLinkedEventObject) UnmarshalJSON(data []byte) error
- type GiftCardCustomerUnlinkedEvent
- func (g *GiftCardCustomerUnlinkedEvent) GetCreatedAt() *string
- func (g *GiftCardCustomerUnlinkedEvent) GetData() *GiftCardCustomerUnlinkedEventData
- func (g *GiftCardCustomerUnlinkedEvent) GetEventID() *string
- func (g *GiftCardCustomerUnlinkedEvent) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCustomerUnlinkedEvent) GetMerchantID() *string
- func (g *GiftCardCustomerUnlinkedEvent) GetType() *string
- func (g *GiftCardCustomerUnlinkedEvent) String() string
- func (g *GiftCardCustomerUnlinkedEvent) UnmarshalJSON(data []byte) error
- type GiftCardCustomerUnlinkedEventData
- func (g *GiftCardCustomerUnlinkedEventData) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCustomerUnlinkedEventData) GetID() *string
- func (g *GiftCardCustomerUnlinkedEventData) GetObject() *GiftCardCustomerUnlinkedEventObject
- func (g *GiftCardCustomerUnlinkedEventData) GetType() *string
- func (g *GiftCardCustomerUnlinkedEventData) String() string
- func (g *GiftCardCustomerUnlinkedEventData) UnmarshalJSON(data []byte) error
- type GiftCardCustomerUnlinkedEventObject
- func (g *GiftCardCustomerUnlinkedEventObject) GetExtraProperties() map[string]interface{}
- func (g *GiftCardCustomerUnlinkedEventObject) GetGiftCard() *GiftCard
- func (g *GiftCardCustomerUnlinkedEventObject) GetUnlinkedCustomerID() *string
- func (g *GiftCardCustomerUnlinkedEventObject) String() string
- func (g *GiftCardCustomerUnlinkedEventObject) UnmarshalJSON(data []byte) error
- type GiftCardGanSource
- type GiftCardStatus
- type GiftCardType
- type GiftCardUpdatedEvent
- func (g *GiftCardUpdatedEvent) GetCreatedAt() *string
- func (g *GiftCardUpdatedEvent) GetData() *GiftCardUpdatedEventData
- func (g *GiftCardUpdatedEvent) GetEventID() *string
- func (g *GiftCardUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (g *GiftCardUpdatedEvent) GetMerchantID() *string
- func (g *GiftCardUpdatedEvent) GetType() *string
- func (g *GiftCardUpdatedEvent) String() string
- func (g *GiftCardUpdatedEvent) UnmarshalJSON(data []byte) error
- type GiftCardUpdatedEventData
- func (g *GiftCardUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (g *GiftCardUpdatedEventData) GetID() *string
- func (g *GiftCardUpdatedEventData) GetObject() *GiftCardUpdatedEventObject
- func (g *GiftCardUpdatedEventData) GetType() *string
- func (g *GiftCardUpdatedEventData) String() string
- func (g *GiftCardUpdatedEventData) UnmarshalJSON(data []byte) error
- type GiftCardUpdatedEventObject
- type GiftCardsGetRequest
- type GiftCardsListRequest
- type InventoryAdjustment
- func (i *InventoryAdjustment) GetAdjustmentGroup() *InventoryAdjustmentGroup
- func (i *InventoryAdjustment) GetCatalogObjectID() *string
- func (i *InventoryAdjustment) GetCatalogObjectType() *string
- func (i *InventoryAdjustment) GetCreatedAt() *string
- func (i *InventoryAdjustment) GetEmployeeID() *string
- func (i *InventoryAdjustment) GetExtraProperties() map[string]interface{}
- func (i *InventoryAdjustment) GetFromState() *InventoryState
- func (i *InventoryAdjustment) GetGoodsReceiptID() *string
- func (i *InventoryAdjustment) GetID() *string
- func (i *InventoryAdjustment) GetLocationID() *string
- func (i *InventoryAdjustment) GetOccurredAt() *string
- func (i *InventoryAdjustment) GetPurchaseOrderID() *string
- func (i *InventoryAdjustment) GetQuantity() *string
- func (i *InventoryAdjustment) GetReferenceID() *string
- func (i *InventoryAdjustment) GetRefundID() *string
- func (i *InventoryAdjustment) GetSource() *SourceApplication
- func (i *InventoryAdjustment) GetTeamMemberID() *string
- func (i *InventoryAdjustment) GetToState() *InventoryState
- func (i *InventoryAdjustment) GetTotalPriceMoney() *Money
- func (i *InventoryAdjustment) GetTransactionID() *string
- func (i *InventoryAdjustment) String() string
- func (i *InventoryAdjustment) UnmarshalJSON(data []byte) error
- type InventoryAdjustmentGroup
- func (i *InventoryAdjustmentGroup) GetExtraProperties() map[string]interface{}
- func (i *InventoryAdjustmentGroup) GetFromState() *InventoryState
- func (i *InventoryAdjustmentGroup) GetID() *string
- func (i *InventoryAdjustmentGroup) GetRootAdjustmentID() *string
- func (i *InventoryAdjustmentGroup) GetToState() *InventoryState
- func (i *InventoryAdjustmentGroup) String() string
- func (i *InventoryAdjustmentGroup) UnmarshalJSON(data []byte) error
- type InventoryAlertType
- type InventoryChange
- func (i *InventoryChange) GetAdjustment() *InventoryAdjustment
- func (i *InventoryChange) GetExtraProperties() map[string]interface{}
- func (i *InventoryChange) GetMeasurementUnit() *CatalogMeasurementUnit
- func (i *InventoryChange) GetMeasurementUnitID() *string
- func (i *InventoryChange) GetPhysicalCount() *InventoryPhysicalCount
- func (i *InventoryChange) GetTransfer() *InventoryTransfer
- func (i *InventoryChange) GetType() *InventoryChangeType
- func (i *InventoryChange) String() string
- func (i *InventoryChange) UnmarshalJSON(data []byte) error
- type InventoryChangeType
- type InventoryChangesRequest
- type InventoryCount
- func (i *InventoryCount) GetCalculatedAt() *string
- func (i *InventoryCount) GetCatalogObjectID() *string
- func (i *InventoryCount) GetCatalogObjectType() *string
- func (i *InventoryCount) GetExtraProperties() map[string]interface{}
- func (i *InventoryCount) GetIsEstimated() *bool
- func (i *InventoryCount) GetLocationID() *string
- func (i *InventoryCount) GetQuantity() *string
- func (i *InventoryCount) GetState() *InventoryState
- func (i *InventoryCount) String() string
- func (i *InventoryCount) UnmarshalJSON(data []byte) error
- type InventoryCountUpdatedEvent
- func (i *InventoryCountUpdatedEvent) GetCreatedAt() *string
- func (i *InventoryCountUpdatedEvent) GetData() *InventoryCountUpdatedEventData
- func (i *InventoryCountUpdatedEvent) GetEventID() *string
- func (i *InventoryCountUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (i *InventoryCountUpdatedEvent) GetMerchantID() *string
- func (i *InventoryCountUpdatedEvent) GetType() *string
- func (i *InventoryCountUpdatedEvent) String() string
- func (i *InventoryCountUpdatedEvent) UnmarshalJSON(data []byte) error
- type InventoryCountUpdatedEventData
- func (i *InventoryCountUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (i *InventoryCountUpdatedEventData) GetID() *string
- func (i *InventoryCountUpdatedEventData) GetObject() *InventoryCountUpdatedEventObject
- func (i *InventoryCountUpdatedEventData) GetType() *string
- func (i *InventoryCountUpdatedEventData) String() string
- func (i *InventoryCountUpdatedEventData) UnmarshalJSON(data []byte) error
- type InventoryCountUpdatedEventObject
- func (i *InventoryCountUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (i *InventoryCountUpdatedEventObject) GetInventoryCounts() []*InventoryCount
- func (i *InventoryCountUpdatedEventObject) String() string
- func (i *InventoryCountUpdatedEventObject) UnmarshalJSON(data []byte) error
- type InventoryDeprecatedGetAdjustmentRequest
- type InventoryDeprecatedGetPhysicalCountRequest
- type InventoryGetAdjustmentRequest
- type InventoryGetPhysicalCountRequest
- type InventoryGetRequest
- type InventoryGetTransferRequest
- type InventoryPhysicalCount
- func (i *InventoryPhysicalCount) GetCatalogObjectID() *string
- func (i *InventoryPhysicalCount) GetCatalogObjectType() *string
- func (i *InventoryPhysicalCount) GetCreatedAt() *string
- func (i *InventoryPhysicalCount) GetEmployeeID() *string
- func (i *InventoryPhysicalCount) GetExtraProperties() map[string]interface{}
- func (i *InventoryPhysicalCount) GetID() *string
- func (i *InventoryPhysicalCount) GetLocationID() *string
- func (i *InventoryPhysicalCount) GetOccurredAt() *string
- func (i *InventoryPhysicalCount) GetQuantity() *string
- func (i *InventoryPhysicalCount) GetReferenceID() *string
- func (i *InventoryPhysicalCount) GetSource() *SourceApplication
- func (i *InventoryPhysicalCount) GetState() *InventoryState
- func (i *InventoryPhysicalCount) GetTeamMemberID() *string
- func (i *InventoryPhysicalCount) String() string
- func (i *InventoryPhysicalCount) UnmarshalJSON(data []byte) error
- type InventoryState
- type InventoryTransfer
- func (i *InventoryTransfer) GetCatalogObjectID() *string
- func (i *InventoryTransfer) GetCatalogObjectType() *string
- func (i *InventoryTransfer) GetCreatedAt() *string
- func (i *InventoryTransfer) GetEmployeeID() *string
- func (i *InventoryTransfer) GetExtraProperties() map[string]interface{}
- func (i *InventoryTransfer) GetFromLocationID() *string
- func (i *InventoryTransfer) GetID() *string
- func (i *InventoryTransfer) GetOccurredAt() *string
- func (i *InventoryTransfer) GetQuantity() *string
- func (i *InventoryTransfer) GetReferenceID() *string
- func (i *InventoryTransfer) GetSource() *SourceApplication
- func (i *InventoryTransfer) GetState() *InventoryState
- func (i *InventoryTransfer) GetTeamMemberID() *string
- func (i *InventoryTransfer) GetToLocationID() *string
- func (i *InventoryTransfer) String() string
- func (i *InventoryTransfer) UnmarshalJSON(data []byte) error
- type Invoice
- func (i *Invoice) GetAcceptedPaymentMethods() *InvoiceAcceptedPaymentMethods
- func (i *Invoice) GetAttachments() []*InvoiceAttachment
- func (i *Invoice) GetCreatedAt() *string
- func (i *Invoice) GetCreatorTeamMemberID() *string
- func (i *Invoice) GetCustomFields() []*InvoiceCustomField
- func (i *Invoice) GetDeliveryMethod() *InvoiceDeliveryMethod
- func (i *Invoice) GetDescription() *string
- func (i *Invoice) GetExtraProperties() map[string]interface{}
- func (i *Invoice) GetID() *string
- func (i *Invoice) GetInvoiceNumber() *string
- func (i *Invoice) GetLocationID() *string
- func (i *Invoice) GetNextPaymentAmountMoney() *Money
- func (i *Invoice) GetOrderID() *string
- func (i *Invoice) GetPaymentConditions() *string
- func (i *Invoice) GetPaymentRequests() []*InvoicePaymentRequest
- func (i *Invoice) GetPrimaryRecipient() *InvoiceRecipient
- func (i *Invoice) GetPublicURL() *string
- func (i *Invoice) GetSaleOrServiceDate() *string
- func (i *Invoice) GetScheduledAt() *string
- func (i *Invoice) GetStatus() *InvoiceStatus
- func (i *Invoice) GetStorePaymentMethodEnabled() *bool
- func (i *Invoice) GetSubscriptionID() *string
- func (i *Invoice) GetTimezone() *string
- func (i *Invoice) GetTitle() *string
- func (i *Invoice) GetUpdatedAt() *string
- func (i *Invoice) GetVersion() *int
- func (i *Invoice) String() string
- func (i *Invoice) UnmarshalJSON(data []byte) error
- type InvoiceAcceptedPaymentMethods
- func (i *InvoiceAcceptedPaymentMethods) GetBankAccount() *bool
- func (i *InvoiceAcceptedPaymentMethods) GetBuyNowPayLater() *bool
- func (i *InvoiceAcceptedPaymentMethods) GetCard() *bool
- func (i *InvoiceAcceptedPaymentMethods) GetCashAppPay() *bool
- func (i *InvoiceAcceptedPaymentMethods) GetExtraProperties() map[string]interface{}
- func (i *InvoiceAcceptedPaymentMethods) GetSquareGiftCard() *bool
- func (i *InvoiceAcceptedPaymentMethods) String() string
- func (i *InvoiceAcceptedPaymentMethods) UnmarshalJSON(data []byte) error
- type InvoiceAttachment
- func (i *InvoiceAttachment) GetDescription() *string
- func (i *InvoiceAttachment) GetExtraProperties() map[string]interface{}
- func (i *InvoiceAttachment) GetFilename() *string
- func (i *InvoiceAttachment) GetFilesize() *int
- func (i *InvoiceAttachment) GetHash() *string
- func (i *InvoiceAttachment) GetID() *string
- func (i *InvoiceAttachment) GetMimeType() *string
- func (i *InvoiceAttachment) GetUploadedAt() *string
- func (i *InvoiceAttachment) String() string
- func (i *InvoiceAttachment) UnmarshalJSON(data []byte) error
- type InvoiceAutomaticPaymentSource
- type InvoiceCanceledEvent
- func (i *InvoiceCanceledEvent) GetCreatedAt() *string
- func (i *InvoiceCanceledEvent) GetData() *InvoiceCanceledEventData
- func (i *InvoiceCanceledEvent) GetEventID() *string
- func (i *InvoiceCanceledEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoiceCanceledEvent) GetMerchantID() *string
- func (i *InvoiceCanceledEvent) GetType() *string
- func (i *InvoiceCanceledEvent) String() string
- func (i *InvoiceCanceledEvent) UnmarshalJSON(data []byte) error
- type InvoiceCanceledEventData
- func (i *InvoiceCanceledEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoiceCanceledEventData) GetID() *string
- func (i *InvoiceCanceledEventData) GetObject() *InvoiceCanceledEventObject
- func (i *InvoiceCanceledEventData) GetType() *string
- func (i *InvoiceCanceledEventData) String() string
- func (i *InvoiceCanceledEventData) UnmarshalJSON(data []byte) error
- type InvoiceCanceledEventObject
- type InvoiceCreatedEvent
- func (i *InvoiceCreatedEvent) GetCreatedAt() *string
- func (i *InvoiceCreatedEvent) GetData() *InvoiceCreatedEventData
- func (i *InvoiceCreatedEvent) GetEventID() *string
- func (i *InvoiceCreatedEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoiceCreatedEvent) GetMerchantID() *string
- func (i *InvoiceCreatedEvent) GetType() *string
- func (i *InvoiceCreatedEvent) String() string
- func (i *InvoiceCreatedEvent) UnmarshalJSON(data []byte) error
- type InvoiceCreatedEventData
- func (i *InvoiceCreatedEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoiceCreatedEventData) GetID() *string
- func (i *InvoiceCreatedEventData) GetObject() *InvoiceCreatedEventObject
- func (i *InvoiceCreatedEventData) GetType() *string
- func (i *InvoiceCreatedEventData) String() string
- func (i *InvoiceCreatedEventData) UnmarshalJSON(data []byte) error
- type InvoiceCreatedEventObject
- type InvoiceCustomField
- func (i *InvoiceCustomField) GetExtraProperties() map[string]interface{}
- func (i *InvoiceCustomField) GetLabel() *string
- func (i *InvoiceCustomField) GetPlacement() *InvoiceCustomFieldPlacement
- func (i *InvoiceCustomField) GetValue() *string
- func (i *InvoiceCustomField) String() string
- func (i *InvoiceCustomField) UnmarshalJSON(data []byte) error
- type InvoiceCustomFieldPlacement
- type InvoiceDeletedEvent
- func (i *InvoiceDeletedEvent) GetCreatedAt() *string
- func (i *InvoiceDeletedEvent) GetData() *InvoiceDeletedEventData
- func (i *InvoiceDeletedEvent) GetEventID() *string
- func (i *InvoiceDeletedEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoiceDeletedEvent) GetMerchantID() *string
- func (i *InvoiceDeletedEvent) GetType() *string
- func (i *InvoiceDeletedEvent) String() string
- func (i *InvoiceDeletedEvent) UnmarshalJSON(data []byte) error
- type InvoiceDeletedEventData
- func (i *InvoiceDeletedEventData) GetDeleted() *bool
- func (i *InvoiceDeletedEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoiceDeletedEventData) GetID() *string
- func (i *InvoiceDeletedEventData) GetType() *string
- func (i *InvoiceDeletedEventData) String() string
- func (i *InvoiceDeletedEventData) UnmarshalJSON(data []byte) error
- type InvoiceDeliveryMethod
- type InvoiceFilter
- type InvoicePaymentMadeEvent
- func (i *InvoicePaymentMadeEvent) GetCreatedAt() *string
- func (i *InvoicePaymentMadeEvent) GetData() *InvoicePaymentMadeEventData
- func (i *InvoicePaymentMadeEvent) GetEventID() *string
- func (i *InvoicePaymentMadeEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoicePaymentMadeEvent) GetMerchantID() *string
- func (i *InvoicePaymentMadeEvent) GetType() *string
- func (i *InvoicePaymentMadeEvent) String() string
- func (i *InvoicePaymentMadeEvent) UnmarshalJSON(data []byte) error
- type InvoicePaymentMadeEventData
- func (i *InvoicePaymentMadeEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoicePaymentMadeEventData) GetID() *string
- func (i *InvoicePaymentMadeEventData) GetObject() *InvoicePaymentMadeEventObject
- func (i *InvoicePaymentMadeEventData) GetType() *string
- func (i *InvoicePaymentMadeEventData) String() string
- func (i *InvoicePaymentMadeEventData) UnmarshalJSON(data []byte) error
- type InvoicePaymentMadeEventObject
- type InvoicePaymentReminder
- func (i *InvoicePaymentReminder) GetExtraProperties() map[string]interface{}
- func (i *InvoicePaymentReminder) GetMessage() *string
- func (i *InvoicePaymentReminder) GetRelativeScheduledDays() *int
- func (i *InvoicePaymentReminder) GetSentAt() *string
- func (i *InvoicePaymentReminder) GetStatus() *InvoicePaymentReminderStatus
- func (i *InvoicePaymentReminder) GetUID() *string
- func (i *InvoicePaymentReminder) String() string
- func (i *InvoicePaymentReminder) UnmarshalJSON(data []byte) error
- type InvoicePaymentReminderStatus
- type InvoicePaymentRequest
- func (i *InvoicePaymentRequest) GetAutomaticPaymentSource() *InvoiceAutomaticPaymentSource
- func (i *InvoicePaymentRequest) GetCardID() *string
- func (i *InvoicePaymentRequest) GetComputedAmountMoney() *Money
- func (i *InvoicePaymentRequest) GetDueDate() *string
- func (i *InvoicePaymentRequest) GetExtraProperties() map[string]interface{}
- func (i *InvoicePaymentRequest) GetFixedAmountRequestedMoney() *Money
- func (i *InvoicePaymentRequest) GetPercentageRequested() *string
- func (i *InvoicePaymentRequest) GetReminders() []*InvoicePaymentReminder
- func (i *InvoicePaymentRequest) GetRequestMethod() *InvoiceRequestMethod
- func (i *InvoicePaymentRequest) GetRequestType() *InvoiceRequestType
- func (i *InvoicePaymentRequest) GetRoundingAdjustmentIncludedMoney() *Money
- func (i *InvoicePaymentRequest) GetTippingEnabled() *bool
- func (i *InvoicePaymentRequest) GetTotalCompletedAmountMoney() *Money
- func (i *InvoicePaymentRequest) GetUID() *string
- func (i *InvoicePaymentRequest) String() string
- func (i *InvoicePaymentRequest) UnmarshalJSON(data []byte) error
- type InvoicePublishedEvent
- func (i *InvoicePublishedEvent) GetCreatedAt() *string
- func (i *InvoicePublishedEvent) GetData() *InvoicePublishedEventData
- func (i *InvoicePublishedEvent) GetEventID() *string
- func (i *InvoicePublishedEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoicePublishedEvent) GetMerchantID() *string
- func (i *InvoicePublishedEvent) GetType() *string
- func (i *InvoicePublishedEvent) String() string
- func (i *InvoicePublishedEvent) UnmarshalJSON(data []byte) error
- type InvoicePublishedEventData
- func (i *InvoicePublishedEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoicePublishedEventData) GetID() *string
- func (i *InvoicePublishedEventData) GetObject() *InvoicePublishedEventObject
- func (i *InvoicePublishedEventData) GetType() *string
- func (i *InvoicePublishedEventData) String() string
- func (i *InvoicePublishedEventData) UnmarshalJSON(data []byte) error
- type InvoicePublishedEventObject
- type InvoiceQuery
- type InvoiceRecipient
- func (i *InvoiceRecipient) GetAddress() *Address
- func (i *InvoiceRecipient) GetCompanyName() *string
- func (i *InvoiceRecipient) GetCustomerID() *string
- func (i *InvoiceRecipient) GetEmailAddress() *string
- func (i *InvoiceRecipient) GetExtraProperties() map[string]interface{}
- func (i *InvoiceRecipient) GetFamilyName() *string
- func (i *InvoiceRecipient) GetGivenName() *string
- func (i *InvoiceRecipient) GetPhoneNumber() *string
- func (i *InvoiceRecipient) GetTaxIDs() *InvoiceRecipientTaxIDs
- func (i *InvoiceRecipient) String() string
- func (i *InvoiceRecipient) UnmarshalJSON(data []byte) error
- type InvoiceRecipientTaxIDs
- type InvoiceRefundedEvent
- func (i *InvoiceRefundedEvent) GetCreatedAt() *string
- func (i *InvoiceRefundedEvent) GetData() *InvoiceRefundedEventData
- func (i *InvoiceRefundedEvent) GetEventID() *string
- func (i *InvoiceRefundedEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoiceRefundedEvent) GetMerchantID() *string
- func (i *InvoiceRefundedEvent) GetType() *string
- func (i *InvoiceRefundedEvent) String() string
- func (i *InvoiceRefundedEvent) UnmarshalJSON(data []byte) error
- type InvoiceRefundedEventData
- func (i *InvoiceRefundedEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoiceRefundedEventData) GetID() *string
- func (i *InvoiceRefundedEventData) GetObject() *InvoiceRefundedEventObject
- func (i *InvoiceRefundedEventData) GetType() *string
- func (i *InvoiceRefundedEventData) String() string
- func (i *InvoiceRefundedEventData) UnmarshalJSON(data []byte) error
- type InvoiceRefundedEventObject
- type InvoiceRequestMethod
- type InvoiceRequestType
- type InvoiceScheduledChargeFailedEvent
- func (i *InvoiceScheduledChargeFailedEvent) GetCreatedAt() *string
- func (i *InvoiceScheduledChargeFailedEvent) GetData() *InvoiceScheduledChargeFailedEventData
- func (i *InvoiceScheduledChargeFailedEvent) GetEventID() *string
- func (i *InvoiceScheduledChargeFailedEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoiceScheduledChargeFailedEvent) GetMerchantID() *string
- func (i *InvoiceScheduledChargeFailedEvent) GetType() *string
- func (i *InvoiceScheduledChargeFailedEvent) String() string
- func (i *InvoiceScheduledChargeFailedEvent) UnmarshalJSON(data []byte) error
- type InvoiceScheduledChargeFailedEventData
- func (i *InvoiceScheduledChargeFailedEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoiceScheduledChargeFailedEventData) GetID() *string
- func (i *InvoiceScheduledChargeFailedEventData) GetObject() *InvoiceScheduledChargeFailedEventObject
- func (i *InvoiceScheduledChargeFailedEventData) GetType() *string
- func (i *InvoiceScheduledChargeFailedEventData) String() string
- func (i *InvoiceScheduledChargeFailedEventData) UnmarshalJSON(data []byte) error
- type InvoiceScheduledChargeFailedEventObject
- func (i *InvoiceScheduledChargeFailedEventObject) GetExtraProperties() map[string]interface{}
- func (i *InvoiceScheduledChargeFailedEventObject) GetInvoice() *Invoice
- func (i *InvoiceScheduledChargeFailedEventObject) String() string
- func (i *InvoiceScheduledChargeFailedEventObject) UnmarshalJSON(data []byte) error
- type InvoiceSort
- type InvoiceSortField
- type InvoiceStatus
- type InvoiceUpdatedEvent
- func (i *InvoiceUpdatedEvent) GetCreatedAt() *string
- func (i *InvoiceUpdatedEvent) GetData() *InvoiceUpdatedEventData
- func (i *InvoiceUpdatedEvent) GetEventID() *string
- func (i *InvoiceUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (i *InvoiceUpdatedEvent) GetMerchantID() *string
- func (i *InvoiceUpdatedEvent) GetType() *string
- func (i *InvoiceUpdatedEvent) String() string
- func (i *InvoiceUpdatedEvent) UnmarshalJSON(data []byte) error
- type InvoiceUpdatedEventData
- func (i *InvoiceUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (i *InvoiceUpdatedEventData) GetID() *string
- func (i *InvoiceUpdatedEventData) GetObject() *InvoiceUpdatedEventObject
- func (i *InvoiceUpdatedEventData) GetType() *string
- func (i *InvoiceUpdatedEventData) String() string
- func (i *InvoiceUpdatedEventData) UnmarshalJSON(data []byte) error
- type InvoiceUpdatedEventObject
- type InvoicesDeleteRequest
- type InvoicesGetRequest
- type InvoicesListRequest
- type ItemVariationLocationOverrides
- func (i *ItemVariationLocationOverrides) GetExtraProperties() map[string]interface{}
- func (i *ItemVariationLocationOverrides) GetInventoryAlertThreshold() *int64
- func (i *ItemVariationLocationOverrides) GetInventoryAlertType() *InventoryAlertType
- func (i *ItemVariationLocationOverrides) GetLocationID() *string
- func (i *ItemVariationLocationOverrides) GetPriceMoney() *Money
- func (i *ItemVariationLocationOverrides) GetPricingType() *CatalogPricingType
- func (i *ItemVariationLocationOverrides) GetSoldOut() *bool
- func (i *ItemVariationLocationOverrides) GetSoldOutValidUntil() *string
- func (i *ItemVariationLocationOverrides) GetTrackInventory() *bool
- func (i *ItemVariationLocationOverrides) String() string
- func (i *ItemVariationLocationOverrides) UnmarshalJSON(data []byte) error
- type Job
- func (j *Job) GetCreatedAt() *string
- func (j *Job) GetExtraProperties() map[string]interface{}
- func (j *Job) GetID() *string
- func (j *Job) GetIsTipEligible() *bool
- func (j *Job) GetTitle() *string
- func (j *Job) GetUpdatedAt() *string
- func (j *Job) GetVersion() *int
- func (j *Job) String() string
- func (j *Job) UnmarshalJSON(data []byte) error
- type JobAssignment
- func (j *JobAssignment) GetAnnualRate() *Money
- func (j *JobAssignment) GetExtraProperties() map[string]interface{}
- func (j *JobAssignment) GetHourlyRate() *Money
- func (j *JobAssignment) GetJobID() *string
- func (j *JobAssignment) GetJobTitle() *string
- func (j *JobAssignment) GetPayType() JobAssignmentPayType
- func (j *JobAssignment) GetWeeklyHours() *int
- func (j *JobAssignment) String() string
- func (j *JobAssignment) UnmarshalJSON(data []byte) error
- type JobAssignmentPayType
- type JobCreatedEvent
- func (j *JobCreatedEvent) GetCreatedAt() *string
- func (j *JobCreatedEvent) GetData() *JobCreatedEventData
- func (j *JobCreatedEvent) GetEventID() *string
- func (j *JobCreatedEvent) GetExtraProperties() map[string]interface{}
- func (j *JobCreatedEvent) GetMerchantID() *string
- func (j *JobCreatedEvent) GetType() *string
- func (j *JobCreatedEvent) String() string
- func (j *JobCreatedEvent) UnmarshalJSON(data []byte) error
- type JobCreatedEventData
- func (j *JobCreatedEventData) GetExtraProperties() map[string]interface{}
- func (j *JobCreatedEventData) GetID() *string
- func (j *JobCreatedEventData) GetObject() *JobCreatedEventObject
- func (j *JobCreatedEventData) GetType() *string
- func (j *JobCreatedEventData) String() string
- func (j *JobCreatedEventData) UnmarshalJSON(data []byte) error
- type JobCreatedEventObject
- type JobUpdatedEvent
- func (j *JobUpdatedEvent) GetCreatedAt() *string
- func (j *JobUpdatedEvent) GetData() *JobUpdatedEventData
- func (j *JobUpdatedEvent) GetEventID() *string
- func (j *JobUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (j *JobUpdatedEvent) GetMerchantID() *string
- func (j *JobUpdatedEvent) GetType() *string
- func (j *JobUpdatedEvent) String() string
- func (j *JobUpdatedEvent) UnmarshalJSON(data []byte) error
- type JobUpdatedEventData
- func (j *JobUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (j *JobUpdatedEventData) GetID() *string
- func (j *JobUpdatedEventData) GetObject() *JobUpdatedEventObject
- func (j *JobUpdatedEventData) GetType() *string
- func (j *JobUpdatedEventData) String() string
- func (j *JobUpdatedEventData) UnmarshalJSON(data []byte) error
- type JobUpdatedEventObject
- type LaborScheduledShiftCreatedEvent
- func (l *LaborScheduledShiftCreatedEvent) GetCreatedAt() *string
- func (l *LaborScheduledShiftCreatedEvent) GetData() *LaborScheduledShiftCreatedEventData
- func (l *LaborScheduledShiftCreatedEvent) GetEventID() *string
- func (l *LaborScheduledShiftCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftCreatedEvent) GetLocationID() *string
- func (l *LaborScheduledShiftCreatedEvent) GetMerchantID() *string
- func (l *LaborScheduledShiftCreatedEvent) GetType() *string
- func (l *LaborScheduledShiftCreatedEvent) String() string
- func (l *LaborScheduledShiftCreatedEvent) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftCreatedEventData
- func (l *LaborScheduledShiftCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftCreatedEventData) GetID() *string
- func (l *LaborScheduledShiftCreatedEventData) GetObject() *LaborScheduledShiftCreatedEventObject
- func (l *LaborScheduledShiftCreatedEventData) GetType() *string
- func (l *LaborScheduledShiftCreatedEventData) String() string
- func (l *LaborScheduledShiftCreatedEventData) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftCreatedEventObject
- func (l *LaborScheduledShiftCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftCreatedEventObject) GetScheduledShift() *ScheduledShift
- func (l *LaborScheduledShiftCreatedEventObject) String() string
- func (l *LaborScheduledShiftCreatedEventObject) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftDeletedEvent
- func (l *LaborScheduledShiftDeletedEvent) GetCreatedAt() *string
- func (l *LaborScheduledShiftDeletedEvent) GetData() *LaborScheduledShiftDeletedEventData
- func (l *LaborScheduledShiftDeletedEvent) GetEventID() *string
- func (l *LaborScheduledShiftDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftDeletedEvent) GetLocationID() *string
- func (l *LaborScheduledShiftDeletedEvent) GetMerchantID() *string
- func (l *LaborScheduledShiftDeletedEvent) GetType() *string
- func (l *LaborScheduledShiftDeletedEvent) String() string
- func (l *LaborScheduledShiftDeletedEvent) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftDeletedEventData
- func (l *LaborScheduledShiftDeletedEventData) GetDeleted() *bool
- func (l *LaborScheduledShiftDeletedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftDeletedEventData) GetID() *string
- func (l *LaborScheduledShiftDeletedEventData) GetType() *string
- func (l *LaborScheduledShiftDeletedEventData) String() string
- func (l *LaborScheduledShiftDeletedEventData) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftPublishedEvent
- func (l *LaborScheduledShiftPublishedEvent) GetCreatedAt() *string
- func (l *LaborScheduledShiftPublishedEvent) GetData() *LaborScheduledShiftPublishedEventData
- func (l *LaborScheduledShiftPublishedEvent) GetEventID() *string
- func (l *LaborScheduledShiftPublishedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftPublishedEvent) GetLocationID() *string
- func (l *LaborScheduledShiftPublishedEvent) GetMerchantID() *string
- func (l *LaborScheduledShiftPublishedEvent) GetType() *string
- func (l *LaborScheduledShiftPublishedEvent) String() string
- func (l *LaborScheduledShiftPublishedEvent) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftPublishedEventData
- func (l *LaborScheduledShiftPublishedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftPublishedEventData) GetID() *string
- func (l *LaborScheduledShiftPublishedEventData) GetObject() *LaborScheduledShiftPublishedEventObject
- func (l *LaborScheduledShiftPublishedEventData) GetType() *string
- func (l *LaborScheduledShiftPublishedEventData) String() string
- func (l *LaborScheduledShiftPublishedEventData) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftPublishedEventObject
- func (l *LaborScheduledShiftPublishedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftPublishedEventObject) GetScheduledShift() *ScheduledShift
- func (l *LaborScheduledShiftPublishedEventObject) String() string
- func (l *LaborScheduledShiftPublishedEventObject) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftUpdatedEvent
- func (l *LaborScheduledShiftUpdatedEvent) GetCreatedAt() *string
- func (l *LaborScheduledShiftUpdatedEvent) GetData() *LaborScheduledShiftUpdatedEventData
- func (l *LaborScheduledShiftUpdatedEvent) GetEventID() *string
- func (l *LaborScheduledShiftUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftUpdatedEvent) GetLocationID() *string
- func (l *LaborScheduledShiftUpdatedEvent) GetMerchantID() *string
- func (l *LaborScheduledShiftUpdatedEvent) GetType() *string
- func (l *LaborScheduledShiftUpdatedEvent) String() string
- func (l *LaborScheduledShiftUpdatedEvent) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftUpdatedEventData
- func (l *LaborScheduledShiftUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftUpdatedEventData) GetID() *string
- func (l *LaborScheduledShiftUpdatedEventData) GetObject() *LaborScheduledShiftUpdatedEventObject
- func (l *LaborScheduledShiftUpdatedEventData) GetType() *string
- func (l *LaborScheduledShiftUpdatedEventData) String() string
- func (l *LaborScheduledShiftUpdatedEventData) UnmarshalJSON(data []byte) error
- type LaborScheduledShiftUpdatedEventObject
- func (l *LaborScheduledShiftUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LaborScheduledShiftUpdatedEventObject) GetScheduledShift() *ScheduledShift
- func (l *LaborScheduledShiftUpdatedEventObject) String() string
- func (l *LaborScheduledShiftUpdatedEventObject) UnmarshalJSON(data []byte) error
- type LaborShiftCreatedEvent
- func (l *LaborShiftCreatedEvent) GetCreatedAt() *string
- func (l *LaborShiftCreatedEvent) GetData() *LaborShiftCreatedEventData
- func (l *LaborShiftCreatedEvent) GetEventID() *string
- func (l *LaborShiftCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborShiftCreatedEvent) GetMerchantID() *string
- func (l *LaborShiftCreatedEvent) GetType() *string
- func (l *LaborShiftCreatedEvent) String() string
- func (l *LaborShiftCreatedEvent) UnmarshalJSON(data []byte) error
- type LaborShiftCreatedEventData
- func (l *LaborShiftCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborShiftCreatedEventData) GetID() *string
- func (l *LaborShiftCreatedEventData) GetObject() *LaborShiftCreatedEventObject
- func (l *LaborShiftCreatedEventData) GetType() *string
- func (l *LaborShiftCreatedEventData) String() string
- func (l *LaborShiftCreatedEventData) UnmarshalJSON(data []byte) error
- type LaborShiftCreatedEventObject
- type LaborShiftDeletedEvent
- func (l *LaborShiftDeletedEvent) GetCreatedAt() *string
- func (l *LaborShiftDeletedEvent) GetData() *LaborShiftDeletedEventData
- func (l *LaborShiftDeletedEvent) GetEventID() *string
- func (l *LaborShiftDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborShiftDeletedEvent) GetMerchantID() *string
- func (l *LaborShiftDeletedEvent) GetType() *string
- func (l *LaborShiftDeletedEvent) String() string
- func (l *LaborShiftDeletedEvent) UnmarshalJSON(data []byte) error
- type LaborShiftDeletedEventData
- func (l *LaborShiftDeletedEventData) GetDeleted() *bool
- func (l *LaborShiftDeletedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborShiftDeletedEventData) GetID() *string
- func (l *LaborShiftDeletedEventData) GetType() *string
- func (l *LaborShiftDeletedEventData) String() string
- func (l *LaborShiftDeletedEventData) UnmarshalJSON(data []byte) error
- type LaborShiftUpdatedEvent
- func (l *LaborShiftUpdatedEvent) GetCreatedAt() *string
- func (l *LaborShiftUpdatedEvent) GetData() *LaborShiftUpdatedEventData
- func (l *LaborShiftUpdatedEvent) GetEventID() *string
- func (l *LaborShiftUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborShiftUpdatedEvent) GetMerchantID() *string
- func (l *LaborShiftUpdatedEvent) GetType() *string
- func (l *LaborShiftUpdatedEvent) String() string
- func (l *LaborShiftUpdatedEvent) UnmarshalJSON(data []byte) error
- type LaborShiftUpdatedEventData
- func (l *LaborShiftUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborShiftUpdatedEventData) GetID() *string
- func (l *LaborShiftUpdatedEventData) GetObject() *LaborShiftUpdatedEventObject
- func (l *LaborShiftUpdatedEventData) GetType() *string
- func (l *LaborShiftUpdatedEventData) String() string
- func (l *LaborShiftUpdatedEventData) UnmarshalJSON(data []byte) error
- type LaborShiftUpdatedEventObject
- type LaborTimecardCreatedEvent
- func (l *LaborTimecardCreatedEvent) GetCreatedAt() *string
- func (l *LaborTimecardCreatedEvent) GetData() *LaborTimecardCreatedEventData
- func (l *LaborTimecardCreatedEvent) GetEventID() *string
- func (l *LaborTimecardCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborTimecardCreatedEvent) GetMerchantID() *string
- func (l *LaborTimecardCreatedEvent) GetType() *string
- func (l *LaborTimecardCreatedEvent) String() string
- func (l *LaborTimecardCreatedEvent) UnmarshalJSON(data []byte) error
- type LaborTimecardCreatedEventData
- func (l *LaborTimecardCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborTimecardCreatedEventData) GetID() *string
- func (l *LaborTimecardCreatedEventData) GetObject() *LaborTimecardCreatedEventObject
- func (l *LaborTimecardCreatedEventData) GetType() *string
- func (l *LaborTimecardCreatedEventData) String() string
- func (l *LaborTimecardCreatedEventData) UnmarshalJSON(data []byte) error
- type LaborTimecardCreatedEventObject
- type LaborTimecardDeletedEvent
- func (l *LaborTimecardDeletedEvent) GetCreatedAt() *string
- func (l *LaborTimecardDeletedEvent) GetData() *LaborTimecardDeletedEventData
- func (l *LaborTimecardDeletedEvent) GetEventID() *string
- func (l *LaborTimecardDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborTimecardDeletedEvent) GetMerchantID() *string
- func (l *LaborTimecardDeletedEvent) GetType() *string
- func (l *LaborTimecardDeletedEvent) String() string
- func (l *LaborTimecardDeletedEvent) UnmarshalJSON(data []byte) error
- type LaborTimecardDeletedEventData
- func (l *LaborTimecardDeletedEventData) GetDeleted() *bool
- func (l *LaborTimecardDeletedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborTimecardDeletedEventData) GetID() *string
- func (l *LaborTimecardDeletedEventData) GetType() *string
- func (l *LaborTimecardDeletedEventData) String() string
- func (l *LaborTimecardDeletedEventData) UnmarshalJSON(data []byte) error
- type LaborTimecardUpdatedEvent
- func (l *LaborTimecardUpdatedEvent) GetCreatedAt() *string
- func (l *LaborTimecardUpdatedEvent) GetData() *LaborTimecardUpdatedEventData
- func (l *LaborTimecardUpdatedEvent) GetEventID() *string
- func (l *LaborTimecardUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LaborTimecardUpdatedEvent) GetMerchantID() *string
- func (l *LaborTimecardUpdatedEvent) GetType() *string
- func (l *LaborTimecardUpdatedEvent) String() string
- func (l *LaborTimecardUpdatedEvent) UnmarshalJSON(data []byte) error
- type LaborTimecardUpdatedEventData
- func (l *LaborTimecardUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LaborTimecardUpdatedEventData) GetID() *string
- func (l *LaborTimecardUpdatedEventData) GetObject() *LaborTimecardUpdatedEventObject
- func (l *LaborTimecardUpdatedEventData) GetType() *string
- func (l *LaborTimecardUpdatedEventData) String() string
- func (l *LaborTimecardUpdatedEventData) UnmarshalJSON(data []byte) error
- type LaborTimecardUpdatedEventObject
- type LinkCustomerToGiftCardRequest
- type LinkCustomerToGiftCardResponse
- func (l *LinkCustomerToGiftCardResponse) GetErrors() []*Error
- func (l *LinkCustomerToGiftCardResponse) GetExtraProperties() map[string]interface{}
- func (l *LinkCustomerToGiftCardResponse) GetGiftCard() *GiftCard
- func (l *LinkCustomerToGiftCardResponse) String() string
- func (l *LinkCustomerToGiftCardResponse) UnmarshalJSON(data []byte) error
- type ListBankAccountsRequest
- type ListBankAccountsResponse
- func (l *ListBankAccountsResponse) GetBankAccounts() []*BankAccount
- func (l *ListBankAccountsResponse) GetCursor() *string
- func (l *ListBankAccountsResponse) GetErrors() []*Error
- func (l *ListBankAccountsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListBankAccountsResponse) String() string
- func (l *ListBankAccountsResponse) UnmarshalJSON(data []byte) error
- type ListBookingCustomAttributeDefinitionsResponse
- func (l *ListBookingCustomAttributeDefinitionsResponse) GetCursor() *string
- func (l *ListBookingCustomAttributeDefinitionsResponse) GetCustomAttributeDefinitions() []*CustomAttributeDefinition
- func (l *ListBookingCustomAttributeDefinitionsResponse) GetErrors() []*Error
- func (l *ListBookingCustomAttributeDefinitionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListBookingCustomAttributeDefinitionsResponse) String() string
- func (l *ListBookingCustomAttributeDefinitionsResponse) UnmarshalJSON(data []byte) error
- type ListBookingCustomAttributesResponse
- func (l *ListBookingCustomAttributesResponse) GetCursor() *string
- func (l *ListBookingCustomAttributesResponse) GetCustomAttributes() []*CustomAttribute
- func (l *ListBookingCustomAttributesResponse) GetErrors() []*Error
- func (l *ListBookingCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListBookingCustomAttributesResponse) String() string
- func (l *ListBookingCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type ListBookingsRequest
- type ListBookingsResponse
- func (l *ListBookingsResponse) GetBookings() []*Booking
- func (l *ListBookingsResponse) GetCursor() *string
- func (l *ListBookingsResponse) GetErrors() []*Error
- func (l *ListBookingsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListBookingsResponse) String() string
- func (l *ListBookingsResponse) UnmarshalJSON(data []byte) error
- type ListBreakTypesResponse
- func (l *ListBreakTypesResponse) GetBreakTypes() []*BreakType
- func (l *ListBreakTypesResponse) GetCursor() *string
- func (l *ListBreakTypesResponse) GetErrors() []*Error
- func (l *ListBreakTypesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListBreakTypesResponse) String() string
- func (l *ListBreakTypesResponse) UnmarshalJSON(data []byte) error
- type ListCardsRequest
- type ListCardsResponse
- func (l *ListCardsResponse) GetCards() []*Card
- func (l *ListCardsResponse) GetCursor() *string
- func (l *ListCardsResponse) GetErrors() []*Error
- func (l *ListCardsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCardsResponse) String() string
- func (l *ListCardsResponse) UnmarshalJSON(data []byte) error
- type ListCashDrawerShiftEventsResponse
- func (l *ListCashDrawerShiftEventsResponse) GetCashDrawerShiftEvents() []*CashDrawerShiftEvent
- func (l *ListCashDrawerShiftEventsResponse) GetCursor() *string
- func (l *ListCashDrawerShiftEventsResponse) GetErrors() []*Error
- func (l *ListCashDrawerShiftEventsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCashDrawerShiftEventsResponse) String() string
- func (l *ListCashDrawerShiftEventsResponse) UnmarshalJSON(data []byte) error
- type ListCashDrawerShiftsResponse
- func (l *ListCashDrawerShiftsResponse) GetCashDrawerShifts() []*CashDrawerShiftSummary
- func (l *ListCashDrawerShiftsResponse) GetCursor() *string
- func (l *ListCashDrawerShiftsResponse) GetErrors() []*Error
- func (l *ListCashDrawerShiftsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCashDrawerShiftsResponse) String() string
- func (l *ListCashDrawerShiftsResponse) UnmarshalJSON(data []byte) error
- type ListCatalogRequest
- type ListCatalogResponse
- func (l *ListCatalogResponse) GetCursor() *string
- func (l *ListCatalogResponse) GetErrors() []*Error
- func (l *ListCatalogResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCatalogResponse) GetObjects() []*CatalogObject
- func (l *ListCatalogResponse) String() string
- func (l *ListCatalogResponse) UnmarshalJSON(data []byte) error
- type ListChannelsRequest
- type ListChannelsRequestConstants
- type ListChannelsResponse
- func (l *ListChannelsResponse) GetChannels() []*Channel
- func (l *ListChannelsResponse) GetCursor() *string
- func (l *ListChannelsResponse) GetErrors() []*Error
- func (l *ListChannelsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListChannelsResponse) String() string
- func (l *ListChannelsResponse) UnmarshalJSON(data []byte) error
- type ListCustomerCustomAttributeDefinitionsResponse
- func (l *ListCustomerCustomAttributeDefinitionsResponse) GetCursor() *string
- func (l *ListCustomerCustomAttributeDefinitionsResponse) GetCustomAttributeDefinitions() []*CustomAttributeDefinition
- func (l *ListCustomerCustomAttributeDefinitionsResponse) GetErrors() []*Error
- func (l *ListCustomerCustomAttributeDefinitionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCustomerCustomAttributeDefinitionsResponse) String() string
- func (l *ListCustomerCustomAttributeDefinitionsResponse) UnmarshalJSON(data []byte) error
- type ListCustomerCustomAttributesResponse
- func (l *ListCustomerCustomAttributesResponse) GetCursor() *string
- func (l *ListCustomerCustomAttributesResponse) GetCustomAttributes() []*CustomAttribute
- func (l *ListCustomerCustomAttributesResponse) GetErrors() []*Error
- func (l *ListCustomerCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCustomerCustomAttributesResponse) String() string
- func (l *ListCustomerCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type ListCustomerGroupsResponse
- func (l *ListCustomerGroupsResponse) GetCursor() *string
- func (l *ListCustomerGroupsResponse) GetErrors() []*Error
- func (l *ListCustomerGroupsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCustomerGroupsResponse) GetGroups() []*CustomerGroup
- func (l *ListCustomerGroupsResponse) String() string
- func (l *ListCustomerGroupsResponse) UnmarshalJSON(data []byte) error
- type ListCustomerSegmentsResponse
- func (l *ListCustomerSegmentsResponse) GetCursor() *string
- func (l *ListCustomerSegmentsResponse) GetErrors() []*Error
- func (l *ListCustomerSegmentsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCustomerSegmentsResponse) GetSegments() []*CustomerSegment
- func (l *ListCustomerSegmentsResponse) String() string
- func (l *ListCustomerSegmentsResponse) UnmarshalJSON(data []byte) error
- type ListCustomersRequest
- type ListCustomersResponse
- func (l *ListCustomersResponse) GetCount() *int64
- func (l *ListCustomersResponse) GetCursor() *string
- func (l *ListCustomersResponse) GetCustomers() []*Customer
- func (l *ListCustomersResponse) GetErrors() []*Error
- func (l *ListCustomersResponse) GetExtraProperties() map[string]interface{}
- func (l *ListCustomersResponse) String() string
- func (l *ListCustomersResponse) UnmarshalJSON(data []byte) error
- type ListDeviceCodesResponse
- func (l *ListDeviceCodesResponse) GetCursor() *string
- func (l *ListDeviceCodesResponse) GetDeviceCodes() []*DeviceCode
- func (l *ListDeviceCodesResponse) GetErrors() []*Error
- func (l *ListDeviceCodesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListDeviceCodesResponse) String() string
- func (l *ListDeviceCodesResponse) UnmarshalJSON(data []byte) error
- type ListDevicesRequest
- type ListDevicesResponse
- func (l *ListDevicesResponse) GetCursor() *string
- func (l *ListDevicesResponse) GetDevices() []*Device
- func (l *ListDevicesResponse) GetErrors() []*Error
- func (l *ListDevicesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListDevicesResponse) String() string
- func (l *ListDevicesResponse) UnmarshalJSON(data []byte) error
- type ListDisputeEvidenceResponse
- func (l *ListDisputeEvidenceResponse) GetCursor() *string
- func (l *ListDisputeEvidenceResponse) GetErrors() []*Error
- func (l *ListDisputeEvidenceResponse) GetEvidence() []*DisputeEvidence
- func (l *ListDisputeEvidenceResponse) GetExtraProperties() map[string]interface{}
- func (l *ListDisputeEvidenceResponse) String() string
- func (l *ListDisputeEvidenceResponse) UnmarshalJSON(data []byte) error
- type ListDisputesRequest
- type ListDisputesResponse
- func (l *ListDisputesResponse) GetCursor() *string
- func (l *ListDisputesResponse) GetDisputes() []*Dispute
- func (l *ListDisputesResponse) GetErrors() []*Error
- func (l *ListDisputesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListDisputesResponse) String() string
- func (l *ListDisputesResponse) UnmarshalJSON(data []byte) error
- type ListEmployeeWagesResponse
- func (l *ListEmployeeWagesResponse) GetCursor() *string
- func (l *ListEmployeeWagesResponse) GetEmployeeWages() []*EmployeeWage
- func (l *ListEmployeeWagesResponse) GetErrors() []*Error
- func (l *ListEmployeeWagesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListEmployeeWagesResponse) String() string
- func (l *ListEmployeeWagesResponse) UnmarshalJSON(data []byte) error
- type ListEmployeesRequest
- type ListEmployeesResponse
- func (l *ListEmployeesResponse) GetCursor() *string
- func (l *ListEmployeesResponse) GetEmployees() []*Employee
- func (l *ListEmployeesResponse) GetErrors() []*Error
- func (l *ListEmployeesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListEmployeesResponse) String() string
- func (l *ListEmployeesResponse) UnmarshalJSON(data []byte) error
- type ListEntriesPayoutsRequest
- type ListEventTypesRequest
- type ListEventTypesResponse
- func (l *ListEventTypesResponse) GetErrors() []*Error
- func (l *ListEventTypesResponse) GetEventTypes() []string
- func (l *ListEventTypesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListEventTypesResponse) GetMetadata() []*EventTypeMetadata
- func (l *ListEventTypesResponse) String() string
- func (l *ListEventTypesResponse) UnmarshalJSON(data []byte) error
- type ListEventsSubscriptionsRequest
- type ListGiftCardActivitiesResponse
- func (l *ListGiftCardActivitiesResponse) GetCursor() *string
- func (l *ListGiftCardActivitiesResponse) GetErrors() []*Error
- func (l *ListGiftCardActivitiesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListGiftCardActivitiesResponse) GetGiftCardActivities() []*GiftCardActivity
- func (l *ListGiftCardActivitiesResponse) String() string
- func (l *ListGiftCardActivitiesResponse) UnmarshalJSON(data []byte) error
- type ListGiftCardsRequest
- type ListGiftCardsResponse
- func (l *ListGiftCardsResponse) GetCursor() *string
- func (l *ListGiftCardsResponse) GetErrors() []*Error
- func (l *ListGiftCardsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListGiftCardsResponse) GetGiftCards() []*GiftCard
- func (l *ListGiftCardsResponse) String() string
- func (l *ListGiftCardsResponse) UnmarshalJSON(data []byte) error
- type ListInvoicesRequest
- type ListInvoicesResponse
- func (l *ListInvoicesResponse) GetCursor() *string
- func (l *ListInvoicesResponse) GetErrors() []*Error
- func (l *ListInvoicesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListInvoicesResponse) GetInvoices() []*Invoice
- func (l *ListInvoicesResponse) String() string
- func (l *ListInvoicesResponse) UnmarshalJSON(data []byte) error
- type ListJobsRequest
- type ListJobsResponse
- func (l *ListJobsResponse) GetCursor() *string
- func (l *ListJobsResponse) GetErrors() []*Error
- func (l *ListJobsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListJobsResponse) GetJobs() []*Job
- func (l *ListJobsResponse) String() string
- func (l *ListJobsResponse) UnmarshalJSON(data []byte) error
- type ListLocationBookingProfilesResponse
- func (l *ListLocationBookingProfilesResponse) GetCursor() *string
- func (l *ListLocationBookingProfilesResponse) GetErrors() []*Error
- func (l *ListLocationBookingProfilesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListLocationBookingProfilesResponse) GetLocationBookingProfiles() []*LocationBookingProfile
- func (l *ListLocationBookingProfilesResponse) String() string
- func (l *ListLocationBookingProfilesResponse) UnmarshalJSON(data []byte) error
- type ListLocationCustomAttributeDefinitionsResponse
- func (l *ListLocationCustomAttributeDefinitionsResponse) GetCursor() *string
- func (l *ListLocationCustomAttributeDefinitionsResponse) GetCustomAttributeDefinitions() []*CustomAttributeDefinition
- func (l *ListLocationCustomAttributeDefinitionsResponse) GetErrors() []*Error
- func (l *ListLocationCustomAttributeDefinitionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListLocationCustomAttributeDefinitionsResponse) String() string
- func (l *ListLocationCustomAttributeDefinitionsResponse) UnmarshalJSON(data []byte) error
- type ListLocationCustomAttributesResponse
- func (l *ListLocationCustomAttributesResponse) GetCursor() *string
- func (l *ListLocationCustomAttributesResponse) GetCustomAttributes() []*CustomAttribute
- func (l *ListLocationCustomAttributesResponse) GetErrors() []*Error
- func (l *ListLocationCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListLocationCustomAttributesResponse) String() string
- func (l *ListLocationCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type ListLocationsResponse
- func (l *ListLocationsResponse) GetErrors() []*Error
- func (l *ListLocationsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListLocationsResponse) GetLocations() []*Location
- func (l *ListLocationsResponse) String() string
- func (l *ListLocationsResponse) UnmarshalJSON(data []byte) error
- type ListLoyaltyProgramsResponse
- func (l *ListLoyaltyProgramsResponse) GetErrors() []*Error
- func (l *ListLoyaltyProgramsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListLoyaltyProgramsResponse) GetPrograms() []*LoyaltyProgram
- func (l *ListLoyaltyProgramsResponse) String() string
- func (l *ListLoyaltyProgramsResponse) UnmarshalJSON(data []byte) error
- type ListLoyaltyPromotionsResponse
- func (l *ListLoyaltyPromotionsResponse) GetCursor() *string
- func (l *ListLoyaltyPromotionsResponse) GetErrors() []*Error
- func (l *ListLoyaltyPromotionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListLoyaltyPromotionsResponse) GetLoyaltyPromotions() []*LoyaltyPromotion
- func (l *ListLoyaltyPromotionsResponse) String() string
- func (l *ListLoyaltyPromotionsResponse) UnmarshalJSON(data []byte) error
- type ListMerchantCustomAttributeDefinitionsResponse
- func (l *ListMerchantCustomAttributeDefinitionsResponse) GetCursor() *string
- func (l *ListMerchantCustomAttributeDefinitionsResponse) GetCustomAttributeDefinitions() []*CustomAttributeDefinition
- func (l *ListMerchantCustomAttributeDefinitionsResponse) GetErrors() []*Error
- func (l *ListMerchantCustomAttributeDefinitionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListMerchantCustomAttributeDefinitionsResponse) String() string
- func (l *ListMerchantCustomAttributeDefinitionsResponse) UnmarshalJSON(data []byte) error
- type ListMerchantCustomAttributesResponse
- func (l *ListMerchantCustomAttributesResponse) GetCursor() *string
- func (l *ListMerchantCustomAttributesResponse) GetCustomAttributes() []*CustomAttribute
- func (l *ListMerchantCustomAttributesResponse) GetErrors() []*Error
- func (l *ListMerchantCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListMerchantCustomAttributesResponse) String() string
- func (l *ListMerchantCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type ListMerchantsRequest
- type ListMerchantsResponse
- func (l *ListMerchantsResponse) GetCursor() *int
- func (l *ListMerchantsResponse) GetErrors() []*Error
- func (l *ListMerchantsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListMerchantsResponse) GetMerchant() []*Merchant
- func (l *ListMerchantsResponse) String() string
- func (l *ListMerchantsResponse) UnmarshalJSON(data []byte) error
- type ListOrderCustomAttributeDefinitionsResponse
- func (l *ListOrderCustomAttributeDefinitionsResponse) GetCursor() *string
- func (l *ListOrderCustomAttributeDefinitionsResponse) GetCustomAttributeDefinitions() []*CustomAttributeDefinition
- func (l *ListOrderCustomAttributeDefinitionsResponse) GetErrors() []*Error
- func (l *ListOrderCustomAttributeDefinitionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListOrderCustomAttributeDefinitionsResponse) String() string
- func (l *ListOrderCustomAttributeDefinitionsResponse) UnmarshalJSON(data []byte) error
- type ListOrderCustomAttributesResponse
- func (l *ListOrderCustomAttributesResponse) GetCursor() *string
- func (l *ListOrderCustomAttributesResponse) GetCustomAttributes() []*CustomAttribute
- func (l *ListOrderCustomAttributesResponse) GetErrors() []*Error
- func (l *ListOrderCustomAttributesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListOrderCustomAttributesResponse) String() string
- func (l *ListOrderCustomAttributesResponse) UnmarshalJSON(data []byte) error
- type ListPaymentLinksResponse
- func (l *ListPaymentLinksResponse) GetCursor() *string
- func (l *ListPaymentLinksResponse) GetErrors() []*Error
- func (l *ListPaymentLinksResponse) GetExtraProperties() map[string]interface{}
- func (l *ListPaymentLinksResponse) GetPaymentLinks() []*PaymentLink
- func (l *ListPaymentLinksResponse) String() string
- func (l *ListPaymentLinksResponse) UnmarshalJSON(data []byte) error
- type ListPaymentRefundsRequestSortField
- type ListPaymentRefundsResponse
- func (l *ListPaymentRefundsResponse) GetCursor() *string
- func (l *ListPaymentRefundsResponse) GetErrors() []*Error
- func (l *ListPaymentRefundsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListPaymentRefundsResponse) GetRefunds() []*PaymentRefund
- func (l *ListPaymentRefundsResponse) String() string
- func (l *ListPaymentRefundsResponse) UnmarshalJSON(data []byte) error
- type ListPaymentsRequest
- type ListPaymentsRequestSortField
- type ListPaymentsResponse
- func (l *ListPaymentsResponse) GetCursor() *string
- func (l *ListPaymentsResponse) GetErrors() []*Error
- func (l *ListPaymentsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListPaymentsResponse) GetPayments() []*Payment
- func (l *ListPaymentsResponse) String() string
- func (l *ListPaymentsResponse) UnmarshalJSON(data []byte) error
- type ListPayoutEntriesResponse
- func (l *ListPayoutEntriesResponse) GetCursor() *string
- func (l *ListPayoutEntriesResponse) GetErrors() []*Error
- func (l *ListPayoutEntriesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListPayoutEntriesResponse) GetPayoutEntries() []*PayoutEntry
- func (l *ListPayoutEntriesResponse) String() string
- func (l *ListPayoutEntriesResponse) UnmarshalJSON(data []byte) error
- type ListPayoutsRequest
- type ListPayoutsResponse
- func (l *ListPayoutsResponse) GetCursor() *string
- func (l *ListPayoutsResponse) GetErrors() []*Error
- func (l *ListPayoutsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListPayoutsResponse) GetPayouts() []*Payout
- func (l *ListPayoutsResponse) String() string
- func (l *ListPayoutsResponse) UnmarshalJSON(data []byte) error
- type ListRefundsRequest
- type ListSitesResponse
- type ListSubscriptionEventsResponse
- func (l *ListSubscriptionEventsResponse) GetCursor() *string
- func (l *ListSubscriptionEventsResponse) GetErrors() []*Error
- func (l *ListSubscriptionEventsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListSubscriptionEventsResponse) GetSubscriptionEvents() []*SubscriptionEvent
- func (l *ListSubscriptionEventsResponse) String() string
- func (l *ListSubscriptionEventsResponse) UnmarshalJSON(data []byte) error
- type ListTeamMemberBookingProfilesResponse
- func (l *ListTeamMemberBookingProfilesResponse) GetCursor() *string
- func (l *ListTeamMemberBookingProfilesResponse) GetErrors() []*Error
- func (l *ListTeamMemberBookingProfilesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListTeamMemberBookingProfilesResponse) GetTeamMemberBookingProfiles() []*TeamMemberBookingProfile
- func (l *ListTeamMemberBookingProfilesResponse) String() string
- func (l *ListTeamMemberBookingProfilesResponse) UnmarshalJSON(data []byte) error
- type ListTeamMemberWagesResponse
- func (l *ListTeamMemberWagesResponse) GetCursor() *string
- func (l *ListTeamMemberWagesResponse) GetErrors() []*Error
- func (l *ListTeamMemberWagesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListTeamMemberWagesResponse) GetTeamMemberWages() []*TeamMemberWage
- func (l *ListTeamMemberWagesResponse) String() string
- func (l *ListTeamMemberWagesResponse) UnmarshalJSON(data []byte) error
- type ListTransactionsResponse
- func (l *ListTransactionsResponse) GetCursor() *string
- func (l *ListTransactionsResponse) GetErrors() []*Error
- func (l *ListTransactionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListTransactionsResponse) GetTransactions() []*Transaction
- func (l *ListTransactionsResponse) String() string
- func (l *ListTransactionsResponse) UnmarshalJSON(data []byte) error
- type ListWebhookEventTypesResponse
- func (l *ListWebhookEventTypesResponse) GetErrors() []*Error
- func (l *ListWebhookEventTypesResponse) GetEventTypes() []string
- func (l *ListWebhookEventTypesResponse) GetExtraProperties() map[string]interface{}
- func (l *ListWebhookEventTypesResponse) GetMetadata() []*EventTypeMetadata
- func (l *ListWebhookEventTypesResponse) String() string
- func (l *ListWebhookEventTypesResponse) UnmarshalJSON(data []byte) error
- type ListWebhookSubscriptionsResponse
- func (l *ListWebhookSubscriptionsResponse) GetCursor() *string
- func (l *ListWebhookSubscriptionsResponse) GetErrors() []*Error
- func (l *ListWebhookSubscriptionsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListWebhookSubscriptionsResponse) GetSubscriptions() []*WebhookSubscription
- func (l *ListWebhookSubscriptionsResponse) String() string
- func (l *ListWebhookSubscriptionsResponse) UnmarshalJSON(data []byte) error
- type ListWorkweekConfigsResponse
- func (l *ListWorkweekConfigsResponse) GetCursor() *string
- func (l *ListWorkweekConfigsResponse) GetErrors() []*Error
- func (l *ListWorkweekConfigsResponse) GetExtraProperties() map[string]interface{}
- func (l *ListWorkweekConfigsResponse) GetWorkweekConfigs() []*WorkweekConfig
- func (l *ListWorkweekConfigsResponse) String() string
- func (l *ListWorkweekConfigsResponse) UnmarshalJSON(data []byte) error
- type Location
- func (l *Location) GetAddress() *Address
- func (l *Location) GetBusinessEmail() *string
- func (l *Location) GetBusinessHours() *BusinessHours
- func (l *Location) GetBusinessName() *string
- func (l *Location) GetCapabilities() []LocationCapability
- func (l *Location) GetCoordinates() *Coordinates
- func (l *Location) GetCountry() *Country
- func (l *Location) GetCreatedAt() *string
- func (l *Location) GetCurrency() *Currency
- func (l *Location) GetDescription() *string
- func (l *Location) GetExtraProperties() map[string]interface{}
- func (l *Location) GetFacebookURL() *string
- func (l *Location) GetFullFormatLogoURL() *string
- func (l *Location) GetID() *string
- func (l *Location) GetInstagramUsername() *string
- func (l *Location) GetLanguageCode() *string
- func (l *Location) GetLogoURL() *string
- func (l *Location) GetMcc() *string
- func (l *Location) GetMerchantID() *string
- func (l *Location) GetName() *string
- func (l *Location) GetPhoneNumber() *string
- func (l *Location) GetPosBackgroundURL() *string
- func (l *Location) GetStatus() *LocationStatus
- func (l *Location) GetTaxIDs() *TaxIDs
- func (l *Location) GetTimezone() *string
- func (l *Location) GetTwitterUsername() *string
- func (l *Location) GetType() *LocationType
- func (l *Location) GetWebsiteURL() *string
- func (l *Location) String() string
- func (l *Location) UnmarshalJSON(data []byte) error
- type LocationBookingProfile
- func (l *LocationBookingProfile) GetBookingSiteURL() *string
- func (l *LocationBookingProfile) GetExtraProperties() map[string]interface{}
- func (l *LocationBookingProfile) GetLocationID() *string
- func (l *LocationBookingProfile) GetOnlineBookingEnabled() *bool
- func (l *LocationBookingProfile) String() string
- func (l *LocationBookingProfile) UnmarshalJSON(data []byte) error
- type LocationCapability
- type LocationCreatedEvent
- func (l *LocationCreatedEvent) GetCreatedAt() *string
- func (l *LocationCreatedEvent) GetData() *LocationCreatedEventData
- func (l *LocationCreatedEvent) GetEventID() *string
- func (l *LocationCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCreatedEvent) GetLocationID() *string
- func (l *LocationCreatedEvent) GetMerchantID() *string
- func (l *LocationCreatedEvent) GetType() *string
- func (l *LocationCreatedEvent) String() string
- func (l *LocationCreatedEvent) UnmarshalJSON(data []byte) error
- type LocationCreatedEventData
- func (l *LocationCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LocationCreatedEventData) GetID() *string
- func (l *LocationCreatedEventData) GetType() *string
- func (l *LocationCreatedEventData) String() string
- func (l *LocationCreatedEventData) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeDefinitionOwnedCreatedEvent
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) GetEventID() *string
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) GetType() *string
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) String() string
- func (l *LocationCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeDefinitionOwnedDeletedEvent
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) GetEventID() *string
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) GetType() *string
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) String() string
- func (l *LocationCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeDefinitionOwnedUpdatedEvent
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID() *string
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) GetType() *string
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) String() string
- func (l *LocationCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeDefinitionVisibleCreatedEvent
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) GetEventID() *string
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) GetType() *string
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) String() string
- func (l *LocationCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeDefinitionVisibleDeletedEvent
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) GetEventID() *string
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) GetType() *string
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) String() string
- func (l *LocationCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeDefinitionVisibleUpdatedEvent
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID() *string
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) GetType() *string
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) String() string
- func (l *LocationCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeOwnedDeletedEvent
- func (l *LocationCustomAttributeOwnedDeletedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeOwnedDeletedEvent) GetData() *CustomAttributeEventData
- func (l *LocationCustomAttributeOwnedDeletedEvent) GetEventID() *string
- func (l *LocationCustomAttributeOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeOwnedDeletedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeOwnedDeletedEvent) GetType() *string
- func (l *LocationCustomAttributeOwnedDeletedEvent) String() string
- func (l *LocationCustomAttributeOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeOwnedUpdatedEvent
- func (l *LocationCustomAttributeOwnedUpdatedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeOwnedUpdatedEvent) GetData() *CustomAttributeEventData
- func (l *LocationCustomAttributeOwnedUpdatedEvent) GetEventID() *string
- func (l *LocationCustomAttributeOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeOwnedUpdatedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeOwnedUpdatedEvent) GetType() *string
- func (l *LocationCustomAttributeOwnedUpdatedEvent) String() string
- func (l *LocationCustomAttributeOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeVisibleDeletedEvent
- func (l *LocationCustomAttributeVisibleDeletedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeVisibleDeletedEvent) GetData() *CustomAttributeEventData
- func (l *LocationCustomAttributeVisibleDeletedEvent) GetEventID() *string
- func (l *LocationCustomAttributeVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeVisibleDeletedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeVisibleDeletedEvent) GetType() *string
- func (l *LocationCustomAttributeVisibleDeletedEvent) String() string
- func (l *LocationCustomAttributeVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type LocationCustomAttributeVisibleUpdatedEvent
- func (l *LocationCustomAttributeVisibleUpdatedEvent) GetCreatedAt() *string
- func (l *LocationCustomAttributeVisibleUpdatedEvent) GetData() *CustomAttributeEventData
- func (l *LocationCustomAttributeVisibleUpdatedEvent) GetEventID() *string
- func (l *LocationCustomAttributeVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationCustomAttributeVisibleUpdatedEvent) GetMerchantID() *string
- func (l *LocationCustomAttributeVisibleUpdatedEvent) GetType() *string
- func (l *LocationCustomAttributeVisibleUpdatedEvent) String() string
- func (l *LocationCustomAttributeVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type LocationSettingsUpdatedEvent
- func (l *LocationSettingsUpdatedEvent) GetCreatedAt() *string
- func (l *LocationSettingsUpdatedEvent) GetData() *LocationSettingsUpdatedEventData
- func (l *LocationSettingsUpdatedEvent) GetEventID() *string
- func (l *LocationSettingsUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationSettingsUpdatedEvent) GetMerchantID() *string
- func (l *LocationSettingsUpdatedEvent) GetType() *string
- func (l *LocationSettingsUpdatedEvent) String() string
- func (l *LocationSettingsUpdatedEvent) UnmarshalJSON(data []byte) error
- type LocationSettingsUpdatedEventData
- func (l *LocationSettingsUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LocationSettingsUpdatedEventData) GetID() *string
- func (l *LocationSettingsUpdatedEventData) GetObject() *LocationSettingsUpdatedEventObject
- func (l *LocationSettingsUpdatedEventData) GetType() *string
- func (l *LocationSettingsUpdatedEventData) String() string
- func (l *LocationSettingsUpdatedEventData) UnmarshalJSON(data []byte) error
- type LocationSettingsUpdatedEventObject
- func (l *LocationSettingsUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LocationSettingsUpdatedEventObject) GetLocationSettings() *CheckoutLocationSettings
- func (l *LocationSettingsUpdatedEventObject) String() string
- func (l *LocationSettingsUpdatedEventObject) UnmarshalJSON(data []byte) error
- type LocationStatus
- type LocationType
- type LocationUpdatedEvent
- func (l *LocationUpdatedEvent) GetCreatedAt() *string
- func (l *LocationUpdatedEvent) GetData() *LocationUpdatedEventData
- func (l *LocationUpdatedEvent) GetEventID() *string
- func (l *LocationUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LocationUpdatedEvent) GetLocationID() *string
- func (l *LocationUpdatedEvent) GetMerchantID() *string
- func (l *LocationUpdatedEvent) GetType() *string
- func (l *LocationUpdatedEvent) String() string
- func (l *LocationUpdatedEvent) UnmarshalJSON(data []byte) error
- type LocationUpdatedEventData
- func (l *LocationUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LocationUpdatedEventData) GetID() *string
- func (l *LocationUpdatedEventData) GetType() *string
- func (l *LocationUpdatedEventData) String() string
- func (l *LocationUpdatedEventData) UnmarshalJSON(data []byte) error
- type LocationsGetRequest
- type LoyaltyAccount
- func (l *LoyaltyAccount) GetBalance() *int
- func (l *LoyaltyAccount) GetCreatedAt() *string
- func (l *LoyaltyAccount) GetCustomerID() *string
- func (l *LoyaltyAccount) GetEnrolledAt() *string
- func (l *LoyaltyAccount) GetExpiringPointDeadlines() []*LoyaltyAccountExpiringPointDeadline
- func (l *LoyaltyAccount) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccount) GetID() *string
- func (l *LoyaltyAccount) GetLifetimePoints() *int
- func (l *LoyaltyAccount) GetMapping() *LoyaltyAccountMapping
- func (l *LoyaltyAccount) GetProgramID() string
- func (l *LoyaltyAccount) GetUpdatedAt() *string
- func (l *LoyaltyAccount) String() string
- func (l *LoyaltyAccount) UnmarshalJSON(data []byte) error
- type LoyaltyAccountCreatedEvent
- func (l *LoyaltyAccountCreatedEvent) GetCreatedAt() *string
- func (l *LoyaltyAccountCreatedEvent) GetData() *LoyaltyAccountCreatedEventData
- func (l *LoyaltyAccountCreatedEvent) GetEventID() *string
- func (l *LoyaltyAccountCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountCreatedEvent) GetMerchantID() *string
- func (l *LoyaltyAccountCreatedEvent) GetType() *string
- func (l *LoyaltyAccountCreatedEvent) String() string
- func (l *LoyaltyAccountCreatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyAccountCreatedEventData
- func (l *LoyaltyAccountCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountCreatedEventData) GetID() *string
- func (l *LoyaltyAccountCreatedEventData) GetObject() *LoyaltyAccountCreatedEventObject
- func (l *LoyaltyAccountCreatedEventData) GetType() *string
- func (l *LoyaltyAccountCreatedEventData) String() string
- func (l *LoyaltyAccountCreatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyAccountCreatedEventObject
- func (l *LoyaltyAccountCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountCreatedEventObject) GetLoyaltyAccount() *LoyaltyAccount
- func (l *LoyaltyAccountCreatedEventObject) String() string
- func (l *LoyaltyAccountCreatedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyAccountDeletedEvent
- func (l *LoyaltyAccountDeletedEvent) GetCreatedAt() *string
- func (l *LoyaltyAccountDeletedEvent) GetData() *LoyaltyAccountDeletedEventData
- func (l *LoyaltyAccountDeletedEvent) GetEventID() *string
- func (l *LoyaltyAccountDeletedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountDeletedEvent) GetMerchantID() *string
- func (l *LoyaltyAccountDeletedEvent) GetType() *string
- func (l *LoyaltyAccountDeletedEvent) String() string
- func (l *LoyaltyAccountDeletedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyAccountDeletedEventData
- func (l *LoyaltyAccountDeletedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountDeletedEventData) GetID() *string
- func (l *LoyaltyAccountDeletedEventData) GetObject() *LoyaltyAccountDeletedEventObject
- func (l *LoyaltyAccountDeletedEventData) GetType() *string
- func (l *LoyaltyAccountDeletedEventData) String() string
- func (l *LoyaltyAccountDeletedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyAccountDeletedEventObject
- func (l *LoyaltyAccountDeletedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountDeletedEventObject) GetLoyaltyAccount() *LoyaltyAccount
- func (l *LoyaltyAccountDeletedEventObject) String() string
- func (l *LoyaltyAccountDeletedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyAccountExpiringPointDeadline
- func (l *LoyaltyAccountExpiringPointDeadline) GetExpiresAt() string
- func (l *LoyaltyAccountExpiringPointDeadline) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountExpiringPointDeadline) GetPoints() int
- func (l *LoyaltyAccountExpiringPointDeadline) String() string
- func (l *LoyaltyAccountExpiringPointDeadline) UnmarshalJSON(data []byte) error
- type LoyaltyAccountMapping
- func (l *LoyaltyAccountMapping) GetCreatedAt() *string
- func (l *LoyaltyAccountMapping) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountMapping) GetID() *string
- func (l *LoyaltyAccountMapping) GetPhoneNumber() *string
- func (l *LoyaltyAccountMapping) String() string
- func (l *LoyaltyAccountMapping) UnmarshalJSON(data []byte) error
- type LoyaltyAccountMappingType
- type LoyaltyAccountUpdatedEvent
- func (l *LoyaltyAccountUpdatedEvent) GetCreatedAt() *string
- func (l *LoyaltyAccountUpdatedEvent) GetData() *LoyaltyAccountUpdatedEventData
- func (l *LoyaltyAccountUpdatedEvent) GetEventID() *string
- func (l *LoyaltyAccountUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountUpdatedEvent) GetMerchantID() *string
- func (l *LoyaltyAccountUpdatedEvent) GetType() *string
- func (l *LoyaltyAccountUpdatedEvent) String() string
- func (l *LoyaltyAccountUpdatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyAccountUpdatedEventData
- func (l *LoyaltyAccountUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountUpdatedEventData) GetID() *string
- func (l *LoyaltyAccountUpdatedEventData) GetObject() *LoyaltyAccountUpdatedEventObject
- func (l *LoyaltyAccountUpdatedEventData) GetType() *string
- func (l *LoyaltyAccountUpdatedEventData) String() string
- func (l *LoyaltyAccountUpdatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyAccountUpdatedEventObject
- func (l *LoyaltyAccountUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyAccountUpdatedEventObject) GetLoyaltyAccount() *LoyaltyAccount
- func (l *LoyaltyAccountUpdatedEventObject) String() string
- func (l *LoyaltyAccountUpdatedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyEvent
- func (l *LoyaltyEvent) GetAccumulatePoints() *LoyaltyEventAccumulatePoints
- func (l *LoyaltyEvent) GetAccumulatePromotionPoints() *LoyaltyEventAccumulatePromotionPoints
- func (l *LoyaltyEvent) GetAdjustPoints() *LoyaltyEventAdjustPoints
- func (l *LoyaltyEvent) GetCreateReward() *LoyaltyEventCreateReward
- func (l *LoyaltyEvent) GetCreatedAt() *string
- func (l *LoyaltyEvent) GetDeleteReward() *LoyaltyEventDeleteReward
- func (l *LoyaltyEvent) GetExpirePoints() *LoyaltyEventExpirePoints
- func (l *LoyaltyEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEvent) GetID() *string
- func (l *LoyaltyEvent) GetLocationID() *string
- func (l *LoyaltyEvent) GetLoyaltyAccountID() *string
- func (l *LoyaltyEvent) GetOtherEvent() *LoyaltyEventOther
- func (l *LoyaltyEvent) GetRedeemReward() *LoyaltyEventRedeemReward
- func (l *LoyaltyEvent) GetSource() LoyaltyEventSource
- func (l *LoyaltyEvent) GetType() LoyaltyEventType
- func (l *LoyaltyEvent) String() string
- func (l *LoyaltyEvent) UnmarshalJSON(data []byte) error
- type LoyaltyEventAccumulatePoints
- func (l *LoyaltyEventAccumulatePoints) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventAccumulatePoints) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventAccumulatePoints) GetOrderID() *string
- func (l *LoyaltyEventAccumulatePoints) GetPoints() *int
- func (l *LoyaltyEventAccumulatePoints) String() string
- func (l *LoyaltyEventAccumulatePoints) UnmarshalJSON(data []byte) error
- type LoyaltyEventAccumulatePromotionPoints
- func (l *LoyaltyEventAccumulatePromotionPoints) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventAccumulatePromotionPoints) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventAccumulatePromotionPoints) GetLoyaltyPromotionID() *string
- func (l *LoyaltyEventAccumulatePromotionPoints) GetOrderID() *string
- func (l *LoyaltyEventAccumulatePromotionPoints) GetPoints() *int
- func (l *LoyaltyEventAccumulatePromotionPoints) String() string
- func (l *LoyaltyEventAccumulatePromotionPoints) UnmarshalJSON(data []byte) error
- type LoyaltyEventAdjustPoints
- func (l *LoyaltyEventAdjustPoints) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventAdjustPoints) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventAdjustPoints) GetPoints() int
- func (l *LoyaltyEventAdjustPoints) GetReason() *string
- func (l *LoyaltyEventAdjustPoints) String() string
- func (l *LoyaltyEventAdjustPoints) UnmarshalJSON(data []byte) error
- type LoyaltyEventCreateReward
- func (l *LoyaltyEventCreateReward) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventCreateReward) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventCreateReward) GetPoints() *int
- func (l *LoyaltyEventCreateReward) GetRewardID() *string
- func (l *LoyaltyEventCreateReward) String() string
- func (l *LoyaltyEventCreateReward) UnmarshalJSON(data []byte) error
- type LoyaltyEventCreatedEvent
- func (l *LoyaltyEventCreatedEvent) GetCreatedAt() *string
- func (l *LoyaltyEventCreatedEvent) GetData() *LoyaltyEventCreatedEventData
- func (l *LoyaltyEventCreatedEvent) GetEventID() *string
- func (l *LoyaltyEventCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventCreatedEvent) GetMerchantID() *string
- func (l *LoyaltyEventCreatedEvent) GetType() *string
- func (l *LoyaltyEventCreatedEvent) String() string
- func (l *LoyaltyEventCreatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyEventCreatedEventData
- func (l *LoyaltyEventCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventCreatedEventData) GetID() *string
- func (l *LoyaltyEventCreatedEventData) GetObject() *LoyaltyEventCreatedEventObject
- func (l *LoyaltyEventCreatedEventData) GetType() *string
- func (l *LoyaltyEventCreatedEventData) String() string
- func (l *LoyaltyEventCreatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyEventCreatedEventObject
- type LoyaltyEventDateTimeFilter
- type LoyaltyEventDeleteReward
- func (l *LoyaltyEventDeleteReward) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventDeleteReward) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventDeleteReward) GetPoints() *int
- func (l *LoyaltyEventDeleteReward) GetRewardID() *string
- func (l *LoyaltyEventDeleteReward) String() string
- func (l *LoyaltyEventDeleteReward) UnmarshalJSON(data []byte) error
- type LoyaltyEventExpirePoints
- func (l *LoyaltyEventExpirePoints) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventExpirePoints) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventExpirePoints) GetPoints() int
- func (l *LoyaltyEventExpirePoints) String() string
- func (l *LoyaltyEventExpirePoints) UnmarshalJSON(data []byte) error
- type LoyaltyEventFilter
- func (l *LoyaltyEventFilter) GetDateTimeFilter() *LoyaltyEventDateTimeFilter
- func (l *LoyaltyEventFilter) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventFilter) GetLocationFilter() *LoyaltyEventLocationFilter
- func (l *LoyaltyEventFilter) GetLoyaltyAccountFilter() *LoyaltyEventLoyaltyAccountFilter
- func (l *LoyaltyEventFilter) GetOrderFilter() *LoyaltyEventOrderFilter
- func (l *LoyaltyEventFilter) GetTypeFilter() *LoyaltyEventTypeFilter
- func (l *LoyaltyEventFilter) String() string
- func (l *LoyaltyEventFilter) UnmarshalJSON(data []byte) error
- type LoyaltyEventLocationFilter
- type LoyaltyEventLoyaltyAccountFilter
- type LoyaltyEventOrderFilter
- type LoyaltyEventOther
- type LoyaltyEventQuery
- type LoyaltyEventRedeemReward
- func (l *LoyaltyEventRedeemReward) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyEventRedeemReward) GetLoyaltyProgramID() *string
- func (l *LoyaltyEventRedeemReward) GetOrderID() *string
- func (l *LoyaltyEventRedeemReward) GetRewardID() *string
- func (l *LoyaltyEventRedeemReward) String() string
- func (l *LoyaltyEventRedeemReward) UnmarshalJSON(data []byte) error
- type LoyaltyEventSource
- type LoyaltyEventType
- type LoyaltyEventTypeFilter
- type LoyaltyProgram
- func (l *LoyaltyProgram) GetAccrualRules() []*LoyaltyProgramAccrualRule
- func (l *LoyaltyProgram) GetCreatedAt() *string
- func (l *LoyaltyProgram) GetExpirationPolicy() *LoyaltyProgramExpirationPolicy
- func (l *LoyaltyProgram) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgram) GetID() *string
- func (l *LoyaltyProgram) GetLocationIDs() []string
- func (l *LoyaltyProgram) GetRewardTiers() []*LoyaltyProgramRewardTier
- func (l *LoyaltyProgram) GetStatus() *LoyaltyProgramStatus
- func (l *LoyaltyProgram) GetTerminology() *LoyaltyProgramTerminology
- func (l *LoyaltyProgram) GetUpdatedAt() *string
- func (l *LoyaltyProgram) String() string
- func (l *LoyaltyProgram) UnmarshalJSON(data []byte) error
- type LoyaltyProgramAccrualRule
- func (l *LoyaltyProgramAccrualRule) GetAccrualType() LoyaltyProgramAccrualRuleType
- func (l *LoyaltyProgramAccrualRule) GetCategoryData() *LoyaltyProgramAccrualRuleCategoryData
- func (l *LoyaltyProgramAccrualRule) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramAccrualRule) GetItemVariationData() *LoyaltyProgramAccrualRuleItemVariationData
- func (l *LoyaltyProgramAccrualRule) GetPoints() *int
- func (l *LoyaltyProgramAccrualRule) GetSpendData() *LoyaltyProgramAccrualRuleSpendData
- func (l *LoyaltyProgramAccrualRule) GetVisitData() *LoyaltyProgramAccrualRuleVisitData
- func (l *LoyaltyProgramAccrualRule) String() string
- func (l *LoyaltyProgramAccrualRule) UnmarshalJSON(data []byte) error
- type LoyaltyProgramAccrualRuleCategoryData
- func (l *LoyaltyProgramAccrualRuleCategoryData) GetCategoryID() string
- func (l *LoyaltyProgramAccrualRuleCategoryData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramAccrualRuleCategoryData) String() string
- func (l *LoyaltyProgramAccrualRuleCategoryData) UnmarshalJSON(data []byte) error
- type LoyaltyProgramAccrualRuleItemVariationData
- func (l *LoyaltyProgramAccrualRuleItemVariationData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramAccrualRuleItemVariationData) GetItemVariationID() string
- func (l *LoyaltyProgramAccrualRuleItemVariationData) String() string
- func (l *LoyaltyProgramAccrualRuleItemVariationData) UnmarshalJSON(data []byte) error
- type LoyaltyProgramAccrualRuleSpendData
- func (l *LoyaltyProgramAccrualRuleSpendData) GetAmountMoney() *Money
- func (l *LoyaltyProgramAccrualRuleSpendData) GetExcludedCategoryIDs() []string
- func (l *LoyaltyProgramAccrualRuleSpendData) GetExcludedItemVariationIDs() []string
- func (l *LoyaltyProgramAccrualRuleSpendData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramAccrualRuleSpendData) GetTaxMode() LoyaltyProgramAccrualRuleTaxMode
- func (l *LoyaltyProgramAccrualRuleSpendData) String() string
- func (l *LoyaltyProgramAccrualRuleSpendData) UnmarshalJSON(data []byte) error
- type LoyaltyProgramAccrualRuleTaxMode
- type LoyaltyProgramAccrualRuleType
- type LoyaltyProgramAccrualRuleVisitData
- func (l *LoyaltyProgramAccrualRuleVisitData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramAccrualRuleVisitData) GetMinimumAmountMoney() *Money
- func (l *LoyaltyProgramAccrualRuleVisitData) GetTaxMode() LoyaltyProgramAccrualRuleTaxMode
- func (l *LoyaltyProgramAccrualRuleVisitData) String() string
- func (l *LoyaltyProgramAccrualRuleVisitData) UnmarshalJSON(data []byte) error
- type LoyaltyProgramCreatedEvent
- func (l *LoyaltyProgramCreatedEvent) GetCreatedAt() *string
- func (l *LoyaltyProgramCreatedEvent) GetData() *LoyaltyProgramCreatedEventData
- func (l *LoyaltyProgramCreatedEvent) GetEventID() *string
- func (l *LoyaltyProgramCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramCreatedEvent) GetMerchantID() *string
- func (l *LoyaltyProgramCreatedEvent) GetType() *string
- func (l *LoyaltyProgramCreatedEvent) String() string
- func (l *LoyaltyProgramCreatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyProgramCreatedEventData
- func (l *LoyaltyProgramCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramCreatedEventData) GetID() *string
- func (l *LoyaltyProgramCreatedEventData) GetObject() *LoyaltyProgramCreatedEventObject
- func (l *LoyaltyProgramCreatedEventData) GetType() *string
- func (l *LoyaltyProgramCreatedEventData) String() string
- func (l *LoyaltyProgramCreatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyProgramCreatedEventObject
- func (l *LoyaltyProgramCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramCreatedEventObject) GetLoyaltyProgram() *LoyaltyProgram
- func (l *LoyaltyProgramCreatedEventObject) String() string
- func (l *LoyaltyProgramCreatedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyProgramExpirationPolicy
- type LoyaltyProgramRewardTier
- func (l *LoyaltyProgramRewardTier) GetCreatedAt() *string
- func (l *LoyaltyProgramRewardTier) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramRewardTier) GetID() *string
- func (l *LoyaltyProgramRewardTier) GetName() *string
- func (l *LoyaltyProgramRewardTier) GetPoints() int
- func (l *LoyaltyProgramRewardTier) GetPricingRuleReference() *CatalogObjectReference
- func (l *LoyaltyProgramRewardTier) String() string
- func (l *LoyaltyProgramRewardTier) UnmarshalJSON(data []byte) error
- type LoyaltyProgramStatus
- type LoyaltyProgramTerminology
- func (l *LoyaltyProgramTerminology) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramTerminology) GetOne() string
- func (l *LoyaltyProgramTerminology) GetOther() string
- func (l *LoyaltyProgramTerminology) String() string
- func (l *LoyaltyProgramTerminology) UnmarshalJSON(data []byte) error
- type LoyaltyProgramUpdatedEvent
- func (l *LoyaltyProgramUpdatedEvent) GetCreatedAt() *string
- func (l *LoyaltyProgramUpdatedEvent) GetData() *LoyaltyProgramUpdatedEventData
- func (l *LoyaltyProgramUpdatedEvent) GetEventID() *string
- func (l *LoyaltyProgramUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramUpdatedEvent) GetMerchantID() *string
- func (l *LoyaltyProgramUpdatedEvent) GetType() *string
- func (l *LoyaltyProgramUpdatedEvent) String() string
- func (l *LoyaltyProgramUpdatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyProgramUpdatedEventData
- func (l *LoyaltyProgramUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramUpdatedEventData) GetID() *string
- func (l *LoyaltyProgramUpdatedEventData) GetObject() *LoyaltyProgramUpdatedEventObject
- func (l *LoyaltyProgramUpdatedEventData) GetType() *string
- func (l *LoyaltyProgramUpdatedEventData) String() string
- func (l *LoyaltyProgramUpdatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyProgramUpdatedEventObject
- func (l *LoyaltyProgramUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyProgramUpdatedEventObject) GetLoyaltyProgram() *LoyaltyProgram
- func (l *LoyaltyProgramUpdatedEventObject) String() string
- func (l *LoyaltyProgramUpdatedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyPromotion
- func (l *LoyaltyPromotion) GetAvailableTime() *LoyaltyPromotionAvailableTimeData
- func (l *LoyaltyPromotion) GetCanceledAt() *string
- func (l *LoyaltyPromotion) GetCreatedAt() *string
- func (l *LoyaltyPromotion) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotion) GetID() *string
- func (l *LoyaltyPromotion) GetIncentive() *LoyaltyPromotionIncentive
- func (l *LoyaltyPromotion) GetLoyaltyProgramID() *string
- func (l *LoyaltyPromotion) GetMinimumSpendAmountMoney() *Money
- func (l *LoyaltyPromotion) GetName() string
- func (l *LoyaltyPromotion) GetQualifyingCategoryIDs() []string
- func (l *LoyaltyPromotion) GetQualifyingItemVariationIDs() []string
- func (l *LoyaltyPromotion) GetStatus() *LoyaltyPromotionStatus
- func (l *LoyaltyPromotion) GetTriggerLimit() *LoyaltyPromotionTriggerLimit
- func (l *LoyaltyPromotion) GetUpdatedAt() *string
- func (l *LoyaltyPromotion) String() string
- func (l *LoyaltyPromotion) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionAvailableTimeData
- func (l *LoyaltyPromotionAvailableTimeData) GetEndDate() *string
- func (l *LoyaltyPromotionAvailableTimeData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionAvailableTimeData) GetStartDate() *string
- func (l *LoyaltyPromotionAvailableTimeData) GetTimePeriods() []string
- func (l *LoyaltyPromotionAvailableTimeData) String() string
- func (l *LoyaltyPromotionAvailableTimeData) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionCreatedEvent
- func (l *LoyaltyPromotionCreatedEvent) GetCreatedAt() *string
- func (l *LoyaltyPromotionCreatedEvent) GetData() *LoyaltyPromotionCreatedEventData
- func (l *LoyaltyPromotionCreatedEvent) GetEventID() *string
- func (l *LoyaltyPromotionCreatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionCreatedEvent) GetMerchantID() *string
- func (l *LoyaltyPromotionCreatedEvent) GetType() *string
- func (l *LoyaltyPromotionCreatedEvent) String() string
- func (l *LoyaltyPromotionCreatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionCreatedEventData
- func (l *LoyaltyPromotionCreatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionCreatedEventData) GetID() *string
- func (l *LoyaltyPromotionCreatedEventData) GetObject() *LoyaltyPromotionCreatedEventObject
- func (l *LoyaltyPromotionCreatedEventData) GetType() *string
- func (l *LoyaltyPromotionCreatedEventData) String() string
- func (l *LoyaltyPromotionCreatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionCreatedEventObject
- func (l *LoyaltyPromotionCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionCreatedEventObject) GetLoyaltyPromotion() *LoyaltyPromotion
- func (l *LoyaltyPromotionCreatedEventObject) String() string
- func (l *LoyaltyPromotionCreatedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionIncentive
- func (l *LoyaltyPromotionIncentive) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionIncentive) GetPointsAdditionData() *LoyaltyPromotionIncentivePointsAdditionData
- func (l *LoyaltyPromotionIncentive) GetPointsMultiplierData() *LoyaltyPromotionIncentivePointsMultiplierData
- func (l *LoyaltyPromotionIncentive) GetType() LoyaltyPromotionIncentiveType
- func (l *LoyaltyPromotionIncentive) String() string
- func (l *LoyaltyPromotionIncentive) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionIncentivePointsAdditionData
- func (l *LoyaltyPromotionIncentivePointsAdditionData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionIncentivePointsAdditionData) GetPointsAddition() int
- func (l *LoyaltyPromotionIncentivePointsAdditionData) String() string
- func (l *LoyaltyPromotionIncentivePointsAdditionData) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionIncentivePointsMultiplierData
- func (l *LoyaltyPromotionIncentivePointsMultiplierData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionIncentivePointsMultiplierData) GetMultiplier() *string
- func (l *LoyaltyPromotionIncentivePointsMultiplierData) GetPointsMultiplier() *int
- func (l *LoyaltyPromotionIncentivePointsMultiplierData) String() string
- func (l *LoyaltyPromotionIncentivePointsMultiplierData) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionIncentiveType
- type LoyaltyPromotionStatus
- type LoyaltyPromotionTriggerLimit
- func (l *LoyaltyPromotionTriggerLimit) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionTriggerLimit) GetInterval() *LoyaltyPromotionTriggerLimitInterval
- func (l *LoyaltyPromotionTriggerLimit) GetTimes() int
- func (l *LoyaltyPromotionTriggerLimit) String() string
- func (l *LoyaltyPromotionTriggerLimit) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionTriggerLimitInterval
- type LoyaltyPromotionUpdatedEvent
- func (l *LoyaltyPromotionUpdatedEvent) GetCreatedAt() *string
- func (l *LoyaltyPromotionUpdatedEvent) GetData() *LoyaltyPromotionUpdatedEventData
- func (l *LoyaltyPromotionUpdatedEvent) GetEventID() *string
- func (l *LoyaltyPromotionUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionUpdatedEvent) GetMerchantID() *string
- func (l *LoyaltyPromotionUpdatedEvent) GetType() *string
- func (l *LoyaltyPromotionUpdatedEvent) String() string
- func (l *LoyaltyPromotionUpdatedEvent) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionUpdatedEventData
- func (l *LoyaltyPromotionUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionUpdatedEventData) GetID() *string
- func (l *LoyaltyPromotionUpdatedEventData) GetObject() *LoyaltyPromotionUpdatedEventObject
- func (l *LoyaltyPromotionUpdatedEventData) GetType() *string
- func (l *LoyaltyPromotionUpdatedEventData) String() string
- func (l *LoyaltyPromotionUpdatedEventData) UnmarshalJSON(data []byte) error
- type LoyaltyPromotionUpdatedEventObject
- func (l *LoyaltyPromotionUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyPromotionUpdatedEventObject) GetLoyaltyPromotion() *LoyaltyPromotion
- func (l *LoyaltyPromotionUpdatedEventObject) String() string
- func (l *LoyaltyPromotionUpdatedEventObject) UnmarshalJSON(data []byte) error
- type LoyaltyReward
- func (l *LoyaltyReward) GetCreatedAt() *string
- func (l *LoyaltyReward) GetExtraProperties() map[string]interface{}
- func (l *LoyaltyReward) GetID() *string
- func (l *LoyaltyReward) GetLoyaltyAccountID() string
- func (l *LoyaltyReward) GetOrderID() *string
- func (l *LoyaltyReward) GetPoints() *int
- func (l *LoyaltyReward) GetRedeemedAt() *string
- func (l *LoyaltyReward) GetRewardTierID() string
- func (l *LoyaltyReward) GetStatus() *LoyaltyRewardStatus
- func (l *LoyaltyReward) GetUpdatedAt() *string
- func (l *LoyaltyReward) String() string
- func (l *LoyaltyReward) UnmarshalJSON(data []byte) error
- type LoyaltyRewardStatus
- type MeasurementUnit
- func (m *MeasurementUnit) GetAreaUnit() *MeasurementUnitArea
- func (m *MeasurementUnit) GetCustomUnit() *MeasurementUnitCustom
- func (m *MeasurementUnit) GetExtraProperties() map[string]interface{}
- func (m *MeasurementUnit) GetLengthUnit() *MeasurementUnitLength
- func (m *MeasurementUnit) GetTimeUnit() *MeasurementUnitTime
- func (m *MeasurementUnit) GetType() *MeasurementUnitUnitType
- func (m *MeasurementUnit) GetVolumeUnit() *MeasurementUnitVolume
- func (m *MeasurementUnit) GetWeightUnit() *MeasurementUnitWeight
- func (m *MeasurementUnit) String() string
- func (m *MeasurementUnit) UnmarshalJSON(data []byte) error
- type MeasurementUnitArea
- type MeasurementUnitCustom
- type MeasurementUnitGeneric
- type MeasurementUnitLength
- type MeasurementUnitTime
- type MeasurementUnitUnitType
- type MeasurementUnitVolume
- type MeasurementUnitWeight
- type Merchant
- func (m *Merchant) GetBusinessName() *string
- func (m *Merchant) GetCountry() Country
- func (m *Merchant) GetCreatedAt() *string
- func (m *Merchant) GetCurrency() *Currency
- func (m *Merchant) GetExtraProperties() map[string]interface{}
- func (m *Merchant) GetID() *string
- func (m *Merchant) GetLanguageCode() *string
- func (m *Merchant) GetMainLocationID() *string
- func (m *Merchant) GetStatus() *MerchantStatus
- func (m *Merchant) String() string
- func (m *Merchant) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeDefinitionOwnedCreatedEvent
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) GetType() *string
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) String() string
- func (m *MerchantCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeDefinitionOwnedDeletedEvent
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) GetType() *string
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) String() string
- func (m *MerchantCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeDefinitionOwnedUpdatedEvent
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) GetType() *string
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) String() string
- func (m *MerchantCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeDefinitionVisibleCreatedEvent
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) GetType() *string
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) String() string
- func (m *MerchantCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeDefinitionVisibleDeletedEvent
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) GetType() *string
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) String() string
- func (m *MerchantCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeDefinitionVisibleUpdatedEvent
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) GetType() *string
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) String() string
- func (m *MerchantCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeOwnedDeletedEvent
- func (m *MerchantCustomAttributeOwnedDeletedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeOwnedDeletedEvent) GetData() *CustomAttributeEventData
- func (m *MerchantCustomAttributeOwnedDeletedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeOwnedDeletedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeOwnedDeletedEvent) GetType() *string
- func (m *MerchantCustomAttributeOwnedDeletedEvent) String() string
- func (m *MerchantCustomAttributeOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeOwnedUpdatedEvent
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) GetData() *CustomAttributeEventData
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) GetType() *string
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) String() string
- func (m *MerchantCustomAttributeOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeVisibleDeletedEvent
- func (m *MerchantCustomAttributeVisibleDeletedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeVisibleDeletedEvent) GetData() *CustomAttributeEventData
- func (m *MerchantCustomAttributeVisibleDeletedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeVisibleDeletedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeVisibleDeletedEvent) GetType() *string
- func (m *MerchantCustomAttributeVisibleDeletedEvent) String() string
- func (m *MerchantCustomAttributeVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type MerchantCustomAttributeVisibleUpdatedEvent
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) GetCreatedAt() *string
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) GetData() *CustomAttributeEventData
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) GetEventID() *string
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) GetMerchantID() *string
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) GetType() *string
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) String() string
- func (m *MerchantCustomAttributeVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type MerchantSettingsUpdatedEvent
- func (m *MerchantSettingsUpdatedEvent) GetCreatedAt() *string
- func (m *MerchantSettingsUpdatedEvent) GetData() *MerchantSettingsUpdatedEventData
- func (m *MerchantSettingsUpdatedEvent) GetEventID() *string
- func (m *MerchantSettingsUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (m *MerchantSettingsUpdatedEvent) GetMerchantID() *string
- func (m *MerchantSettingsUpdatedEvent) GetType() *string
- func (m *MerchantSettingsUpdatedEvent) String() string
- func (m *MerchantSettingsUpdatedEvent) UnmarshalJSON(data []byte) error
- type MerchantSettingsUpdatedEventData
- func (m *MerchantSettingsUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (m *MerchantSettingsUpdatedEventData) GetID() *string
- func (m *MerchantSettingsUpdatedEventData) GetObject() *MerchantSettingsUpdatedEventObject
- func (m *MerchantSettingsUpdatedEventData) GetType() *string
- func (m *MerchantSettingsUpdatedEventData) String() string
- func (m *MerchantSettingsUpdatedEventData) UnmarshalJSON(data []byte) error
- type MerchantSettingsUpdatedEventObject
- func (m *MerchantSettingsUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (m *MerchantSettingsUpdatedEventObject) GetMerchantSettings() *CheckoutMerchantSettings
- func (m *MerchantSettingsUpdatedEventObject) String() string
- func (m *MerchantSettingsUpdatedEventObject) UnmarshalJSON(data []byte) error
- type MerchantStatus
- type MerchantsGetRequest
- type MerchantsListRequest
- type ModifierLocationOverrides
- func (m *ModifierLocationOverrides) GetExtraProperties() map[string]interface{}
- func (m *ModifierLocationOverrides) GetLocationID() *string
- func (m *ModifierLocationOverrides) GetPriceMoney() *Money
- func (m *ModifierLocationOverrides) GetSoldOut() *bool
- func (m *ModifierLocationOverrides) String() string
- func (m *ModifierLocationOverrides) UnmarshalJSON(data []byte) error
- type Money
- type OauthAuthorizationRevokedEvent
- func (o *OauthAuthorizationRevokedEvent) GetCreatedAt() *string
- func (o *OauthAuthorizationRevokedEvent) GetData() *OauthAuthorizationRevokedEventData
- func (o *OauthAuthorizationRevokedEvent) GetEventID() *string
- func (o *OauthAuthorizationRevokedEvent) GetExtraProperties() map[string]interface{}
- func (o *OauthAuthorizationRevokedEvent) GetMerchantID() *string
- func (o *OauthAuthorizationRevokedEvent) GetType() *string
- func (o *OauthAuthorizationRevokedEvent) String() string
- func (o *OauthAuthorizationRevokedEvent) UnmarshalJSON(data []byte) error
- type OauthAuthorizationRevokedEventData
- func (o *OauthAuthorizationRevokedEventData) GetExtraProperties() map[string]interface{}
- func (o *OauthAuthorizationRevokedEventData) GetID() *string
- func (o *OauthAuthorizationRevokedEventData) GetObject() *OauthAuthorizationRevokedEventObject
- func (o *OauthAuthorizationRevokedEventData) GetType() *string
- func (o *OauthAuthorizationRevokedEventData) String() string
- func (o *OauthAuthorizationRevokedEventData) UnmarshalJSON(data []byte) error
- type OauthAuthorizationRevokedEventObject
- func (o *OauthAuthorizationRevokedEventObject) GetExtraProperties() map[string]interface{}
- func (o *OauthAuthorizationRevokedEventObject) GetRevocation() *OauthAuthorizationRevokedEventRevocationObject
- func (o *OauthAuthorizationRevokedEventObject) String() string
- func (o *OauthAuthorizationRevokedEventObject) UnmarshalJSON(data []byte) error
- type OauthAuthorizationRevokedEventRevocationObject
- func (o *OauthAuthorizationRevokedEventRevocationObject) GetExtraProperties() map[string]interface{}
- func (o *OauthAuthorizationRevokedEventRevocationObject) GetRevokedAt() *string
- func (o *OauthAuthorizationRevokedEventRevocationObject) GetRevokerType() *OauthAuthorizationRevokedEventRevokerType
- func (o *OauthAuthorizationRevokedEventRevocationObject) String() string
- func (o *OauthAuthorizationRevokedEventRevocationObject) UnmarshalJSON(data []byte) error
- type OauthAuthorizationRevokedEventRevokerType
- type ObtainTokenRequest
- type ObtainTokenResponse
- func (o *ObtainTokenResponse) GetAccessToken() *string
- func (o *ObtainTokenResponse) GetErrors() []*Error
- func (o *ObtainTokenResponse) GetExpiresAt() *string
- func (o *ObtainTokenResponse) GetExtraProperties() map[string]interface{}
- func (o *ObtainTokenResponse) GetIDToken() *string
- func (o *ObtainTokenResponse) GetMerchantID() *string
- func (o *ObtainTokenResponse) GetPlanID() *string
- func (o *ObtainTokenResponse) GetRefreshToken() *string
- func (o *ObtainTokenResponse) GetRefreshTokenExpiresAt() *string
- func (o *ObtainTokenResponse) GetShortLived() *bool
- func (o *ObtainTokenResponse) GetSubscriptionID() *string
- func (o *ObtainTokenResponse) GetTokenType() *string
- func (o *ObtainTokenResponse) String() string
- func (o *ObtainTokenResponse) UnmarshalJSON(data []byte) error
- type OfflinePaymentDetails
- type Order
- func (o *Order) GetClosedAt() *string
- func (o *Order) GetCreatedAt() *string
- func (o *Order) GetCustomerID() *string
- func (o *Order) GetDiscounts() []*OrderLineItemDiscount
- func (o *Order) GetExtraProperties() map[string]interface{}
- func (o *Order) GetFulfillments() []*Fulfillment
- func (o *Order) GetID() *string
- func (o *Order) GetLineItems() []*OrderLineItem
- func (o *Order) GetLocationID() string
- func (o *Order) GetMetadata() map[string]*string
- func (o *Order) GetNetAmountDueMoney() *Money
- func (o *Order) GetNetAmounts() *OrderMoneyAmounts
- func (o *Order) GetPricingOptions() *OrderPricingOptions
- func (o *Order) GetReferenceID() *string
- func (o *Order) GetRefunds() []*Refund
- func (o *Order) GetReturnAmounts() *OrderMoneyAmounts
- func (o *Order) GetReturns() []*OrderReturn
- func (o *Order) GetRewards() []*OrderReward
- func (o *Order) GetRoundingAdjustment() *OrderRoundingAdjustment
- func (o *Order) GetServiceCharges() []*OrderServiceCharge
- func (o *Order) GetSource() *OrderSource
- func (o *Order) GetState() *OrderState
- func (o *Order) GetTaxes() []*OrderLineItemTax
- func (o *Order) GetTenders() []*Tender
- func (o *Order) GetTicketName() *string
- func (o *Order) GetTotalDiscountMoney() *Money
- func (o *Order) GetTotalMoney() *Money
- func (o *Order) GetTotalServiceChargeMoney() *Money
- func (o *Order) GetTotalTaxMoney() *Money
- func (o *Order) GetTotalTipMoney() *Money
- func (o *Order) GetUpdatedAt() *string
- func (o *Order) GetVersion() *int
- func (o *Order) String() string
- func (o *Order) UnmarshalJSON(data []byte) error
- type OrderCreated
- func (o *OrderCreated) GetCreatedAt() *string
- func (o *OrderCreated) GetExtraProperties() map[string]interface{}
- func (o *OrderCreated) GetLocationID() *string
- func (o *OrderCreated) GetOrderID() *string
- func (o *OrderCreated) GetState() *OrderState
- func (o *OrderCreated) GetVersion() *int
- func (o *OrderCreated) String() string
- func (o *OrderCreated) UnmarshalJSON(data []byte) error
- type OrderCreatedEvent
- func (o *OrderCreatedEvent) GetCreatedAt() *string
- func (o *OrderCreatedEvent) GetData() *OrderCreatedEventData
- func (o *OrderCreatedEvent) GetEventID() *string
- func (o *OrderCreatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCreatedEvent) GetMerchantID() *string
- func (o *OrderCreatedEvent) GetType() *string
- func (o *OrderCreatedEvent) String() string
- func (o *OrderCreatedEvent) UnmarshalJSON(data []byte) error
- type OrderCreatedEventData
- func (o *OrderCreatedEventData) GetExtraProperties() map[string]interface{}
- func (o *OrderCreatedEventData) GetID() *string
- func (o *OrderCreatedEventData) GetObject() *OrderCreatedObject
- func (o *OrderCreatedEventData) GetType() *string
- func (o *OrderCreatedEventData) String() string
- func (o *OrderCreatedEventData) UnmarshalJSON(data []byte) error
- type OrderCreatedObject
- type OrderCustomAttributeDefinitionOwnedCreatedEvent
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) GetEventID() *string
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) GetType() *string
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) String() string
- func (o *OrderCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeDefinitionOwnedDeletedEvent
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) GetEventID() *string
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) GetType() *string
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) String() string
- func (o *OrderCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeDefinitionOwnedUpdatedEvent
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID() *string
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) GetType() *string
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) String() string
- func (o *OrderCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeDefinitionVisibleCreatedEvent
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) GetEventID() *string
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) GetType() *string
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) String() string
- func (o *OrderCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeDefinitionVisibleDeletedEvent
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) GetData() *CustomAttributeDefinitionEventData
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) GetEventID() *string
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) GetType() *string
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) String() string
- func (o *OrderCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeDefinitionVisibleUpdatedEvent
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID() *string
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) GetType() *string
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) String() string
- func (o *OrderCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeOwnedDeletedEvent
- func (o *OrderCustomAttributeOwnedDeletedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeOwnedDeletedEvent) GetData() *CustomAttributeEventData
- func (o *OrderCustomAttributeOwnedDeletedEvent) GetEventID() *string
- func (o *OrderCustomAttributeOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeOwnedDeletedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeOwnedDeletedEvent) GetType() *string
- func (o *OrderCustomAttributeOwnedDeletedEvent) String() string
- func (o *OrderCustomAttributeOwnedDeletedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeOwnedUpdatedEvent
- func (o *OrderCustomAttributeOwnedUpdatedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeOwnedUpdatedEvent) GetData() *CustomAttributeEventData
- func (o *OrderCustomAttributeOwnedUpdatedEvent) GetEventID() *string
- func (o *OrderCustomAttributeOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeOwnedUpdatedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeOwnedUpdatedEvent) GetType() *string
- func (o *OrderCustomAttributeOwnedUpdatedEvent) String() string
- func (o *OrderCustomAttributeOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeVisibleDeletedEvent
- func (o *OrderCustomAttributeVisibleDeletedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeVisibleDeletedEvent) GetData() *CustomAttributeEventData
- func (o *OrderCustomAttributeVisibleDeletedEvent) GetEventID() *string
- func (o *OrderCustomAttributeVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeVisibleDeletedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeVisibleDeletedEvent) GetType() *string
- func (o *OrderCustomAttributeVisibleDeletedEvent) String() string
- func (o *OrderCustomAttributeVisibleDeletedEvent) UnmarshalJSON(data []byte) error
- type OrderCustomAttributeVisibleUpdatedEvent
- func (o *OrderCustomAttributeVisibleUpdatedEvent) GetCreatedAt() *string
- func (o *OrderCustomAttributeVisibleUpdatedEvent) GetData() *CustomAttributeEventData
- func (o *OrderCustomAttributeVisibleUpdatedEvent) GetEventID() *string
- func (o *OrderCustomAttributeVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderCustomAttributeVisibleUpdatedEvent) GetMerchantID() *string
- func (o *OrderCustomAttributeVisibleUpdatedEvent) GetType() *string
- func (o *OrderCustomAttributeVisibleUpdatedEvent) String() string
- func (o *OrderCustomAttributeVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
- type OrderEntry
- type OrderFulfillmentDeliveryDetailsScheduleType
- type OrderFulfillmentFulfillmentLineItemApplication
- type OrderFulfillmentPickupDetailsScheduleType
- type OrderFulfillmentState
- type OrderFulfillmentType
- type OrderFulfillmentUpdated
- func (o *OrderFulfillmentUpdated) GetCreatedAt() *string
- func (o *OrderFulfillmentUpdated) GetExtraProperties() map[string]interface{}
- func (o *OrderFulfillmentUpdated) GetFulfillmentUpdate() []*OrderFulfillmentUpdatedUpdate
- func (o *OrderFulfillmentUpdated) GetLocationID() *string
- func (o *OrderFulfillmentUpdated) GetOrderID() *string
- func (o *OrderFulfillmentUpdated) GetState() *OrderState
- func (o *OrderFulfillmentUpdated) GetUpdatedAt() *string
- func (o *OrderFulfillmentUpdated) GetVersion() *int
- func (o *OrderFulfillmentUpdated) String() string
- func (o *OrderFulfillmentUpdated) UnmarshalJSON(data []byte) error
- type OrderFulfillmentUpdatedEvent
- func (o *OrderFulfillmentUpdatedEvent) GetCreatedAt() *string
- func (o *OrderFulfillmentUpdatedEvent) GetData() *OrderFulfillmentUpdatedEventData
- func (o *OrderFulfillmentUpdatedEvent) GetEventID() *string
- func (o *OrderFulfillmentUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderFulfillmentUpdatedEvent) GetMerchantID() *string
- func (o *OrderFulfillmentUpdatedEvent) GetType() *string
- func (o *OrderFulfillmentUpdatedEvent) String() string
- func (o *OrderFulfillmentUpdatedEvent) UnmarshalJSON(data []byte) error
- type OrderFulfillmentUpdatedEventData
- func (o *OrderFulfillmentUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (o *OrderFulfillmentUpdatedEventData) GetID() *string
- func (o *OrderFulfillmentUpdatedEventData) GetObject() *OrderFulfillmentUpdatedObject
- func (o *OrderFulfillmentUpdatedEventData) GetType() *string
- func (o *OrderFulfillmentUpdatedEventData) String() string
- func (o *OrderFulfillmentUpdatedEventData) UnmarshalJSON(data []byte) error
- type OrderFulfillmentUpdatedObject
- func (o *OrderFulfillmentUpdatedObject) GetExtraProperties() map[string]interface{}
- func (o *OrderFulfillmentUpdatedObject) GetOrderFulfillmentUpdated() *OrderFulfillmentUpdated
- func (o *OrderFulfillmentUpdatedObject) String() string
- func (o *OrderFulfillmentUpdatedObject) UnmarshalJSON(data []byte) error
- type OrderFulfillmentUpdatedUpdate
- func (o *OrderFulfillmentUpdatedUpdate) GetExtraProperties() map[string]interface{}
- func (o *OrderFulfillmentUpdatedUpdate) GetFulfillmentUID() *string
- func (o *OrderFulfillmentUpdatedUpdate) GetNewState() *FulfillmentState
- func (o *OrderFulfillmentUpdatedUpdate) GetOldState() *FulfillmentState
- func (o *OrderFulfillmentUpdatedUpdate) String() string
- func (o *OrderFulfillmentUpdatedUpdate) UnmarshalJSON(data []byte) error
- type OrderLineItem
- func (o *OrderLineItem) GetAppliedDiscounts() []*OrderLineItemAppliedDiscount
- func (o *OrderLineItem) GetAppliedServiceCharges() []*OrderLineItemAppliedServiceCharge
- func (o *OrderLineItem) GetAppliedTaxes() []*OrderLineItemAppliedTax
- func (o *OrderLineItem) GetBasePriceMoney() *Money
- func (o *OrderLineItem) GetCatalogObjectID() *string
- func (o *OrderLineItem) GetCatalogVersion() *int64
- func (o *OrderLineItem) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItem) GetGrossSalesMoney() *Money
- func (o *OrderLineItem) GetItemType() *OrderLineItemItemType
- func (o *OrderLineItem) GetMetadata() map[string]*string
- func (o *OrderLineItem) GetModifiers() []*OrderLineItemModifier
- func (o *OrderLineItem) GetName() *string
- func (o *OrderLineItem) GetNote() *string
- func (o *OrderLineItem) GetPricingBlocklists() *OrderLineItemPricingBlocklists
- func (o *OrderLineItem) GetQuantity() string
- func (o *OrderLineItem) GetQuantityUnit() *OrderQuantityUnit
- func (o *OrderLineItem) GetTotalDiscountMoney() *Money
- func (o *OrderLineItem) GetTotalMoney() *Money
- func (o *OrderLineItem) GetTotalServiceChargeMoney() *Money
- func (o *OrderLineItem) GetTotalTaxMoney() *Money
- func (o *OrderLineItem) GetUID() *string
- func (o *OrderLineItem) GetVariationName() *string
- func (o *OrderLineItem) GetVariationTotalPriceMoney() *Money
- func (o *OrderLineItem) String() string
- func (o *OrderLineItem) UnmarshalJSON(data []byte) error
- type OrderLineItemAppliedDiscount
- func (o *OrderLineItemAppliedDiscount) GetAppliedMoney() *Money
- func (o *OrderLineItemAppliedDiscount) GetDiscountUID() string
- func (o *OrderLineItemAppliedDiscount) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemAppliedDiscount) GetUID() *string
- func (o *OrderLineItemAppliedDiscount) String() string
- func (o *OrderLineItemAppliedDiscount) UnmarshalJSON(data []byte) error
- type OrderLineItemAppliedServiceCharge
- func (o *OrderLineItemAppliedServiceCharge) GetAppliedMoney() *Money
- func (o *OrderLineItemAppliedServiceCharge) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemAppliedServiceCharge) GetServiceChargeUID() string
- func (o *OrderLineItemAppliedServiceCharge) GetUID() *string
- func (o *OrderLineItemAppliedServiceCharge) String() string
- func (o *OrderLineItemAppliedServiceCharge) UnmarshalJSON(data []byte) error
- type OrderLineItemAppliedTax
- func (o *OrderLineItemAppliedTax) GetAppliedMoney() *Money
- func (o *OrderLineItemAppliedTax) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemAppliedTax) GetTaxUID() string
- func (o *OrderLineItemAppliedTax) GetUID() *string
- func (o *OrderLineItemAppliedTax) String() string
- func (o *OrderLineItemAppliedTax) UnmarshalJSON(data []byte) error
- type OrderLineItemDiscount
- func (o *OrderLineItemDiscount) GetAmountMoney() *Money
- func (o *OrderLineItemDiscount) GetAppliedMoney() *Money
- func (o *OrderLineItemDiscount) GetCatalogObjectID() *string
- func (o *OrderLineItemDiscount) GetCatalogVersion() *int64
- func (o *OrderLineItemDiscount) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemDiscount) GetMetadata() map[string]*string
- func (o *OrderLineItemDiscount) GetName() *string
- func (o *OrderLineItemDiscount) GetPercentage() *string
- func (o *OrderLineItemDiscount) GetPricingRuleID() *string
- func (o *OrderLineItemDiscount) GetRewardIDs() []string
- func (o *OrderLineItemDiscount) GetScope() *OrderLineItemDiscountScope
- func (o *OrderLineItemDiscount) GetType() *OrderLineItemDiscountType
- func (o *OrderLineItemDiscount) GetUID() *string
- func (o *OrderLineItemDiscount) String() string
- func (o *OrderLineItemDiscount) UnmarshalJSON(data []byte) error
- type OrderLineItemDiscountScope
- type OrderLineItemDiscountType
- type OrderLineItemItemType
- type OrderLineItemModifier
- func (o *OrderLineItemModifier) GetBasePriceMoney() *Money
- func (o *OrderLineItemModifier) GetCatalogObjectID() *string
- func (o *OrderLineItemModifier) GetCatalogVersion() *int64
- func (o *OrderLineItemModifier) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemModifier) GetMetadata() map[string]*string
- func (o *OrderLineItemModifier) GetName() *string
- func (o *OrderLineItemModifier) GetQuantity() *string
- func (o *OrderLineItemModifier) GetTotalPriceMoney() *Money
- func (o *OrderLineItemModifier) GetUID() *string
- func (o *OrderLineItemModifier) String() string
- func (o *OrderLineItemModifier) UnmarshalJSON(data []byte) error
- type OrderLineItemPricingBlocklists
- func (o *OrderLineItemPricingBlocklists) GetBlockedDiscounts() []*OrderLineItemPricingBlocklistsBlockedDiscount
- func (o *OrderLineItemPricingBlocklists) GetBlockedTaxes() []*OrderLineItemPricingBlocklistsBlockedTax
- func (o *OrderLineItemPricingBlocklists) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemPricingBlocklists) String() string
- func (o *OrderLineItemPricingBlocklists) UnmarshalJSON(data []byte) error
- type OrderLineItemPricingBlocklistsBlockedDiscount
- func (o *OrderLineItemPricingBlocklistsBlockedDiscount) GetDiscountCatalogObjectID() *string
- func (o *OrderLineItemPricingBlocklistsBlockedDiscount) GetDiscountUID() *string
- func (o *OrderLineItemPricingBlocklistsBlockedDiscount) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemPricingBlocklistsBlockedDiscount) GetUID() *string
- func (o *OrderLineItemPricingBlocklistsBlockedDiscount) String() string
- func (o *OrderLineItemPricingBlocklistsBlockedDiscount) UnmarshalJSON(data []byte) error
- type OrderLineItemPricingBlocklistsBlockedTax
- func (o *OrderLineItemPricingBlocklistsBlockedTax) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemPricingBlocklistsBlockedTax) GetTaxCatalogObjectID() *string
- func (o *OrderLineItemPricingBlocklistsBlockedTax) GetTaxUID() *string
- func (o *OrderLineItemPricingBlocklistsBlockedTax) GetUID() *string
- func (o *OrderLineItemPricingBlocklistsBlockedTax) String() string
- func (o *OrderLineItemPricingBlocklistsBlockedTax) UnmarshalJSON(data []byte) error
- type OrderLineItemTax
- func (o *OrderLineItemTax) GetAppliedMoney() *Money
- func (o *OrderLineItemTax) GetAutoApplied() *bool
- func (o *OrderLineItemTax) GetCatalogObjectID() *string
- func (o *OrderLineItemTax) GetCatalogVersion() *int64
- func (o *OrderLineItemTax) GetExtraProperties() map[string]interface{}
- func (o *OrderLineItemTax) GetMetadata() map[string]*string
- func (o *OrderLineItemTax) GetName() *string
- func (o *OrderLineItemTax) GetPercentage() *string
- func (o *OrderLineItemTax) GetScope() *OrderLineItemTaxScope
- func (o *OrderLineItemTax) GetType() *OrderLineItemTaxType
- func (o *OrderLineItemTax) GetUID() *string
- func (o *OrderLineItemTax) String() string
- func (o *OrderLineItemTax) UnmarshalJSON(data []byte) error
- type OrderLineItemTaxScope
- type OrderLineItemTaxType
- type OrderMoneyAmounts
- func (o *OrderMoneyAmounts) GetDiscountMoney() *Money
- func (o *OrderMoneyAmounts) GetExtraProperties() map[string]interface{}
- func (o *OrderMoneyAmounts) GetServiceChargeMoney() *Money
- func (o *OrderMoneyAmounts) GetTaxMoney() *Money
- func (o *OrderMoneyAmounts) GetTipMoney() *Money
- func (o *OrderMoneyAmounts) GetTotalMoney() *Money
- func (o *OrderMoneyAmounts) String() string
- func (o *OrderMoneyAmounts) UnmarshalJSON(data []byte) error
- type OrderPricingOptions
- type OrderQuantityUnit
- func (o *OrderQuantityUnit) GetCatalogObjectID() *string
- func (o *OrderQuantityUnit) GetCatalogVersion() *int64
- func (o *OrderQuantityUnit) GetExtraProperties() map[string]interface{}
- func (o *OrderQuantityUnit) GetMeasurementUnit() *MeasurementUnit
- func (o *OrderQuantityUnit) GetPrecision() *int
- func (o *OrderQuantityUnit) String() string
- func (o *OrderQuantityUnit) UnmarshalJSON(data []byte) error
- type OrderReturn
- func (o *OrderReturn) GetExtraProperties() map[string]interface{}
- func (o *OrderReturn) GetReturnAmounts() *OrderMoneyAmounts
- func (o *OrderReturn) GetReturnDiscounts() []*OrderReturnDiscount
- func (o *OrderReturn) GetReturnLineItems() []*OrderReturnLineItem
- func (o *OrderReturn) GetReturnServiceCharges() []*OrderReturnServiceCharge
- func (o *OrderReturn) GetReturnTaxes() []*OrderReturnTax
- func (o *OrderReturn) GetReturnTips() []*OrderReturnTip
- func (o *OrderReturn) GetRoundingAdjustment() *OrderRoundingAdjustment
- func (o *OrderReturn) GetSourceOrderID() *string
- func (o *OrderReturn) GetUID() *string
- func (o *OrderReturn) String() string
- func (o *OrderReturn) UnmarshalJSON(data []byte) error
- type OrderReturnDiscount
- func (o *OrderReturnDiscount) GetAmountMoney() *Money
- func (o *OrderReturnDiscount) GetAppliedMoney() *Money
- func (o *OrderReturnDiscount) GetCatalogObjectID() *string
- func (o *OrderReturnDiscount) GetCatalogVersion() *int64
- func (o *OrderReturnDiscount) GetExtraProperties() map[string]interface{}
- func (o *OrderReturnDiscount) GetName() *string
- func (o *OrderReturnDiscount) GetPercentage() *string
- func (o *OrderReturnDiscount) GetScope() *OrderLineItemDiscountScope
- func (o *OrderReturnDiscount) GetSourceDiscountUID() *string
- func (o *OrderReturnDiscount) GetType() *OrderLineItemDiscountType
- func (o *OrderReturnDiscount) GetUID() *string
- func (o *OrderReturnDiscount) String() string
- func (o *OrderReturnDiscount) UnmarshalJSON(data []byte) error
- type OrderReturnLineItem
- func (o *OrderReturnLineItem) GetAppliedDiscounts() []*OrderLineItemAppliedDiscount
- func (o *OrderReturnLineItem) GetAppliedServiceCharges() []*OrderLineItemAppliedServiceCharge
- func (o *OrderReturnLineItem) GetAppliedTaxes() []*OrderLineItemAppliedTax
- func (o *OrderReturnLineItem) GetBasePriceMoney() *Money
- func (o *OrderReturnLineItem) GetCatalogObjectID() *string
- func (o *OrderReturnLineItem) GetCatalogVersion() *int64
- func (o *OrderReturnLineItem) GetExtraProperties() map[string]interface{}
- func (o *OrderReturnLineItem) GetGrossReturnMoney() *Money
- func (o *OrderReturnLineItem) GetItemType() *OrderLineItemItemType
- func (o *OrderReturnLineItem) GetName() *string
- func (o *OrderReturnLineItem) GetNote() *string
- func (o *OrderReturnLineItem) GetQuantity() string
- func (o *OrderReturnLineItem) GetQuantityUnit() *OrderQuantityUnit
- func (o *OrderReturnLineItem) GetReturnModifiers() []*OrderReturnLineItemModifier
- func (o *OrderReturnLineItem) GetSourceLineItemUID() *string
- func (o *OrderReturnLineItem) GetTotalDiscountMoney() *Money
- func (o *OrderReturnLineItem) GetTotalMoney() *Money
- func (o *OrderReturnLineItem) GetTotalServiceChargeMoney() *Money
- func (o *OrderReturnLineItem) GetTotalTaxMoney() *Money
- func (o *OrderReturnLineItem) GetUID() *string
- func (o *OrderReturnLineItem) GetVariationName() *string
- func (o *OrderReturnLineItem) GetVariationTotalPriceMoney() *Money
- func (o *OrderReturnLineItem) String() string
- func (o *OrderReturnLineItem) UnmarshalJSON(data []byte) error
- type OrderReturnLineItemModifier
- func (o *OrderReturnLineItemModifier) GetBasePriceMoney() *Money
- func (o *OrderReturnLineItemModifier) GetCatalogObjectID() *string
- func (o *OrderReturnLineItemModifier) GetCatalogVersion() *int64
- func (o *OrderReturnLineItemModifier) GetExtraProperties() map[string]interface{}
- func (o *OrderReturnLineItemModifier) GetName() *string
- func (o *OrderReturnLineItemModifier) GetQuantity() *string
- func (o *OrderReturnLineItemModifier) GetSourceModifierUID() *string
- func (o *OrderReturnLineItemModifier) GetTotalPriceMoney() *Money
- func (o *OrderReturnLineItemModifier) GetUID() *string
- func (o *OrderReturnLineItemModifier) String() string
- func (o *OrderReturnLineItemModifier) UnmarshalJSON(data []byte) error
- type OrderReturnServiceCharge
- func (o *OrderReturnServiceCharge) GetAmountMoney() *Money
- func (o *OrderReturnServiceCharge) GetAppliedMoney() *Money
- func (o *OrderReturnServiceCharge) GetAppliedTaxes() []*OrderLineItemAppliedTax
- func (o *OrderReturnServiceCharge) GetCalculationPhase() *OrderServiceChargeCalculationPhase
- func (o *OrderReturnServiceCharge) GetCatalogObjectID() *string
- func (o *OrderReturnServiceCharge) GetCatalogVersion() *int64
- func (o *OrderReturnServiceCharge) GetExtraProperties() map[string]interface{}
- func (o *OrderReturnServiceCharge) GetName() *string
- func (o *OrderReturnServiceCharge) GetPercentage() *string
- func (o *OrderReturnServiceCharge) GetScope() *OrderServiceChargeScope
- func (o *OrderReturnServiceCharge) GetSourceServiceChargeUID() *string
- func (o *OrderReturnServiceCharge) GetTaxable() *bool
- func (o *OrderReturnServiceCharge) GetTotalMoney() *Money
- func (o *OrderReturnServiceCharge) GetTotalTaxMoney() *Money
- func (o *OrderReturnServiceCharge) GetTreatmentType() *OrderServiceChargeTreatmentType
- func (o *OrderReturnServiceCharge) GetUID() *string
- func (o *OrderReturnServiceCharge) String() string
- func (o *OrderReturnServiceCharge) UnmarshalJSON(data []byte) error
- type OrderReturnTax
- func (o *OrderReturnTax) GetAppliedMoney() *Money
- func (o *OrderReturnTax) GetCatalogObjectID() *string
- func (o *OrderReturnTax) GetCatalogVersion() *int64
- func (o *OrderReturnTax) GetExtraProperties() map[string]interface{}
- func (o *OrderReturnTax) GetName() *string
- func (o *OrderReturnTax) GetPercentage() *string
- func (o *OrderReturnTax) GetScope() *OrderLineItemTaxScope
- func (o *OrderReturnTax) GetSourceTaxUID() *string
- func (o *OrderReturnTax) GetType() *OrderLineItemTaxType
- func (o *OrderReturnTax) GetUID() *string
- func (o *OrderReturnTax) String() string
- func (o *OrderReturnTax) UnmarshalJSON(data []byte) error
- type OrderReturnTip
- func (o *OrderReturnTip) GetAppliedMoney() *Money
- func (o *OrderReturnTip) GetExtraProperties() map[string]interface{}
- func (o *OrderReturnTip) GetSourceTenderID() *string
- func (o *OrderReturnTip) GetSourceTenderUID() *string
- func (o *OrderReturnTip) GetUID() *string
- func (o *OrderReturnTip) String() string
- func (o *OrderReturnTip) UnmarshalJSON(data []byte) error
- type OrderReward
- type OrderRoundingAdjustment
- func (o *OrderRoundingAdjustment) GetAmountMoney() *Money
- func (o *OrderRoundingAdjustment) GetExtraProperties() map[string]interface{}
- func (o *OrderRoundingAdjustment) GetName() *string
- func (o *OrderRoundingAdjustment) GetUID() *string
- func (o *OrderRoundingAdjustment) String() string
- func (o *OrderRoundingAdjustment) UnmarshalJSON(data []byte) error
- type OrderServiceCharge
- func (o *OrderServiceCharge) GetAmountMoney() *Money
- func (o *OrderServiceCharge) GetAppliedMoney() *Money
- func (o *OrderServiceCharge) GetAppliedTaxes() []*OrderLineItemAppliedTax
- func (o *OrderServiceCharge) GetCalculationPhase() *OrderServiceChargeCalculationPhase
- func (o *OrderServiceCharge) GetCatalogObjectID() *string
- func (o *OrderServiceCharge) GetCatalogVersion() *int64
- func (o *OrderServiceCharge) GetExtraProperties() map[string]interface{}
- func (o *OrderServiceCharge) GetMetadata() map[string]*string
- func (o *OrderServiceCharge) GetName() *string
- func (o *OrderServiceCharge) GetPercentage() *string
- func (o *OrderServiceCharge) GetScope() *OrderServiceChargeScope
- func (o *OrderServiceCharge) GetTaxable() *bool
- func (o *OrderServiceCharge) GetTotalMoney() *Money
- func (o *OrderServiceCharge) GetTotalTaxMoney() *Money
- func (o *OrderServiceCharge) GetTreatmentType() *OrderServiceChargeTreatmentType
- func (o *OrderServiceCharge) GetType() *OrderServiceChargeType
- func (o *OrderServiceCharge) GetUID() *string
- func (o *OrderServiceCharge) String() string
- func (o *OrderServiceCharge) UnmarshalJSON(data []byte) error
- type OrderServiceChargeCalculationPhase
- type OrderServiceChargeScope
- type OrderServiceChargeTreatmentType
- type OrderServiceChargeType
- type OrderSource
- type OrderState
- type OrderUpdated
- func (o *OrderUpdated) GetCreatedAt() *string
- func (o *OrderUpdated) GetExtraProperties() map[string]interface{}
- func (o *OrderUpdated) GetLocationID() *string
- func (o *OrderUpdated) GetOrderID() *string
- func (o *OrderUpdated) GetState() *OrderState
- func (o *OrderUpdated) GetUpdatedAt() *string
- func (o *OrderUpdated) GetVersion() *int
- func (o *OrderUpdated) String() string
- func (o *OrderUpdated) UnmarshalJSON(data []byte) error
- type OrderUpdatedEvent
- func (o *OrderUpdatedEvent) GetCreatedAt() *string
- func (o *OrderUpdatedEvent) GetData() *OrderUpdatedEventData
- func (o *OrderUpdatedEvent) GetEventID() *string
- func (o *OrderUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (o *OrderUpdatedEvent) GetMerchantID() *string
- func (o *OrderUpdatedEvent) GetType() *string
- func (o *OrderUpdatedEvent) String() string
- func (o *OrderUpdatedEvent) UnmarshalJSON(data []byte) error
- type OrderUpdatedEventData
- func (o *OrderUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (o *OrderUpdatedEventData) GetID() *string
- func (o *OrderUpdatedEventData) GetObject() *OrderUpdatedObject
- func (o *OrderUpdatedEventData) GetType() *string
- func (o *OrderUpdatedEventData) String() string
- func (o *OrderUpdatedEventData) UnmarshalJSON(data []byte) error
- type OrderUpdatedObject
- type OrdersGetRequest
- type PauseSubscriptionRequest
- type PauseSubscriptionResponse
- func (p *PauseSubscriptionResponse) GetActions() []*SubscriptionAction
- func (p *PauseSubscriptionResponse) GetErrors() []*Error
- func (p *PauseSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (p *PauseSubscriptionResponse) GetSubscription() *Subscription
- func (p *PauseSubscriptionResponse) String() string
- func (p *PauseSubscriptionResponse) UnmarshalJSON(data []byte) error
- type PayOrderRequest
- type PayOrderResponse
- type Payment
- func (p *Payment) GetAmountMoney() *Money
- func (p *Payment) GetAppFeeMoney() *Money
- func (p *Payment) GetApplicationDetails() *ApplicationDetails
- func (p *Payment) GetApprovedMoney() *Money
- func (p *Payment) GetBankAccountDetails() *BankAccountPaymentDetails
- func (p *Payment) GetBillingAddress() *Address
- func (p *Payment) GetBuyNowPayLaterDetails() *BuyNowPayLaterDetails
- func (p *Payment) GetBuyerEmailAddress() *string
- func (p *Payment) GetCapabilities() []string
- func (p *Payment) GetCardDetails() *CardPaymentDetails
- func (p *Payment) GetCashDetails() *CashPaymentDetails
- func (p *Payment) GetCreatedAt() *string
- func (p *Payment) GetCustomerID() *string
- func (p *Payment) GetDelayAction() *string
- func (p *Payment) GetDelayDuration() *string
- func (p *Payment) GetDelayedUntil() *string
- func (p *Payment) GetDeviceDetails() *DeviceDetails
- func (p *Payment) GetEmployeeID() *string
- func (p *Payment) GetExternalDetails() *ExternalPaymentDetails
- func (p *Payment) GetExtraProperties() map[string]interface{}
- func (p *Payment) GetID() *string
- func (p *Payment) GetIsOfflinePayment() *bool
- func (p *Payment) GetLocationID() *string
- func (p *Payment) GetNote() *string
- func (p *Payment) GetOfflinePaymentDetails() *OfflinePaymentDetails
- func (p *Payment) GetOrderID() *string
- func (p *Payment) GetProcessingFee() []*ProcessingFee
- func (p *Payment) GetReceiptNumber() *string
- func (p *Payment) GetReceiptURL() *string
- func (p *Payment) GetReferenceID() *string
- func (p *Payment) GetRefundIDs() []string
- func (p *Payment) GetRefundedMoney() *Money
- func (p *Payment) GetRiskEvaluation() *RiskEvaluation
- func (p *Payment) GetShippingAddress() *Address
- func (p *Payment) GetSourceType() *string
- func (p *Payment) GetSquareAccountDetails() *SquareAccountDetails
- func (p *Payment) GetStatementDescriptionIdentifier() *string
- func (p *Payment) GetStatus() *string
- func (p *Payment) GetTeamMemberID() *string
- func (p *Payment) GetTerminalCheckoutID() *string
- func (p *Payment) GetTipMoney() *Money
- func (p *Payment) GetTotalMoney() *Money
- func (p *Payment) GetUpdatedAt() *string
- func (p *Payment) GetVersionToken() *string
- func (p *Payment) GetWalletDetails() *DigitalWalletDetails
- func (p *Payment) String() string
- func (p *Payment) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityAppFeeRefundDetail
- func (p *PaymentBalanceActivityAppFeeRefundDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityAppFeeRefundDetail) GetLocationID() *string
- func (p *PaymentBalanceActivityAppFeeRefundDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityAppFeeRefundDetail) GetRefundID() *string
- func (p *PaymentBalanceActivityAppFeeRefundDetail) String() string
- func (p *PaymentBalanceActivityAppFeeRefundDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityAppFeeRevenueDetail
- func (p *PaymentBalanceActivityAppFeeRevenueDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityAppFeeRevenueDetail) GetLocationID() *string
- func (p *PaymentBalanceActivityAppFeeRevenueDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityAppFeeRevenueDetail) String() string
- func (p *PaymentBalanceActivityAppFeeRevenueDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityAutomaticSavingsDetail
- func (p *PaymentBalanceActivityAutomaticSavingsDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityAutomaticSavingsDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityAutomaticSavingsDetail) GetPayoutID() *string
- func (p *PaymentBalanceActivityAutomaticSavingsDetail) String() string
- func (p *PaymentBalanceActivityAutomaticSavingsDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityAutomaticSavingsReversedDetail
- func (p *PaymentBalanceActivityAutomaticSavingsReversedDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityAutomaticSavingsReversedDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityAutomaticSavingsReversedDetail) GetPayoutID() *string
- func (p *PaymentBalanceActivityAutomaticSavingsReversedDetail) String() string
- func (p *PaymentBalanceActivityAutomaticSavingsReversedDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityChargeDetail
- type PaymentBalanceActivityDepositFeeDetail
- func (p *PaymentBalanceActivityDepositFeeDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityDepositFeeDetail) GetPayoutID() *string
- func (p *PaymentBalanceActivityDepositFeeDetail) String() string
- func (p *PaymentBalanceActivityDepositFeeDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityDepositFeeReversedDetail
- func (p *PaymentBalanceActivityDepositFeeReversedDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityDepositFeeReversedDetail) GetPayoutID() *string
- func (p *PaymentBalanceActivityDepositFeeReversedDetail) String() string
- func (p *PaymentBalanceActivityDepositFeeReversedDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityDisputeDetail
- func (p *PaymentBalanceActivityDisputeDetail) GetDisputeID() *string
- func (p *PaymentBalanceActivityDisputeDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityDisputeDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityDisputeDetail) String() string
- func (p *PaymentBalanceActivityDisputeDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityFeeDetail
- type PaymentBalanceActivityFreeProcessingDetail
- func (p *PaymentBalanceActivityFreeProcessingDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityFreeProcessingDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityFreeProcessingDetail) String() string
- func (p *PaymentBalanceActivityFreeProcessingDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityHoldAdjustmentDetail
- func (p *PaymentBalanceActivityHoldAdjustmentDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityHoldAdjustmentDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityHoldAdjustmentDetail) String() string
- func (p *PaymentBalanceActivityHoldAdjustmentDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityOpenDisputeDetail
- func (p *PaymentBalanceActivityOpenDisputeDetail) GetDisputeID() *string
- func (p *PaymentBalanceActivityOpenDisputeDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityOpenDisputeDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityOpenDisputeDetail) String() string
- func (p *PaymentBalanceActivityOpenDisputeDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityOtherAdjustmentDetail
- func (p *PaymentBalanceActivityOtherAdjustmentDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityOtherAdjustmentDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityOtherAdjustmentDetail) String() string
- func (p *PaymentBalanceActivityOtherAdjustmentDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityOtherDetail
- type PaymentBalanceActivityRefundDetail
- func (p *PaymentBalanceActivityRefundDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityRefundDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityRefundDetail) GetRefundID() *string
- func (p *PaymentBalanceActivityRefundDetail) String() string
- func (p *PaymentBalanceActivityRefundDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityReleaseAdjustmentDetail
- func (p *PaymentBalanceActivityReleaseAdjustmentDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityReleaseAdjustmentDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityReleaseAdjustmentDetail) String() string
- func (p *PaymentBalanceActivityReleaseAdjustmentDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityReserveHoldDetail
- func (p *PaymentBalanceActivityReserveHoldDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityReserveHoldDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityReserveHoldDetail) String() string
- func (p *PaymentBalanceActivityReserveHoldDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityReserveReleaseDetail
- func (p *PaymentBalanceActivityReserveReleaseDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityReserveReleaseDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityReserveReleaseDetail) String() string
- func (p *PaymentBalanceActivityReserveReleaseDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivitySquareCapitalPaymentDetail
- func (p *PaymentBalanceActivitySquareCapitalPaymentDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivitySquareCapitalPaymentDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivitySquareCapitalPaymentDetail) String() string
- func (p *PaymentBalanceActivitySquareCapitalPaymentDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivitySquareCapitalReversedPaymentDetail
- func (p *PaymentBalanceActivitySquareCapitalReversedPaymentDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivitySquareCapitalReversedPaymentDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivitySquareCapitalReversedPaymentDetail) String() string
- func (p *PaymentBalanceActivitySquareCapitalReversedPaymentDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivitySquarePayrollTransferDetail
- func (p *PaymentBalanceActivitySquarePayrollTransferDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivitySquarePayrollTransferDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivitySquarePayrollTransferDetail) String() string
- func (p *PaymentBalanceActivitySquarePayrollTransferDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivitySquarePayrollTransferReversedDetail
- func (p *PaymentBalanceActivitySquarePayrollTransferReversedDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivitySquarePayrollTransferReversedDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivitySquarePayrollTransferReversedDetail) String() string
- func (p *PaymentBalanceActivitySquarePayrollTransferReversedDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityTaxOnFeeDetail
- func (p *PaymentBalanceActivityTaxOnFeeDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityTaxOnFeeDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityTaxOnFeeDetail) GetTaxRateDescription() *string
- func (p *PaymentBalanceActivityTaxOnFeeDetail) String() string
- func (p *PaymentBalanceActivityTaxOnFeeDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityThirdPartyFeeDetail
- func (p *PaymentBalanceActivityThirdPartyFeeDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityThirdPartyFeeDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityThirdPartyFeeDetail) String() string
- func (p *PaymentBalanceActivityThirdPartyFeeDetail) UnmarshalJSON(data []byte) error
- type PaymentBalanceActivityThirdPartyFeeRefundDetail
- func (p *PaymentBalanceActivityThirdPartyFeeRefundDetail) GetExtraProperties() map[string]interface{}
- func (p *PaymentBalanceActivityThirdPartyFeeRefundDetail) GetPaymentID() *string
- func (p *PaymentBalanceActivityThirdPartyFeeRefundDetail) GetRefundID() *string
- func (p *PaymentBalanceActivityThirdPartyFeeRefundDetail) String() string
- func (p *PaymentBalanceActivityThirdPartyFeeRefundDetail) UnmarshalJSON(data []byte) error
- type PaymentCreatedEvent
- func (p *PaymentCreatedEvent) GetCreatedAt() *string
- func (p *PaymentCreatedEvent) GetData() *PaymentCreatedEventData
- func (p *PaymentCreatedEvent) GetEventID() *string
- func (p *PaymentCreatedEvent) GetExtraProperties() map[string]interface{}
- func (p *PaymentCreatedEvent) GetMerchantID() *string
- func (p *PaymentCreatedEvent) GetType() *string
- func (p *PaymentCreatedEvent) String() string
- func (p *PaymentCreatedEvent) UnmarshalJSON(data []byte) error
- type PaymentCreatedEventData
- func (p *PaymentCreatedEventData) GetExtraProperties() map[string]interface{}
- func (p *PaymentCreatedEventData) GetID() *string
- func (p *PaymentCreatedEventData) GetObject() *PaymentCreatedEventObject
- func (p *PaymentCreatedEventData) GetType() *string
- func (p *PaymentCreatedEventData) String() string
- func (p *PaymentCreatedEventData) UnmarshalJSON(data []byte) error
- type PaymentCreatedEventObject
- type PaymentLink
- func (p *PaymentLink) GetCheckoutOptions() *CheckoutOptions
- func (p *PaymentLink) GetCreatedAt() *string
- func (p *PaymentLink) GetDescription() *string
- func (p *PaymentLink) GetExtraProperties() map[string]interface{}
- func (p *PaymentLink) GetID() *string
- func (p *PaymentLink) GetLongURL() *string
- func (p *PaymentLink) GetOrderID() *string
- func (p *PaymentLink) GetPaymentNote() *string
- func (p *PaymentLink) GetPrePopulatedData() *PrePopulatedData
- func (p *PaymentLink) GetURL() *string
- func (p *PaymentLink) GetUpdatedAt() *string
- func (p *PaymentLink) GetVersion() int
- func (p *PaymentLink) String() string
- func (p *PaymentLink) UnmarshalJSON(data []byte) error
- type PaymentLinkRelatedResources
- func (p *PaymentLinkRelatedResources) GetExtraProperties() map[string]interface{}
- func (p *PaymentLinkRelatedResources) GetOrders() []*Order
- func (p *PaymentLinkRelatedResources) GetSubscriptionPlans() []*CatalogObject
- func (p *PaymentLinkRelatedResources) String() string
- func (p *PaymentLinkRelatedResources) UnmarshalJSON(data []byte) error
- type PaymentOptions
- func (p *PaymentOptions) GetAcceptPartialAuthorization() *bool
- func (p *PaymentOptions) GetAutocomplete() *bool
- func (p *PaymentOptions) GetDelayAction() *PaymentOptionsDelayAction
- func (p *PaymentOptions) GetDelayDuration() *string
- func (p *PaymentOptions) GetExtraProperties() map[string]interface{}
- func (p *PaymentOptions) String() string
- func (p *PaymentOptions) UnmarshalJSON(data []byte) error
- type PaymentOptionsDelayAction
- type PaymentRefund
- func (p *PaymentRefund) GetAmountMoney() *Money
- func (p *PaymentRefund) GetAppFeeMoney() *Money
- func (p *PaymentRefund) GetCreatedAt() *string
- func (p *PaymentRefund) GetDestinationDetails() *DestinationDetails
- func (p *PaymentRefund) GetDestinationType() *string
- func (p *PaymentRefund) GetExtraProperties() map[string]interface{}
- func (p *PaymentRefund) GetID() string
- func (p *PaymentRefund) GetLocationID() *string
- func (p *PaymentRefund) GetOrderID() *string
- func (p *PaymentRefund) GetPaymentID() *string
- func (p *PaymentRefund) GetProcessingFee() []*ProcessingFee
- func (p *PaymentRefund) GetReason() *string
- func (p *PaymentRefund) GetStatus() *string
- func (p *PaymentRefund) GetTeamMemberID() *string
- func (p *PaymentRefund) GetTerminalRefundID() *string
- func (p *PaymentRefund) GetUnlinked() *bool
- func (p *PaymentRefund) GetUpdatedAt() *string
- func (p *PaymentRefund) String() string
- func (p *PaymentRefund) UnmarshalJSON(data []byte) error
- type PaymentUpdatedEvent
- func (p *PaymentUpdatedEvent) GetCreatedAt() *string
- func (p *PaymentUpdatedEvent) GetData() *PaymentUpdatedEventData
- func (p *PaymentUpdatedEvent) GetEventID() *string
- func (p *PaymentUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (p *PaymentUpdatedEvent) GetMerchantID() *string
- func (p *PaymentUpdatedEvent) GetType() *string
- func (p *PaymentUpdatedEvent) String() string
- func (p *PaymentUpdatedEvent) UnmarshalJSON(data []byte) error
- type PaymentUpdatedEventData
- func (p *PaymentUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (p *PaymentUpdatedEventData) GetID() *string
- func (p *PaymentUpdatedEventData) GetObject() *PaymentUpdatedEventObject
- func (p *PaymentUpdatedEventData) GetType() *string
- func (p *PaymentUpdatedEventData) String() string
- func (p *PaymentUpdatedEventData) UnmarshalJSON(data []byte) error
- type PaymentUpdatedEventObject
- type PaymentsCancelRequest
- type PaymentsGetRequest
- type PaymentsListRequest
- type Payout
- func (p *Payout) GetAmountMoney() *Money
- func (p *Payout) GetArrivalDate() *string
- func (p *Payout) GetCreatedAt() *string
- func (p *Payout) GetDestination() *Destination
- func (p *Payout) GetEndToEndID() *string
- func (p *Payout) GetExtraProperties() map[string]interface{}
- func (p *Payout) GetID() string
- func (p *Payout) GetLocationID() string
- func (p *Payout) GetPayoutFee() []*PayoutFee
- func (p *Payout) GetStatus() *PayoutStatus
- func (p *Payout) GetType() *PayoutType
- func (p *Payout) GetUpdatedAt() *string
- func (p *Payout) GetVersion() *int
- func (p *Payout) String() string
- func (p *Payout) UnmarshalJSON(data []byte) error
- type PayoutEntry
- func (p *PayoutEntry) GetEffectiveAt() *string
- func (p *PayoutEntry) GetExtraProperties() map[string]interface{}
- func (p *PayoutEntry) GetFeeAmountMoney() *Money
- func (p *PayoutEntry) GetGrossAmountMoney() *Money
- func (p *PayoutEntry) GetID() string
- func (p *PayoutEntry) GetNetAmountMoney() *Money
- func (p *PayoutEntry) GetPayoutID() string
- func (p *PayoutEntry) GetType() *ActivityType
- func (p *PayoutEntry) GetTypeAppFeeRefundDetails() *PaymentBalanceActivityAppFeeRefundDetail
- func (p *PayoutEntry) GetTypeAppFeeRevenueDetails() *PaymentBalanceActivityAppFeeRevenueDetail
- func (p *PayoutEntry) GetTypeAutomaticSavingsDetails() *PaymentBalanceActivityAutomaticSavingsDetail
- func (p *PayoutEntry) GetTypeAutomaticSavingsReversedDetails() *PaymentBalanceActivityAutomaticSavingsReversedDetail
- func (p *PayoutEntry) GetTypeChargeDetails() *PaymentBalanceActivityChargeDetail
- func (p *PayoutEntry) GetTypeDepositFeeDetails() *PaymentBalanceActivityDepositFeeDetail
- func (p *PayoutEntry) GetTypeDepositFeeReversedDetails() *PaymentBalanceActivityDepositFeeReversedDetail
- func (p *PayoutEntry) GetTypeDisputeDetails() *PaymentBalanceActivityDisputeDetail
- func (p *PayoutEntry) GetTypeFeeDetails() *PaymentBalanceActivityFeeDetail
- func (p *PayoutEntry) GetTypeFreeProcessingDetails() *PaymentBalanceActivityFreeProcessingDetail
- func (p *PayoutEntry) GetTypeHoldAdjustmentDetails() *PaymentBalanceActivityHoldAdjustmentDetail
- func (p *PayoutEntry) GetTypeOpenDisputeDetails() *PaymentBalanceActivityOpenDisputeDetail
- func (p *PayoutEntry) GetTypeOtherAdjustmentDetails() *PaymentBalanceActivityOtherAdjustmentDetail
- func (p *PayoutEntry) GetTypeOtherDetails() *PaymentBalanceActivityOtherDetail
- func (p *PayoutEntry) GetTypeRefundDetails() *PaymentBalanceActivityRefundDetail
- func (p *PayoutEntry) GetTypeReleaseAdjustmentDetails() *PaymentBalanceActivityReleaseAdjustmentDetail
- func (p *PayoutEntry) GetTypeReserveHoldDetails() *PaymentBalanceActivityReserveHoldDetail
- func (p *PayoutEntry) GetTypeReserveReleaseDetails() *PaymentBalanceActivityReserveReleaseDetail
- func (p *PayoutEntry) GetTypeSquareCapitalPaymentDetails() *PaymentBalanceActivitySquareCapitalPaymentDetail
- func (p *PayoutEntry) GetTypeSquareCapitalReversedPaymentDetails() *PaymentBalanceActivitySquareCapitalReversedPaymentDetail
- func (p *PayoutEntry) GetTypeSquarePayrollTransferDetails() *PaymentBalanceActivitySquarePayrollTransferDetail
- func (p *PayoutEntry) GetTypeSquarePayrollTransferReversedDetails() *PaymentBalanceActivitySquarePayrollTransferReversedDetail
- func (p *PayoutEntry) GetTypeTaxOnFeeDetails() *PaymentBalanceActivityTaxOnFeeDetail
- func (p *PayoutEntry) GetTypeThirdPartyFeeDetails() *PaymentBalanceActivityThirdPartyFeeDetail
- func (p *PayoutEntry) GetTypeThirdPartyFeeRefundDetails() *PaymentBalanceActivityThirdPartyFeeRefundDetail
- func (p *PayoutEntry) String() string
- func (p *PayoutEntry) UnmarshalJSON(data []byte) error
- type PayoutFailedEvent
- func (p *PayoutFailedEvent) GetCreatedAt() *string
- func (p *PayoutFailedEvent) GetData() *PayoutFailedEventData
- func (p *PayoutFailedEvent) GetEventID() *string
- func (p *PayoutFailedEvent) GetExtraProperties() map[string]interface{}
- func (p *PayoutFailedEvent) GetLocationID() *string
- func (p *PayoutFailedEvent) GetMerchantID() *string
- func (p *PayoutFailedEvent) GetType() *string
- func (p *PayoutFailedEvent) String() string
- func (p *PayoutFailedEvent) UnmarshalJSON(data []byte) error
- type PayoutFailedEventData
- func (p *PayoutFailedEventData) GetExtraProperties() map[string]interface{}
- func (p *PayoutFailedEventData) GetID() *string
- func (p *PayoutFailedEventData) GetObject() *PayoutFailedEventObject
- func (p *PayoutFailedEventData) GetType() *string
- func (p *PayoutFailedEventData) String() string
- func (p *PayoutFailedEventData) UnmarshalJSON(data []byte) error
- type PayoutFailedEventObject
- type PayoutFee
- type PayoutFeeType
- type PayoutPaidEvent
- func (p *PayoutPaidEvent) GetCreatedAt() *string
- func (p *PayoutPaidEvent) GetData() *PayoutPaidEventData
- func (p *PayoutPaidEvent) GetEventID() *string
- func (p *PayoutPaidEvent) GetExtraProperties() map[string]interface{}
- func (p *PayoutPaidEvent) GetLocationID() *string
- func (p *PayoutPaidEvent) GetMerchantID() *string
- func (p *PayoutPaidEvent) GetType() *string
- func (p *PayoutPaidEvent) String() string
- func (p *PayoutPaidEvent) UnmarshalJSON(data []byte) error
- type PayoutPaidEventData
- func (p *PayoutPaidEventData) GetExtraProperties() map[string]interface{}
- func (p *PayoutPaidEventData) GetID() *string
- func (p *PayoutPaidEventData) GetObject() *PayoutPaidEventObject
- func (p *PayoutPaidEventData) GetType() *string
- func (p *PayoutPaidEventData) String() string
- func (p *PayoutPaidEventData) UnmarshalJSON(data []byte) error
- type PayoutPaidEventObject
- type PayoutSentEvent
- func (p *PayoutSentEvent) GetCreatedAt() *string
- func (p *PayoutSentEvent) GetData() *PayoutSentEventData
- func (p *PayoutSentEvent) GetEventID() *string
- func (p *PayoutSentEvent) GetExtraProperties() map[string]interface{}
- func (p *PayoutSentEvent) GetLocationID() *string
- func (p *PayoutSentEvent) GetMerchantID() *string
- func (p *PayoutSentEvent) GetType() *string
- func (p *PayoutSentEvent) String() string
- func (p *PayoutSentEvent) UnmarshalJSON(data []byte) error
- type PayoutSentEventData
- func (p *PayoutSentEventData) GetExtraProperties() map[string]interface{}
- func (p *PayoutSentEventData) GetID() *string
- func (p *PayoutSentEventData) GetObject() *PayoutSentEventObject
- func (p *PayoutSentEventData) GetType() *string
- func (p *PayoutSentEventData) String() string
- func (p *PayoutSentEventData) UnmarshalJSON(data []byte) error
- type PayoutSentEventObject
- type PayoutStatus
- type PayoutType
- type PayoutsGetRequest
- type PayoutsListEntriesRequest
- type PayoutsListRequest
- type Phase
- type PhaseInput
- type PrePopulatedData
- func (p *PrePopulatedData) GetBuyerAddress() *Address
- func (p *PrePopulatedData) GetBuyerEmail() *string
- func (p *PrePopulatedData) GetBuyerPhoneNumber() *string
- func (p *PrePopulatedData) GetExtraProperties() map[string]interface{}
- func (p *PrePopulatedData) String() string
- func (p *PrePopulatedData) UnmarshalJSON(data []byte) error
- type ProcessingFee
- func (p *ProcessingFee) GetAmountMoney() *Money
- func (p *ProcessingFee) GetEffectiveAt() *string
- func (p *ProcessingFee) GetExtraProperties() map[string]interface{}
- func (p *ProcessingFee) GetType() *string
- func (p *ProcessingFee) String() string
- func (p *ProcessingFee) UnmarshalJSON(data []byte) error
- type Product
- type ProductType
- type PublishInvoiceRequest
- type PublishInvoiceResponse
- func (p *PublishInvoiceResponse) GetErrors() []*Error
- func (p *PublishInvoiceResponse) GetExtraProperties() map[string]interface{}
- func (p *PublishInvoiceResponse) GetInvoice() *Invoice
- func (p *PublishInvoiceResponse) String() string
- func (p *PublishInvoiceResponse) UnmarshalJSON(data []byte) error
- type PublishScheduledShiftRequest
- type PublishScheduledShiftResponse
- func (p *PublishScheduledShiftResponse) GetErrors() []*Error
- func (p *PublishScheduledShiftResponse) GetExtraProperties() map[string]interface{}
- func (p *PublishScheduledShiftResponse) GetScheduledShift() *ScheduledShift
- func (p *PublishScheduledShiftResponse) String() string
- func (p *PublishScheduledShiftResponse) UnmarshalJSON(data []byte) error
- type QrCodeOptions
- type QuickPay
- type Range
- type ReceiptOptions
- func (r *ReceiptOptions) GetExtraProperties() map[string]interface{}
- func (r *ReceiptOptions) GetIsDuplicate() *bool
- func (r *ReceiptOptions) GetPaymentID() string
- func (r *ReceiptOptions) GetPrintOnly() *bool
- func (r *ReceiptOptions) String() string
- func (r *ReceiptOptions) UnmarshalJSON(data []byte) error
- type ReceiveTransferOrderRequest
- type ReceiveTransferOrderResponse
- func (r *ReceiveTransferOrderResponse) GetErrors() []*Error
- func (r *ReceiveTransferOrderResponse) GetExtraProperties() map[string]interface{}
- func (r *ReceiveTransferOrderResponse) GetTransferOrder() *TransferOrder
- func (r *ReceiveTransferOrderResponse) String() string
- func (r *ReceiveTransferOrderResponse) UnmarshalJSON(data []byte) error
- type RedeemLoyaltyRewardResponse
- func (r *RedeemLoyaltyRewardResponse) GetErrors() []*Error
- func (r *RedeemLoyaltyRewardResponse) GetEvent() *LoyaltyEvent
- func (r *RedeemLoyaltyRewardResponse) GetExtraProperties() map[string]interface{}
- func (r *RedeemLoyaltyRewardResponse) String() string
- func (r *RedeemLoyaltyRewardResponse) UnmarshalJSON(data []byte) error
- type Reference
- type ReferenceType
- type Refund
- func (r *Refund) GetAdditionalRecipients() []*AdditionalRecipient
- func (r *Refund) GetAmountMoney() *Money
- func (r *Refund) GetCreatedAt() *string
- func (r *Refund) GetExtraProperties() map[string]interface{}
- func (r *Refund) GetID() string
- func (r *Refund) GetLocationID() string
- func (r *Refund) GetProcessingFeeMoney() *Money
- func (r *Refund) GetReason() string
- func (r *Refund) GetStatus() RefundStatus
- func (r *Refund) GetTenderID() *string
- func (r *Refund) GetTransactionID() *string
- func (r *Refund) String() string
- func (r *Refund) UnmarshalJSON(data []byte) error
- type RefundCreatedEvent
- func (r *RefundCreatedEvent) GetCreatedAt() *string
- func (r *RefundCreatedEvent) GetData() *RefundCreatedEventData
- func (r *RefundCreatedEvent) GetEventID() *string
- func (r *RefundCreatedEvent) GetExtraProperties() map[string]interface{}
- func (r *RefundCreatedEvent) GetMerchantID() *string
- func (r *RefundCreatedEvent) GetType() *string
- func (r *RefundCreatedEvent) String() string
- func (r *RefundCreatedEvent) UnmarshalJSON(data []byte) error
- type RefundCreatedEventData
- func (r *RefundCreatedEventData) GetExtraProperties() map[string]interface{}
- func (r *RefundCreatedEventData) GetID() *string
- func (r *RefundCreatedEventData) GetObject() *RefundCreatedEventObject
- func (r *RefundCreatedEventData) GetType() *string
- func (r *RefundCreatedEventData) String() string
- func (r *RefundCreatedEventData) UnmarshalJSON(data []byte) error
- type RefundCreatedEventObject
- type RefundPaymentRequest
- type RefundPaymentResponse
- func (r *RefundPaymentResponse) GetErrors() []*Error
- func (r *RefundPaymentResponse) GetExtraProperties() map[string]interface{}
- func (r *RefundPaymentResponse) GetRefund() *PaymentRefund
- func (r *RefundPaymentResponse) String() string
- func (r *RefundPaymentResponse) UnmarshalJSON(data []byte) error
- type RefundStatus
- type RefundUpdatedEvent
- func (r *RefundUpdatedEvent) GetCreatedAt() *string
- func (r *RefundUpdatedEvent) GetData() *RefundUpdatedEventData
- func (r *RefundUpdatedEvent) GetEventID() *string
- func (r *RefundUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (r *RefundUpdatedEvent) GetMerchantID() *string
- func (r *RefundUpdatedEvent) GetType() *string
- func (r *RefundUpdatedEvent) String() string
- func (r *RefundUpdatedEvent) UnmarshalJSON(data []byte) error
- type RefundUpdatedEventData
- func (r *RefundUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (r *RefundUpdatedEventData) GetID() *string
- func (r *RefundUpdatedEventData) GetObject() *RefundUpdatedEventObject
- func (r *RefundUpdatedEventData) GetType() *string
- func (r *RefundUpdatedEventData) String() string
- func (r *RefundUpdatedEventData) UnmarshalJSON(data []byte) error
- type RefundUpdatedEventObject
- type RefundsGetRequest
- type RefundsListRequest
- type RegisterDomainRequest
- type RegisterDomainResponse
- func (r *RegisterDomainResponse) GetErrors() []*Error
- func (r *RegisterDomainResponse) GetExtraProperties() map[string]interface{}
- func (r *RegisterDomainResponse) GetStatus() *RegisterDomainResponseStatus
- func (r *RegisterDomainResponse) String() string
- func (r *RegisterDomainResponse) UnmarshalJSON(data []byte) error
- type RegisterDomainResponseStatus
- type RemoveGroupFromCustomerResponse
- type ResumeSubscriptionRequest
- type ResumeSubscriptionResponse
- func (r *ResumeSubscriptionResponse) GetActions() []*SubscriptionAction
- func (r *ResumeSubscriptionResponse) GetErrors() []*Error
- func (r *ResumeSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (r *ResumeSubscriptionResponse) GetSubscription() *Subscription
- func (r *ResumeSubscriptionResponse) String() string
- func (r *ResumeSubscriptionResponse) UnmarshalJSON(data []byte) error
- type RetrieveBookingCustomAttributeDefinitionResponse
- func (r *RetrieveBookingCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (r *RetrieveBookingCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (r *RetrieveBookingCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveBookingCustomAttributeDefinitionResponse) String() string
- func (r *RetrieveBookingCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type RetrieveBookingCustomAttributeResponse
- func (r *RetrieveBookingCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (r *RetrieveBookingCustomAttributeResponse) GetErrors() []*Error
- func (r *RetrieveBookingCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveBookingCustomAttributeResponse) String() string
- func (r *RetrieveBookingCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type RetrieveChannelResponse
- func (r *RetrieveChannelResponse) GetChannel() *Channel
- func (r *RetrieveChannelResponse) GetErrors() []*Error
- func (r *RetrieveChannelResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveChannelResponse) String() string
- func (r *RetrieveChannelResponse) UnmarshalJSON(data []byte) error
- type RetrieveJobRequest
- type RetrieveJobResponse
- type RetrieveLocationBookingProfileRequest
- type RetrieveLocationBookingProfileResponse
- func (r *RetrieveLocationBookingProfileResponse) GetErrors() []*Error
- func (r *RetrieveLocationBookingProfileResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveLocationBookingProfileResponse) GetLocationBookingProfile() *LocationBookingProfile
- func (r *RetrieveLocationBookingProfileResponse) String() string
- func (r *RetrieveLocationBookingProfileResponse) UnmarshalJSON(data []byte) error
- type RetrieveLocationCustomAttributeDefinitionResponse
- func (r *RetrieveLocationCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (r *RetrieveLocationCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (r *RetrieveLocationCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveLocationCustomAttributeDefinitionResponse) String() string
- func (r *RetrieveLocationCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type RetrieveLocationCustomAttributeResponse
- func (r *RetrieveLocationCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (r *RetrieveLocationCustomAttributeResponse) GetErrors() []*Error
- func (r *RetrieveLocationCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveLocationCustomAttributeResponse) String() string
- func (r *RetrieveLocationCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type RetrieveLocationSettingsRequest
- type RetrieveLocationSettingsResponse
- func (r *RetrieveLocationSettingsResponse) GetErrors() []*Error
- func (r *RetrieveLocationSettingsResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveLocationSettingsResponse) GetLocationSettings() *CheckoutLocationSettings
- func (r *RetrieveLocationSettingsResponse) String() string
- func (r *RetrieveLocationSettingsResponse) UnmarshalJSON(data []byte) error
- type RetrieveMerchantCustomAttributeDefinitionResponse
- func (r *RetrieveMerchantCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (r *RetrieveMerchantCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (r *RetrieveMerchantCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveMerchantCustomAttributeDefinitionResponse) String() string
- func (r *RetrieveMerchantCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type RetrieveMerchantCustomAttributeResponse
- func (r *RetrieveMerchantCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (r *RetrieveMerchantCustomAttributeResponse) GetErrors() []*Error
- func (r *RetrieveMerchantCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveMerchantCustomAttributeResponse) String() string
- func (r *RetrieveMerchantCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type RetrieveMerchantSettingsResponse
- func (r *RetrieveMerchantSettingsResponse) GetErrors() []*Error
- func (r *RetrieveMerchantSettingsResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveMerchantSettingsResponse) GetMerchantSettings() *CheckoutMerchantSettings
- func (r *RetrieveMerchantSettingsResponse) String() string
- func (r *RetrieveMerchantSettingsResponse) UnmarshalJSON(data []byte) error
- type RetrieveOrderCustomAttributeDefinitionResponse
- func (r *RetrieveOrderCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (r *RetrieveOrderCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (r *RetrieveOrderCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveOrderCustomAttributeDefinitionResponse) String() string
- func (r *RetrieveOrderCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type RetrieveOrderCustomAttributeResponse
- func (r *RetrieveOrderCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (r *RetrieveOrderCustomAttributeResponse) GetErrors() []*Error
- func (r *RetrieveOrderCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveOrderCustomAttributeResponse) String() string
- func (r *RetrieveOrderCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type RetrieveScheduledShiftRequest
- type RetrieveScheduledShiftResponse
- func (r *RetrieveScheduledShiftResponse) GetErrors() []*Error
- func (r *RetrieveScheduledShiftResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveScheduledShiftResponse) GetScheduledShift() *ScheduledShift
- func (r *RetrieveScheduledShiftResponse) String() string
- func (r *RetrieveScheduledShiftResponse) UnmarshalJSON(data []byte) error
- type RetrieveTimecardRequest
- type RetrieveTimecardResponse
- func (r *RetrieveTimecardResponse) GetErrors() []*Error
- func (r *RetrieveTimecardResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveTimecardResponse) GetTimecard() *Timecard
- func (r *RetrieveTimecardResponse) String() string
- func (r *RetrieveTimecardResponse) UnmarshalJSON(data []byte) error
- type RetrieveTokenStatusResponse
- func (r *RetrieveTokenStatusResponse) GetClientID() *string
- func (r *RetrieveTokenStatusResponse) GetErrors() []*Error
- func (r *RetrieveTokenStatusResponse) GetExpiresAt() *string
- func (r *RetrieveTokenStatusResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveTokenStatusResponse) GetMerchantID() *string
- func (r *RetrieveTokenStatusResponse) GetScopes() []string
- func (r *RetrieveTokenStatusResponse) String() string
- func (r *RetrieveTokenStatusResponse) UnmarshalJSON(data []byte) error
- type RetrieveTransferOrderResponse
- func (r *RetrieveTransferOrderResponse) GetErrors() []*Error
- func (r *RetrieveTransferOrderResponse) GetExtraProperties() map[string]interface{}
- func (r *RetrieveTransferOrderResponse) GetTransferOrder() *TransferOrder
- func (r *RetrieveTransferOrderResponse) String() string
- func (r *RetrieveTransferOrderResponse) UnmarshalJSON(data []byte) error
- type RevokeTokenRequest
- type RevokeTokenResponse
- type RiskEvaluation
- type RiskEvaluationRiskLevel
- type SaveCardOptions
- func (s *SaveCardOptions) GetCardID() *string
- func (s *SaveCardOptions) GetCustomerID() string
- func (s *SaveCardOptions) GetExtraProperties() map[string]interface{}
- func (s *SaveCardOptions) GetReferenceID() *string
- func (s *SaveCardOptions) String() string
- func (s *SaveCardOptions) UnmarshalJSON(data []byte) error
- type ScheduledShift
- func (s *ScheduledShift) GetCreatedAt() *string
- func (s *ScheduledShift) GetDraftShiftDetails() *ScheduledShiftDetails
- func (s *ScheduledShift) GetExtraProperties() map[string]interface{}
- func (s *ScheduledShift) GetID() *string
- func (s *ScheduledShift) GetPublishedShiftDetails() *ScheduledShiftDetails
- func (s *ScheduledShift) GetUpdatedAt() *string
- func (s *ScheduledShift) GetVersion() *int
- func (s *ScheduledShift) String() string
- func (s *ScheduledShift) UnmarshalJSON(data []byte) error
- type ScheduledShiftDetails
- func (s *ScheduledShiftDetails) GetEndAt() *string
- func (s *ScheduledShiftDetails) GetExtraProperties() map[string]interface{}
- func (s *ScheduledShiftDetails) GetIsDeleted() *bool
- func (s *ScheduledShiftDetails) GetJobID() *string
- func (s *ScheduledShiftDetails) GetLocationID() *string
- func (s *ScheduledShiftDetails) GetNotes() *string
- func (s *ScheduledShiftDetails) GetStartAt() *string
- func (s *ScheduledShiftDetails) GetTeamMemberID() *string
- func (s *ScheduledShiftDetails) GetTimezone() *string
- func (s *ScheduledShiftDetails) String() string
- func (s *ScheduledShiftDetails) UnmarshalJSON(data []byte) error
- type ScheduledShiftFilter
- func (s *ScheduledShiftFilter) GetAssignmentStatus() *ScheduledShiftFilterAssignmentStatus
- func (s *ScheduledShiftFilter) GetEnd() *TimeRange
- func (s *ScheduledShiftFilter) GetExtraProperties() map[string]interface{}
- func (s *ScheduledShiftFilter) GetLocationIDs() []string
- func (s *ScheduledShiftFilter) GetScheduledShiftStatuses() []ScheduledShiftFilterScheduledShiftStatus
- func (s *ScheduledShiftFilter) GetStart() *TimeRange
- func (s *ScheduledShiftFilter) GetTeamMemberIDs() []string
- func (s *ScheduledShiftFilter) GetWorkday() *ScheduledShiftWorkday
- func (s *ScheduledShiftFilter) String() string
- func (s *ScheduledShiftFilter) UnmarshalJSON(data []byte) error
- type ScheduledShiftFilterAssignmentStatus
- type ScheduledShiftFilterScheduledShiftStatus
- type ScheduledShiftNotificationAudience
- type ScheduledShiftQuery
- func (s *ScheduledShiftQuery) GetExtraProperties() map[string]interface{}
- func (s *ScheduledShiftQuery) GetFilter() *ScheduledShiftFilter
- func (s *ScheduledShiftQuery) GetSort() *ScheduledShiftSort
- func (s *ScheduledShiftQuery) String() string
- func (s *ScheduledShiftQuery) UnmarshalJSON(data []byte) error
- type ScheduledShiftSort
- type ScheduledShiftSortField
- type ScheduledShiftWorkday
- func (s *ScheduledShiftWorkday) GetDateRange() *DateRange
- func (s *ScheduledShiftWorkday) GetDefaultTimezone() *string
- func (s *ScheduledShiftWorkday) GetExtraProperties() map[string]interface{}
- func (s *ScheduledShiftWorkday) GetMatchScheduledShiftsBy() *ScheduledShiftWorkdayMatcher
- func (s *ScheduledShiftWorkday) String() string
- func (s *ScheduledShiftWorkday) UnmarshalJSON(data []byte) error
- type ScheduledShiftWorkdayMatcher
- type SearchAvailabilityFilter
- func (s *SearchAvailabilityFilter) GetBookingID() *string
- func (s *SearchAvailabilityFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchAvailabilityFilter) GetLocationID() *string
- func (s *SearchAvailabilityFilter) GetSegmentFilters() []*SegmentFilter
- func (s *SearchAvailabilityFilter) GetStartAtRange() *TimeRange
- func (s *SearchAvailabilityFilter) String() string
- func (s *SearchAvailabilityFilter) UnmarshalJSON(data []byte) error
- type SearchAvailabilityQuery
- type SearchAvailabilityRequest
- type SearchAvailabilityResponse
- func (s *SearchAvailabilityResponse) GetAvailabilities() []*Availability
- func (s *SearchAvailabilityResponse) GetErrors() []*Error
- func (s *SearchAvailabilityResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchAvailabilityResponse) String() string
- func (s *SearchAvailabilityResponse) UnmarshalJSON(data []byte) error
- type SearchCatalogItemsRequest
- type SearchCatalogItemsRequestStockLevel
- type SearchCatalogItemsResponse
- func (s *SearchCatalogItemsResponse) GetCursor() *string
- func (s *SearchCatalogItemsResponse) GetErrors() []*Error
- func (s *SearchCatalogItemsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchCatalogItemsResponse) GetItems() []*CatalogObject
- func (s *SearchCatalogItemsResponse) GetMatchedVariationIDs() []string
- func (s *SearchCatalogItemsResponse) String() string
- func (s *SearchCatalogItemsResponse) UnmarshalJSON(data []byte) error
- type SearchCatalogObjectsRequest
- type SearchCatalogObjectsResponse
- func (s *SearchCatalogObjectsResponse) GetCursor() *string
- func (s *SearchCatalogObjectsResponse) GetErrors() []*Error
- func (s *SearchCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchCatalogObjectsResponse) GetLatestTime() *string
- func (s *SearchCatalogObjectsResponse) GetObjects() []*CatalogObject
- func (s *SearchCatalogObjectsResponse) GetRelatedObjects() []*CatalogObject
- func (s *SearchCatalogObjectsResponse) String() string
- func (s *SearchCatalogObjectsResponse) UnmarshalJSON(data []byte) error
- type SearchCustomersRequest
- type SearchCustomersResponse
- func (s *SearchCustomersResponse) GetCount() *int64
- func (s *SearchCustomersResponse) GetCursor() *string
- func (s *SearchCustomersResponse) GetCustomers() []*Customer
- func (s *SearchCustomersResponse) GetErrors() []*Error
- func (s *SearchCustomersResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchCustomersResponse) String() string
- func (s *SearchCustomersResponse) UnmarshalJSON(data []byte) error
- type SearchEventsFilter
- func (s *SearchEventsFilter) GetCreatedAt() *TimeRange
- func (s *SearchEventsFilter) GetEventTypes() []string
- func (s *SearchEventsFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchEventsFilter) GetLocationIDs() []string
- func (s *SearchEventsFilter) GetMerchantIDs() []string
- func (s *SearchEventsFilter) String() string
- func (s *SearchEventsFilter) UnmarshalJSON(data []byte) error
- type SearchEventsQuery
- type SearchEventsRequest
- type SearchEventsResponse
- func (s *SearchEventsResponse) GetCursor() *string
- func (s *SearchEventsResponse) GetErrors() []*Error
- func (s *SearchEventsResponse) GetEvents() []*Event
- func (s *SearchEventsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchEventsResponse) GetMetadata() []*EventMetadata
- func (s *SearchEventsResponse) String() string
- func (s *SearchEventsResponse) UnmarshalJSON(data []byte) error
- type SearchEventsSort
- type SearchEventsSortField
- type SearchInvoicesRequest
- type SearchInvoicesResponse
- func (s *SearchInvoicesResponse) GetCursor() *string
- func (s *SearchInvoicesResponse) GetErrors() []*Error
- func (s *SearchInvoicesResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchInvoicesResponse) GetInvoices() []*Invoice
- func (s *SearchInvoicesResponse) String() string
- func (s *SearchInvoicesResponse) UnmarshalJSON(data []byte) error
- type SearchLoyaltyAccountsRequestLoyaltyAccountQuery
- func (s *SearchLoyaltyAccountsRequestLoyaltyAccountQuery) GetCustomerIDs() []string
- func (s *SearchLoyaltyAccountsRequestLoyaltyAccountQuery) GetExtraProperties() map[string]interface{}
- func (s *SearchLoyaltyAccountsRequestLoyaltyAccountQuery) GetMappings() []*LoyaltyAccountMapping
- func (s *SearchLoyaltyAccountsRequestLoyaltyAccountQuery) String() string
- func (s *SearchLoyaltyAccountsRequestLoyaltyAccountQuery) UnmarshalJSON(data []byte) error
- type SearchLoyaltyAccountsResponse
- func (s *SearchLoyaltyAccountsResponse) GetCursor() *string
- func (s *SearchLoyaltyAccountsResponse) GetErrors() []*Error
- func (s *SearchLoyaltyAccountsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchLoyaltyAccountsResponse) GetLoyaltyAccounts() []*LoyaltyAccount
- func (s *SearchLoyaltyAccountsResponse) String() string
- func (s *SearchLoyaltyAccountsResponse) UnmarshalJSON(data []byte) error
- type SearchLoyaltyEventsRequest
- type SearchLoyaltyEventsResponse
- func (s *SearchLoyaltyEventsResponse) GetCursor() *string
- func (s *SearchLoyaltyEventsResponse) GetErrors() []*Error
- func (s *SearchLoyaltyEventsResponse) GetEvents() []*LoyaltyEvent
- func (s *SearchLoyaltyEventsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchLoyaltyEventsResponse) String() string
- func (s *SearchLoyaltyEventsResponse) UnmarshalJSON(data []byte) error
- type SearchLoyaltyRewardsRequestLoyaltyRewardQuery
- func (s *SearchLoyaltyRewardsRequestLoyaltyRewardQuery) GetExtraProperties() map[string]interface{}
- func (s *SearchLoyaltyRewardsRequestLoyaltyRewardQuery) GetLoyaltyAccountID() string
- func (s *SearchLoyaltyRewardsRequestLoyaltyRewardQuery) GetStatus() *LoyaltyRewardStatus
- func (s *SearchLoyaltyRewardsRequestLoyaltyRewardQuery) String() string
- func (s *SearchLoyaltyRewardsRequestLoyaltyRewardQuery) UnmarshalJSON(data []byte) error
- type SearchLoyaltyRewardsResponse
- func (s *SearchLoyaltyRewardsResponse) GetCursor() *string
- func (s *SearchLoyaltyRewardsResponse) GetErrors() []*Error
- func (s *SearchLoyaltyRewardsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchLoyaltyRewardsResponse) GetRewards() []*LoyaltyReward
- func (s *SearchLoyaltyRewardsResponse) String() string
- func (s *SearchLoyaltyRewardsResponse) UnmarshalJSON(data []byte) error
- type SearchOrdersCustomerFilter
- type SearchOrdersDateTimeFilter
- func (s *SearchOrdersDateTimeFilter) GetClosedAt() *TimeRange
- func (s *SearchOrdersDateTimeFilter) GetCreatedAt() *TimeRange
- func (s *SearchOrdersDateTimeFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchOrdersDateTimeFilter) GetUpdatedAt() *TimeRange
- func (s *SearchOrdersDateTimeFilter) String() string
- func (s *SearchOrdersDateTimeFilter) UnmarshalJSON(data []byte) error
- type SearchOrdersFilter
- func (s *SearchOrdersFilter) GetCustomerFilter() *SearchOrdersCustomerFilter
- func (s *SearchOrdersFilter) GetDateTimeFilter() *SearchOrdersDateTimeFilter
- func (s *SearchOrdersFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchOrdersFilter) GetFulfillmentFilter() *SearchOrdersFulfillmentFilter
- func (s *SearchOrdersFilter) GetSourceFilter() *SearchOrdersSourceFilter
- func (s *SearchOrdersFilter) GetStateFilter() *SearchOrdersStateFilter
- func (s *SearchOrdersFilter) String() string
- func (s *SearchOrdersFilter) UnmarshalJSON(data []byte) error
- type SearchOrdersFulfillmentFilter
- func (s *SearchOrdersFulfillmentFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchOrdersFulfillmentFilter) GetFulfillmentStates() []FulfillmentState
- func (s *SearchOrdersFulfillmentFilter) GetFulfillmentTypes() []FulfillmentType
- func (s *SearchOrdersFulfillmentFilter) String() string
- func (s *SearchOrdersFulfillmentFilter) UnmarshalJSON(data []byte) error
- type SearchOrdersQuery
- type SearchOrdersRequest
- type SearchOrdersResponse
- func (s *SearchOrdersResponse) GetCursor() *string
- func (s *SearchOrdersResponse) GetErrors() []*Error
- func (s *SearchOrdersResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchOrdersResponse) GetOrderEntries() []*OrderEntry
- func (s *SearchOrdersResponse) GetOrders() []*Order
- func (s *SearchOrdersResponse) String() string
- func (s *SearchOrdersResponse) UnmarshalJSON(data []byte) error
- type SearchOrdersSort
- type SearchOrdersSortField
- type SearchOrdersSourceFilter
- type SearchOrdersStateFilter
- type SearchScheduledShiftsRequest
- type SearchScheduledShiftsResponse
- func (s *SearchScheduledShiftsResponse) GetCursor() *string
- func (s *SearchScheduledShiftsResponse) GetErrors() []*Error
- func (s *SearchScheduledShiftsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchScheduledShiftsResponse) GetScheduledShifts() []*ScheduledShift
- func (s *SearchScheduledShiftsResponse) String() string
- func (s *SearchScheduledShiftsResponse) UnmarshalJSON(data []byte) error
- type SearchShiftsResponse
- func (s *SearchShiftsResponse) GetCursor() *string
- func (s *SearchShiftsResponse) GetErrors() []*Error
- func (s *SearchShiftsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchShiftsResponse) GetShifts() []*Shift
- func (s *SearchShiftsResponse) String() string
- func (s *SearchShiftsResponse) UnmarshalJSON(data []byte) error
- type SearchSubscriptionsFilter
- func (s *SearchSubscriptionsFilter) GetCustomerIDs() []string
- func (s *SearchSubscriptionsFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchSubscriptionsFilter) GetLocationIDs() []string
- func (s *SearchSubscriptionsFilter) GetSourceNames() []string
- func (s *SearchSubscriptionsFilter) String() string
- func (s *SearchSubscriptionsFilter) UnmarshalJSON(data []byte) error
- type SearchSubscriptionsQuery
- type SearchSubscriptionsRequest
- type SearchSubscriptionsResponse
- func (s *SearchSubscriptionsResponse) GetCursor() *string
- func (s *SearchSubscriptionsResponse) GetErrors() []*Error
- func (s *SearchSubscriptionsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchSubscriptionsResponse) GetSubscriptions() []*Subscription
- func (s *SearchSubscriptionsResponse) String() string
- func (s *SearchSubscriptionsResponse) UnmarshalJSON(data []byte) error
- type SearchTeamMembersFilter
- func (s *SearchTeamMembersFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchTeamMembersFilter) GetIsOwner() *bool
- func (s *SearchTeamMembersFilter) GetLocationIDs() []string
- func (s *SearchTeamMembersFilter) GetStatus() *TeamMemberStatus
- func (s *SearchTeamMembersFilter) String() string
- func (s *SearchTeamMembersFilter) UnmarshalJSON(data []byte) error
- type SearchTeamMembersQuery
- type SearchTeamMembersRequest
- type SearchTeamMembersResponse
- func (s *SearchTeamMembersResponse) GetCursor() *string
- func (s *SearchTeamMembersResponse) GetErrors() []*Error
- func (s *SearchTeamMembersResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchTeamMembersResponse) GetTeamMembers() []*TeamMember
- func (s *SearchTeamMembersResponse) String() string
- func (s *SearchTeamMembersResponse) UnmarshalJSON(data []byte) error
- type SearchTerminalActionsResponse
- func (s *SearchTerminalActionsResponse) GetAction() []*TerminalAction
- func (s *SearchTerminalActionsResponse) GetCursor() *string
- func (s *SearchTerminalActionsResponse) GetErrors() []*Error
- func (s *SearchTerminalActionsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchTerminalActionsResponse) String() string
- func (s *SearchTerminalActionsResponse) UnmarshalJSON(data []byte) error
- type SearchTerminalCheckoutsResponse
- func (s *SearchTerminalCheckoutsResponse) GetCheckouts() []*TerminalCheckout
- func (s *SearchTerminalCheckoutsResponse) GetCursor() *string
- func (s *SearchTerminalCheckoutsResponse) GetErrors() []*Error
- func (s *SearchTerminalCheckoutsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchTerminalCheckoutsResponse) String() string
- func (s *SearchTerminalCheckoutsResponse) UnmarshalJSON(data []byte) error
- type SearchTerminalRefundsResponse
- func (s *SearchTerminalRefundsResponse) GetCursor() *string
- func (s *SearchTerminalRefundsResponse) GetErrors() []*Error
- func (s *SearchTerminalRefundsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchTerminalRefundsResponse) GetRefunds() []*TerminalRefund
- func (s *SearchTerminalRefundsResponse) String() string
- func (s *SearchTerminalRefundsResponse) UnmarshalJSON(data []byte) error
- type SearchTimecardsRequest
- type SearchTimecardsResponse
- func (s *SearchTimecardsResponse) GetCursor() *string
- func (s *SearchTimecardsResponse) GetErrors() []*Error
- func (s *SearchTimecardsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchTimecardsResponse) GetTimecards() []*Timecard
- func (s *SearchTimecardsResponse) String() string
- func (s *SearchTimecardsResponse) UnmarshalJSON(data []byte) error
- type SearchTransferOrdersRequest
- type SearchTransferOrdersResponse
- func (s *SearchTransferOrdersResponse) GetCursor() *string
- func (s *SearchTransferOrdersResponse) GetErrors() []*Error
- func (s *SearchTransferOrdersResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchTransferOrdersResponse) GetTransferOrders() []*TransferOrder
- func (s *SearchTransferOrdersResponse) String() string
- func (s *SearchTransferOrdersResponse) UnmarshalJSON(data []byte) error
- type SearchVendorsRequest
- type SearchVendorsRequestFilter
- func (s *SearchVendorsRequestFilter) GetExtraProperties() map[string]interface{}
- func (s *SearchVendorsRequestFilter) GetName() []string
- func (s *SearchVendorsRequestFilter) GetStatus() []VendorStatus
- func (s *SearchVendorsRequestFilter) String() string
- func (s *SearchVendorsRequestFilter) UnmarshalJSON(data []byte) error
- type SearchVendorsRequestSort
- func (s *SearchVendorsRequestSort) GetExtraProperties() map[string]interface{}
- func (s *SearchVendorsRequestSort) GetField() *SearchVendorsRequestSortField
- func (s *SearchVendorsRequestSort) GetOrder() *SortOrder
- func (s *SearchVendorsRequestSort) String() string
- func (s *SearchVendorsRequestSort) UnmarshalJSON(data []byte) error
- type SearchVendorsRequestSortField
- type SearchVendorsResponse
- func (s *SearchVendorsResponse) GetCursor() *string
- func (s *SearchVendorsResponse) GetErrors() []*Error
- func (s *SearchVendorsResponse) GetExtraProperties() map[string]interface{}
- func (s *SearchVendorsResponse) GetVendors() []*Vendor
- func (s *SearchVendorsResponse) String() string
- func (s *SearchVendorsResponse) UnmarshalJSON(data []byte) error
- type SegmentFilter
- type SelectOption
- type SelectOptions
- func (s *SelectOptions) GetBody() string
- func (s *SelectOptions) GetExtraProperties() map[string]interface{}
- func (s *SelectOptions) GetOptions() []*SelectOption
- func (s *SelectOptions) GetSelectedOption() *SelectOption
- func (s *SelectOptions) GetTitle() string
- func (s *SelectOptions) String() string
- func (s *SelectOptions) UnmarshalJSON(data []byte) error
- type Shift
- func (s *Shift) GetBreaks() []*Break
- func (s *Shift) GetCreatedAt() *string
- func (s *Shift) GetDeclaredCashTipMoney() *Money
- func (s *Shift) GetEmployeeID() *string
- func (s *Shift) GetEndAt() *string
- func (s *Shift) GetExtraProperties() map[string]interface{}
- func (s *Shift) GetID() *string
- func (s *Shift) GetLocationID() string
- func (s *Shift) GetStartAt() string
- func (s *Shift) GetStatus() *ShiftStatus
- func (s *Shift) GetTeamMemberID() *string
- func (s *Shift) GetTimezone() *string
- func (s *Shift) GetUpdatedAt() *string
- func (s *Shift) GetVersion() *int
- func (s *Shift) GetWage() *ShiftWage
- func (s *Shift) String() string
- func (s *Shift) UnmarshalJSON(data []byte) error
- type ShiftFilter
- func (s *ShiftFilter) GetEmployeeIDs() []string
- func (s *ShiftFilter) GetEnd() *TimeRange
- func (s *ShiftFilter) GetExtraProperties() map[string]interface{}
- func (s *ShiftFilter) GetLocationIDs() []string
- func (s *ShiftFilter) GetStart() *TimeRange
- func (s *ShiftFilter) GetStatus() *ShiftFilterStatus
- func (s *ShiftFilter) GetTeamMemberIDs() []string
- func (s *ShiftFilter) GetWorkday() *ShiftWorkday
- func (s *ShiftFilter) String() string
- func (s *ShiftFilter) UnmarshalJSON(data []byte) error
- type ShiftFilterStatus
- type ShiftQuery
- type ShiftSort
- type ShiftSortField
- type ShiftStatus
- type ShiftWage
- func (s *ShiftWage) GetExtraProperties() map[string]interface{}
- func (s *ShiftWage) GetHourlyRate() *Money
- func (s *ShiftWage) GetJobID() *string
- func (s *ShiftWage) GetTipEligible() *bool
- func (s *ShiftWage) GetTitle() *string
- func (s *ShiftWage) String() string
- func (s *ShiftWage) UnmarshalJSON(data []byte) error
- type ShiftWorkday
- func (s *ShiftWorkday) GetDateRange() *DateRange
- func (s *ShiftWorkday) GetDefaultTimezone() *string
- func (s *ShiftWorkday) GetExtraProperties() map[string]interface{}
- func (s *ShiftWorkday) GetMatchShiftsBy() *ShiftWorkdayMatcher
- func (s *ShiftWorkday) String() string
- func (s *ShiftWorkday) UnmarshalJSON(data []byte) error
- type ShiftWorkdayMatcher
- type ShippingFee
- type SignatureImage
- type SignatureOptions
- func (s *SignatureOptions) GetBody() string
- func (s *SignatureOptions) GetExtraProperties() map[string]interface{}
- func (s *SignatureOptions) GetSignature() []*SignatureImage
- func (s *SignatureOptions) GetTitle() string
- func (s *SignatureOptions) String() string
- func (s *SignatureOptions) UnmarshalJSON(data []byte) error
- type Site
- func (s *Site) GetCreatedAt() *string
- func (s *Site) GetDomain() *string
- func (s *Site) GetExtraProperties() map[string]interface{}
- func (s *Site) GetID() *string
- func (s *Site) GetIsPublished() *bool
- func (s *Site) GetSiteTitle() *string
- func (s *Site) GetUpdatedAt() *string
- func (s *Site) String() string
- func (s *Site) UnmarshalJSON(data []byte) error
- type Snippet
- func (s *Snippet) GetContent() string
- func (s *Snippet) GetCreatedAt() *string
- func (s *Snippet) GetExtraProperties() map[string]interface{}
- func (s *Snippet) GetID() *string
- func (s *Snippet) GetSiteID() *string
- func (s *Snippet) GetUpdatedAt() *string
- func (s *Snippet) String() string
- func (s *Snippet) UnmarshalJSON(data []byte) error
- type SnippetsDeleteRequest
- type SnippetsGetRequest
- type SortOrder
- type SourceApplication
- func (s *SourceApplication) GetApplicationID() *string
- func (s *SourceApplication) GetExtraProperties() map[string]interface{}
- func (s *SourceApplication) GetName() *string
- func (s *SourceApplication) GetProduct() *Product
- func (s *SourceApplication) String() string
- func (s *SourceApplication) UnmarshalJSON(data []byte) error
- type SquareAccountDetails
- func (s *SquareAccountDetails) GetErrors() []*Error
- func (s *SquareAccountDetails) GetExtraProperties() map[string]interface{}
- func (s *SquareAccountDetails) GetPaymentSourceToken() *string
- func (s *SquareAccountDetails) String() string
- func (s *SquareAccountDetails) UnmarshalJSON(data []byte) error
- type StandardUnitDescription
- func (s *StandardUnitDescription) GetAbbreviation() *string
- func (s *StandardUnitDescription) GetExtraProperties() map[string]interface{}
- func (s *StandardUnitDescription) GetName() *string
- func (s *StandardUnitDescription) GetUnit() *MeasurementUnit
- func (s *StandardUnitDescription) String() string
- func (s *StandardUnitDescription) UnmarshalJSON(data []byte) error
- type StandardUnitDescriptionGroup
- func (s *StandardUnitDescriptionGroup) GetExtraProperties() map[string]interface{}
- func (s *StandardUnitDescriptionGroup) GetLanguageCode() *string
- func (s *StandardUnitDescriptionGroup) GetStandardUnitDescriptions() []*StandardUnitDescription
- func (s *StandardUnitDescriptionGroup) String() string
- func (s *StandardUnitDescriptionGroup) UnmarshalJSON(data []byte) error
- type StartTransferOrderRequest
- type StartTransferOrderResponse
- func (s *StartTransferOrderResponse) GetErrors() []*Error
- func (s *StartTransferOrderResponse) GetExtraProperties() map[string]interface{}
- func (s *StartTransferOrderResponse) GetTransferOrder() *TransferOrder
- func (s *StartTransferOrderResponse) String() string
- func (s *StartTransferOrderResponse) UnmarshalJSON(data []byte) error
- type SubmitEvidenceDisputesRequest
- type SubmitEvidenceResponse
- func (s *SubmitEvidenceResponse) GetDispute() *Dispute
- func (s *SubmitEvidenceResponse) GetErrors() []*Error
- func (s *SubmitEvidenceResponse) GetExtraProperties() map[string]interface{}
- func (s *SubmitEvidenceResponse) String() string
- func (s *SubmitEvidenceResponse) UnmarshalJSON(data []byte) error
- type Subscription
- func (s *Subscription) GetActions() []*SubscriptionAction
- func (s *Subscription) GetCanceledDate() *string
- func (s *Subscription) GetCardID() *string
- func (s *Subscription) GetChargedThroughDate() *string
- func (s *Subscription) GetCompletedDate() *string
- func (s *Subscription) GetCreatedAt() *string
- func (s *Subscription) GetCustomerID() *string
- func (s *Subscription) GetExtraProperties() map[string]interface{}
- func (s *Subscription) GetID() *string
- func (s *Subscription) GetInvoiceIDs() []string
- func (s *Subscription) GetLocationID() *string
- func (s *Subscription) GetMonthlyBillingAnchorDate() *int
- func (s *Subscription) GetPhases() []*Phase
- func (s *Subscription) GetPlanVariationID() *string
- func (s *Subscription) GetPriceOverrideMoney() *Money
- func (s *Subscription) GetSource() *SubscriptionSource
- func (s *Subscription) GetStartDate() *string
- func (s *Subscription) GetStatus() *SubscriptionStatus
- func (s *Subscription) GetTaxPercentage() *string
- func (s *Subscription) GetTimezone() *string
- func (s *Subscription) GetVersion() *int64
- func (s *Subscription) String() string
- func (s *Subscription) UnmarshalJSON(data []byte) error
- type SubscriptionAction
- func (s *SubscriptionAction) GetEffectiveDate() *string
- func (s *SubscriptionAction) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionAction) GetID() *string
- func (s *SubscriptionAction) GetMonthlyBillingAnchorDate() *int
- func (s *SubscriptionAction) GetNewPlanVariationID() *string
- func (s *SubscriptionAction) GetPhases() []*Phase
- func (s *SubscriptionAction) GetType() *SubscriptionActionType
- func (s *SubscriptionAction) String() string
- func (s *SubscriptionAction) UnmarshalJSON(data []byte) error
- type SubscriptionActionType
- type SubscriptionCadence
- type SubscriptionCreatedEvent
- func (s *SubscriptionCreatedEvent) GetCreatedAt() *string
- func (s *SubscriptionCreatedEvent) GetData() *SubscriptionCreatedEventData
- func (s *SubscriptionCreatedEvent) GetEventID() *string
- func (s *SubscriptionCreatedEvent) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionCreatedEvent) GetMerchantID() *string
- func (s *SubscriptionCreatedEvent) GetType() *string
- func (s *SubscriptionCreatedEvent) String() string
- func (s *SubscriptionCreatedEvent) UnmarshalJSON(data []byte) error
- type SubscriptionCreatedEventData
- func (s *SubscriptionCreatedEventData) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionCreatedEventData) GetID() *string
- func (s *SubscriptionCreatedEventData) GetObject() *SubscriptionCreatedEventObject
- func (s *SubscriptionCreatedEventData) GetType() *string
- func (s *SubscriptionCreatedEventData) String() string
- func (s *SubscriptionCreatedEventData) UnmarshalJSON(data []byte) error
- type SubscriptionCreatedEventObject
- type SubscriptionEvent
- func (s *SubscriptionEvent) GetEffectiveDate() string
- func (s *SubscriptionEvent) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionEvent) GetID() string
- func (s *SubscriptionEvent) GetInfo() *SubscriptionEventInfo
- func (s *SubscriptionEvent) GetMonthlyBillingAnchorDate() *int
- func (s *SubscriptionEvent) GetPhases() []*Phase
- func (s *SubscriptionEvent) GetPlanVariationID() string
- func (s *SubscriptionEvent) GetSubscriptionEventType() SubscriptionEventSubscriptionEventType
- func (s *SubscriptionEvent) String() string
- func (s *SubscriptionEvent) UnmarshalJSON(data []byte) error
- type SubscriptionEventInfo
- func (s *SubscriptionEventInfo) GetCode() *SubscriptionEventInfoCode
- func (s *SubscriptionEventInfo) GetDetail() *string
- func (s *SubscriptionEventInfo) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionEventInfo) String() string
- func (s *SubscriptionEventInfo) UnmarshalJSON(data []byte) error
- type SubscriptionEventInfoCode
- type SubscriptionEventSubscriptionEventType
- type SubscriptionPhase
- func (s *SubscriptionPhase) GetCadence() SubscriptionCadence
- func (s *SubscriptionPhase) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionPhase) GetOrdinal() *int64
- func (s *SubscriptionPhase) GetPeriods() *int
- func (s *SubscriptionPhase) GetPricing() *SubscriptionPricing
- func (s *SubscriptionPhase) GetRecurringPriceMoney() *Money
- func (s *SubscriptionPhase) GetUID() *string
- func (s *SubscriptionPhase) String() string
- func (s *SubscriptionPhase) UnmarshalJSON(data []byte) error
- type SubscriptionPricing
- func (s *SubscriptionPricing) GetDiscountIDs() []string
- func (s *SubscriptionPricing) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionPricing) GetPriceMoney() *Money
- func (s *SubscriptionPricing) GetType() *SubscriptionPricingType
- func (s *SubscriptionPricing) String() string
- func (s *SubscriptionPricing) UnmarshalJSON(data []byte) error
- type SubscriptionPricingType
- type SubscriptionSource
- type SubscriptionStatus
- type SubscriptionTestResult
- func (s *SubscriptionTestResult) GetCreatedAt() *string
- func (s *SubscriptionTestResult) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionTestResult) GetID() *string
- func (s *SubscriptionTestResult) GetPayload() *string
- func (s *SubscriptionTestResult) GetStatusCode() *int
- func (s *SubscriptionTestResult) GetUpdatedAt() *string
- func (s *SubscriptionTestResult) String() string
- func (s *SubscriptionTestResult) UnmarshalJSON(data []byte) error
- type SubscriptionUpdatedEvent
- func (s *SubscriptionUpdatedEvent) GetCreatedAt() *string
- func (s *SubscriptionUpdatedEvent) GetData() *SubscriptionUpdatedEventData
- func (s *SubscriptionUpdatedEvent) GetEventID() *string
- func (s *SubscriptionUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionUpdatedEvent) GetMerchantID() *string
- func (s *SubscriptionUpdatedEvent) GetType() *string
- func (s *SubscriptionUpdatedEvent) String() string
- func (s *SubscriptionUpdatedEvent) UnmarshalJSON(data []byte) error
- type SubscriptionUpdatedEventData
- func (s *SubscriptionUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (s *SubscriptionUpdatedEventData) GetID() *string
- func (s *SubscriptionUpdatedEventData) GetObject() *SubscriptionUpdatedEventObject
- func (s *SubscriptionUpdatedEventData) GetType() *string
- func (s *SubscriptionUpdatedEventData) String() string
- func (s *SubscriptionUpdatedEventData) UnmarshalJSON(data []byte) error
- type SubscriptionUpdatedEventObject
- type SubscriptionsCancelRequest
- type SubscriptionsDeleteActionRequest
- type SubscriptionsGetRequest
- type SubscriptionsListEventsRequest
- type SwapPlanRequest
- type SwapPlanResponse
- func (s *SwapPlanResponse) GetActions() []*SubscriptionAction
- func (s *SwapPlanResponse) GetErrors() []*Error
- func (s *SwapPlanResponse) GetExtraProperties() map[string]interface{}
- func (s *SwapPlanResponse) GetSubscription() *Subscription
- func (s *SwapPlanResponse) String() string
- func (s *SwapPlanResponse) UnmarshalJSON(data []byte) error
- type TaxCalculationPhase
- type TaxIDs
- func (t *TaxIDs) GetEsNif() *string
- func (t *TaxIDs) GetEuVat() *string
- func (t *TaxIDs) GetExtraProperties() map[string]interface{}
- func (t *TaxIDs) GetFrNaf() *string
- func (t *TaxIDs) GetFrSiret() *string
- func (t *TaxIDs) GetJpQii() *string
- func (t *TaxIDs) String() string
- func (t *TaxIDs) UnmarshalJSON(data []byte) error
- type TaxInclusionType
- type TeamMember
- func (t *TeamMember) GetAssignedLocations() *TeamMemberAssignedLocations
- func (t *TeamMember) GetCreatedAt() *string
- func (t *TeamMember) GetEmailAddress() *string
- func (t *TeamMember) GetExtraProperties() map[string]interface{}
- func (t *TeamMember) GetFamilyName() *string
- func (t *TeamMember) GetGivenName() *string
- func (t *TeamMember) GetID() *string
- func (t *TeamMember) GetIsOwner() *bool
- func (t *TeamMember) GetPhoneNumber() *string
- func (t *TeamMember) GetReferenceID() *string
- func (t *TeamMember) GetStatus() *TeamMemberStatus
- func (t *TeamMember) GetUpdatedAt() *string
- func (t *TeamMember) GetWageSetting() *WageSetting
- func (t *TeamMember) String() string
- func (t *TeamMember) UnmarshalJSON(data []byte) error
- type TeamMemberAssignedLocations
- func (t *TeamMemberAssignedLocations) GetAssignmentType() *TeamMemberAssignedLocationsAssignmentType
- func (t *TeamMemberAssignedLocations) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberAssignedLocations) GetLocationIDs() []string
- func (t *TeamMemberAssignedLocations) String() string
- func (t *TeamMemberAssignedLocations) UnmarshalJSON(data []byte) error
- type TeamMemberAssignedLocationsAssignmentType
- type TeamMemberBookingProfile
- func (t *TeamMemberBookingProfile) GetDescription() *string
- func (t *TeamMemberBookingProfile) GetDisplayName() *string
- func (t *TeamMemberBookingProfile) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberBookingProfile) GetIsBookable() *bool
- func (t *TeamMemberBookingProfile) GetProfileImageURL() *string
- func (t *TeamMemberBookingProfile) GetTeamMemberID() *string
- func (t *TeamMemberBookingProfile) String() string
- func (t *TeamMemberBookingProfile) UnmarshalJSON(data []byte) error
- type TeamMemberCreatedEvent
- func (t *TeamMemberCreatedEvent) GetCreatedAt() *string
- func (t *TeamMemberCreatedEvent) GetData() *TeamMemberCreatedEventData
- func (t *TeamMemberCreatedEvent) GetEventID() *string
- func (t *TeamMemberCreatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberCreatedEvent) GetMerchantID() *string
- func (t *TeamMemberCreatedEvent) GetType() *string
- func (t *TeamMemberCreatedEvent) String() string
- func (t *TeamMemberCreatedEvent) UnmarshalJSON(data []byte) error
- type TeamMemberCreatedEventData
- func (t *TeamMemberCreatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberCreatedEventData) GetID() *string
- func (t *TeamMemberCreatedEventData) GetObject() *TeamMemberCreatedEventObject
- func (t *TeamMemberCreatedEventData) GetType() *string
- func (t *TeamMemberCreatedEventData) String() string
- func (t *TeamMemberCreatedEventData) UnmarshalJSON(data []byte) error
- type TeamMemberCreatedEventObject
- type TeamMemberInvitationStatus
- type TeamMemberStatus
- type TeamMemberUpdatedEvent
- func (t *TeamMemberUpdatedEvent) GetCreatedAt() *string
- func (t *TeamMemberUpdatedEvent) GetData() *TeamMemberUpdatedEventData
- func (t *TeamMemberUpdatedEvent) GetEventID() *string
- func (t *TeamMemberUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberUpdatedEvent) GetMerchantID() *string
- func (t *TeamMemberUpdatedEvent) GetType() *string
- func (t *TeamMemberUpdatedEvent) String() string
- func (t *TeamMemberUpdatedEvent) UnmarshalJSON(data []byte) error
- type TeamMemberUpdatedEventData
- func (t *TeamMemberUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberUpdatedEventData) GetID() *string
- func (t *TeamMemberUpdatedEventData) GetObject() *TeamMemberUpdatedEventObject
- func (t *TeamMemberUpdatedEventData) GetType() *string
- func (t *TeamMemberUpdatedEventData) String() string
- func (t *TeamMemberUpdatedEventData) UnmarshalJSON(data []byte) error
- type TeamMemberUpdatedEventObject
- type TeamMemberWage
- func (t *TeamMemberWage) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberWage) GetHourlyRate() *Money
- func (t *TeamMemberWage) GetID() *string
- func (t *TeamMemberWage) GetJobID() *string
- func (t *TeamMemberWage) GetTeamMemberID() *string
- func (t *TeamMemberWage) GetTipEligible() *bool
- func (t *TeamMemberWage) GetTitle() *string
- func (t *TeamMemberWage) String() string
- func (t *TeamMemberWage) UnmarshalJSON(data []byte) error
- type TeamMemberWageSettingUpdatedEvent
- func (t *TeamMemberWageSettingUpdatedEvent) GetCreatedAt() *string
- func (t *TeamMemberWageSettingUpdatedEvent) GetData() *TeamMemberWageSettingUpdatedEventData
- func (t *TeamMemberWageSettingUpdatedEvent) GetEventID() *string
- func (t *TeamMemberWageSettingUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberWageSettingUpdatedEvent) GetMerchantID() *string
- func (t *TeamMemberWageSettingUpdatedEvent) GetType() *string
- func (t *TeamMemberWageSettingUpdatedEvent) String() string
- func (t *TeamMemberWageSettingUpdatedEvent) UnmarshalJSON(data []byte) error
- type TeamMemberWageSettingUpdatedEventData
- func (t *TeamMemberWageSettingUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberWageSettingUpdatedEventData) GetID() *string
- func (t *TeamMemberWageSettingUpdatedEventData) GetObject() *TeamMemberWageSettingUpdatedEventObject
- func (t *TeamMemberWageSettingUpdatedEventData) GetType() *string
- func (t *TeamMemberWageSettingUpdatedEventData) String() string
- func (t *TeamMemberWageSettingUpdatedEventData) UnmarshalJSON(data []byte) error
- type TeamMemberWageSettingUpdatedEventObject
- func (t *TeamMemberWageSettingUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (t *TeamMemberWageSettingUpdatedEventObject) GetWageSetting() *WageSetting
- func (t *TeamMemberWageSettingUpdatedEventObject) String() string
- func (t *TeamMemberWageSettingUpdatedEventObject) UnmarshalJSON(data []byte) error
- type TeamMembersGetRequest
- type TeamMembersUpdateRequest
- type Tender
- func (t *Tender) GetAdditionalRecipients() []*AdditionalRecipient
- func (t *Tender) GetAmountMoney() *Money
- func (t *Tender) GetBankAccountDetails() *TenderBankAccountDetails
- func (t *Tender) GetBuyNowPayLaterDetails() *TenderBuyNowPayLaterDetails
- func (t *Tender) GetCardDetails() *TenderCardDetails
- func (t *Tender) GetCashDetails() *TenderCashDetails
- func (t *Tender) GetCreatedAt() *string
- func (t *Tender) GetCustomerID() *string
- func (t *Tender) GetExtraProperties() map[string]interface{}
- func (t *Tender) GetID() *string
- func (t *Tender) GetLocationID() *string
- func (t *Tender) GetNote() *string
- func (t *Tender) GetPaymentID() *string
- func (t *Tender) GetProcessingFeeMoney() *Money
- func (t *Tender) GetSquareAccountDetails() *TenderSquareAccountDetails
- func (t *Tender) GetTipMoney() *Money
- func (t *Tender) GetTransactionID() *string
- func (t *Tender) GetType() TenderType
- func (t *Tender) String() string
- func (t *Tender) UnmarshalJSON(data []byte) error
- type TenderBankAccountDetails
- type TenderBankAccountDetailsStatus
- type TenderBuyNowPayLaterDetails
- func (t *TenderBuyNowPayLaterDetails) GetBuyNowPayLaterBrand() *TenderBuyNowPayLaterDetailsBrand
- func (t *TenderBuyNowPayLaterDetails) GetExtraProperties() map[string]interface{}
- func (t *TenderBuyNowPayLaterDetails) GetStatus() *TenderBuyNowPayLaterDetailsStatus
- func (t *TenderBuyNowPayLaterDetails) String() string
- func (t *TenderBuyNowPayLaterDetails) UnmarshalJSON(data []byte) error
- type TenderBuyNowPayLaterDetailsBrand
- type TenderBuyNowPayLaterDetailsStatus
- type TenderCardDetails
- func (t *TenderCardDetails) GetCard() *Card
- func (t *TenderCardDetails) GetEntryMethod() *TenderCardDetailsEntryMethod
- func (t *TenderCardDetails) GetExtraProperties() map[string]interface{}
- func (t *TenderCardDetails) GetStatus() *TenderCardDetailsStatus
- func (t *TenderCardDetails) String() string
- func (t *TenderCardDetails) UnmarshalJSON(data []byte) error
- type TenderCardDetailsEntryMethod
- type TenderCardDetailsStatus
- type TenderCashDetails
- type TenderSquareAccountDetails
- type TenderSquareAccountDetailsStatus
- type TenderType
- type TerminalAction
- func (t *TerminalAction) GetAppID() *string
- func (t *TerminalAction) GetAwaitNextAction() *bool
- func (t *TerminalAction) GetAwaitNextActionDuration() *string
- func (t *TerminalAction) GetCancelReason() *ActionCancelReason
- func (t *TerminalAction) GetConfirmationOptions() *ConfirmationOptions
- func (t *TerminalAction) GetCreatedAt() *string
- func (t *TerminalAction) GetDataCollectionOptions() *DataCollectionOptions
- func (t *TerminalAction) GetDeadlineDuration() *string
- func (t *TerminalAction) GetDeviceID() *string
- func (t *TerminalAction) GetDeviceMetadata() *DeviceMetadata
- func (t *TerminalAction) GetExtraProperties() map[string]interface{}
- func (t *TerminalAction) GetID() *string
- func (t *TerminalAction) GetLocationID() *string
- func (t *TerminalAction) GetQrCodeOptions() *QrCodeOptions
- func (t *TerminalAction) GetReceiptOptions() *ReceiptOptions
- func (t *TerminalAction) GetSaveCardOptions() *SaveCardOptions
- func (t *TerminalAction) GetSelectOptions() *SelectOptions
- func (t *TerminalAction) GetSignatureOptions() *SignatureOptions
- func (t *TerminalAction) GetStatus() *string
- func (t *TerminalAction) GetType() *TerminalActionActionType
- func (t *TerminalAction) GetUpdatedAt() *string
- func (t *TerminalAction) String() string
- func (t *TerminalAction) UnmarshalJSON(data []byte) error
- type TerminalActionActionType
- type TerminalActionCreatedEvent
- func (t *TerminalActionCreatedEvent) GetCreatedAt() *string
- func (t *TerminalActionCreatedEvent) GetData() *TerminalActionCreatedEventData
- func (t *TerminalActionCreatedEvent) GetEventID() *string
- func (t *TerminalActionCreatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TerminalActionCreatedEvent) GetMerchantID() *string
- func (t *TerminalActionCreatedEvent) GetType() *string
- func (t *TerminalActionCreatedEvent) String() string
- func (t *TerminalActionCreatedEvent) UnmarshalJSON(data []byte) error
- type TerminalActionCreatedEventData
- func (t *TerminalActionCreatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TerminalActionCreatedEventData) GetID() *string
- func (t *TerminalActionCreatedEventData) GetObject() *TerminalActionCreatedEventObject
- func (t *TerminalActionCreatedEventData) GetType() *string
- func (t *TerminalActionCreatedEventData) String() string
- func (t *TerminalActionCreatedEventData) UnmarshalJSON(data []byte) error
- type TerminalActionCreatedEventObject
- type TerminalActionQuery
- func (t *TerminalActionQuery) GetExtraProperties() map[string]interface{}
- func (t *TerminalActionQuery) GetFilter() *TerminalActionQueryFilter
- func (t *TerminalActionQuery) GetSort() *TerminalActionQuerySort
- func (t *TerminalActionQuery) String() string
- func (t *TerminalActionQuery) UnmarshalJSON(data []byte) error
- type TerminalActionQueryFilter
- func (t *TerminalActionQueryFilter) GetCreatedAt() *TimeRange
- func (t *TerminalActionQueryFilter) GetDeviceID() *string
- func (t *TerminalActionQueryFilter) GetExtraProperties() map[string]interface{}
- func (t *TerminalActionQueryFilter) GetStatus() *string
- func (t *TerminalActionQueryFilter) GetType() *TerminalActionActionType
- func (t *TerminalActionQueryFilter) String() string
- func (t *TerminalActionQueryFilter) UnmarshalJSON(data []byte) error
- type TerminalActionQuerySort
- type TerminalActionUpdatedEvent
- func (t *TerminalActionUpdatedEvent) GetCreatedAt() *string
- func (t *TerminalActionUpdatedEvent) GetData() *TerminalActionUpdatedEventData
- func (t *TerminalActionUpdatedEvent) GetEventID() *string
- func (t *TerminalActionUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TerminalActionUpdatedEvent) GetMerchantID() *string
- func (t *TerminalActionUpdatedEvent) GetType() *string
- func (t *TerminalActionUpdatedEvent) String() string
- func (t *TerminalActionUpdatedEvent) UnmarshalJSON(data []byte) error
- type TerminalActionUpdatedEventData
- func (t *TerminalActionUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TerminalActionUpdatedEventData) GetID() *string
- func (t *TerminalActionUpdatedEventData) GetObject() *TerminalActionUpdatedEventObject
- func (t *TerminalActionUpdatedEventData) GetType() *string
- func (t *TerminalActionUpdatedEventData) String() string
- func (t *TerminalActionUpdatedEventData) UnmarshalJSON(data []byte) error
- type TerminalActionUpdatedEventObject
- type TerminalCheckout
- func (t *TerminalCheckout) GetAmountMoney() *Money
- func (t *TerminalCheckout) GetAppFeeMoney() *Money
- func (t *TerminalCheckout) GetAppID() *string
- func (t *TerminalCheckout) GetCancelReason() *ActionCancelReason
- func (t *TerminalCheckout) GetCreatedAt() *string
- func (t *TerminalCheckout) GetCustomerID() *string
- func (t *TerminalCheckout) GetDeadlineDuration() *string
- func (t *TerminalCheckout) GetDeviceOptions() *DeviceCheckoutOptions
- func (t *TerminalCheckout) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckout) GetID() *string
- func (t *TerminalCheckout) GetLocationID() *string
- func (t *TerminalCheckout) GetNote() *string
- func (t *TerminalCheckout) GetOrderID() *string
- func (t *TerminalCheckout) GetPaymentIDs() []string
- func (t *TerminalCheckout) GetPaymentOptions() *PaymentOptions
- func (t *TerminalCheckout) GetPaymentType() *CheckoutOptionsPaymentType
- func (t *TerminalCheckout) GetReferenceID() *string
- func (t *TerminalCheckout) GetStatementDescriptionIdentifier() *string
- func (t *TerminalCheckout) GetStatus() *string
- func (t *TerminalCheckout) GetTeamMemberID() *string
- func (t *TerminalCheckout) GetTipMoney() *Money
- func (t *TerminalCheckout) GetUpdatedAt() *string
- func (t *TerminalCheckout) String() string
- func (t *TerminalCheckout) UnmarshalJSON(data []byte) error
- type TerminalCheckoutCreatedEvent
- func (t *TerminalCheckoutCreatedEvent) GetCreatedAt() *string
- func (t *TerminalCheckoutCreatedEvent) GetData() *TerminalCheckoutCreatedEventData
- func (t *TerminalCheckoutCreatedEvent) GetEventID() *string
- func (t *TerminalCheckoutCreatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutCreatedEvent) GetMerchantID() *string
- func (t *TerminalCheckoutCreatedEvent) GetType() *string
- func (t *TerminalCheckoutCreatedEvent) String() string
- func (t *TerminalCheckoutCreatedEvent) UnmarshalJSON(data []byte) error
- type TerminalCheckoutCreatedEventData
- func (t *TerminalCheckoutCreatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutCreatedEventData) GetID() *string
- func (t *TerminalCheckoutCreatedEventData) GetObject() *TerminalCheckoutCreatedEventObject
- func (t *TerminalCheckoutCreatedEventData) GetType() *string
- func (t *TerminalCheckoutCreatedEventData) String() string
- func (t *TerminalCheckoutCreatedEventData) UnmarshalJSON(data []byte) error
- type TerminalCheckoutCreatedEventObject
- func (t *TerminalCheckoutCreatedEventObject) GetCheckout() *TerminalCheckout
- func (t *TerminalCheckoutCreatedEventObject) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutCreatedEventObject) String() string
- func (t *TerminalCheckoutCreatedEventObject) UnmarshalJSON(data []byte) error
- type TerminalCheckoutQuery
- func (t *TerminalCheckoutQuery) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutQuery) GetFilter() *TerminalCheckoutQueryFilter
- func (t *TerminalCheckoutQuery) GetSort() *TerminalCheckoutQuerySort
- func (t *TerminalCheckoutQuery) String() string
- func (t *TerminalCheckoutQuery) UnmarshalJSON(data []byte) error
- type TerminalCheckoutQueryFilter
- func (t *TerminalCheckoutQueryFilter) GetCreatedAt() *TimeRange
- func (t *TerminalCheckoutQueryFilter) GetDeviceID() *string
- func (t *TerminalCheckoutQueryFilter) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutQueryFilter) GetStatus() *string
- func (t *TerminalCheckoutQueryFilter) String() string
- func (t *TerminalCheckoutQueryFilter) UnmarshalJSON(data []byte) error
- type TerminalCheckoutQuerySort
- type TerminalCheckoutUpdatedEvent
- func (t *TerminalCheckoutUpdatedEvent) GetCreatedAt() *string
- func (t *TerminalCheckoutUpdatedEvent) GetData() *TerminalCheckoutUpdatedEventData
- func (t *TerminalCheckoutUpdatedEvent) GetEventID() *string
- func (t *TerminalCheckoutUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutUpdatedEvent) GetMerchantID() *string
- func (t *TerminalCheckoutUpdatedEvent) GetType() *string
- func (t *TerminalCheckoutUpdatedEvent) String() string
- func (t *TerminalCheckoutUpdatedEvent) UnmarshalJSON(data []byte) error
- type TerminalCheckoutUpdatedEventData
- func (t *TerminalCheckoutUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutUpdatedEventData) GetID() *string
- func (t *TerminalCheckoutUpdatedEventData) GetObject() *TerminalCheckoutUpdatedEventObject
- func (t *TerminalCheckoutUpdatedEventData) GetType() *string
- func (t *TerminalCheckoutUpdatedEventData) String() string
- func (t *TerminalCheckoutUpdatedEventData) UnmarshalJSON(data []byte) error
- type TerminalCheckoutUpdatedEventObject
- func (t *TerminalCheckoutUpdatedEventObject) GetCheckout() *TerminalCheckout
- func (t *TerminalCheckoutUpdatedEventObject) GetExtraProperties() map[string]interface{}
- func (t *TerminalCheckoutUpdatedEventObject) String() string
- func (t *TerminalCheckoutUpdatedEventObject) UnmarshalJSON(data []byte) error
- type TerminalRefund
- func (t *TerminalRefund) GetAmountMoney() *Money
- func (t *TerminalRefund) GetAppID() *string
- func (t *TerminalRefund) GetCancelReason() *ActionCancelReason
- func (t *TerminalRefund) GetCreatedAt() *string
- func (t *TerminalRefund) GetDeadlineDuration() *string
- func (t *TerminalRefund) GetDeviceID() string
- func (t *TerminalRefund) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefund) GetID() *string
- func (t *TerminalRefund) GetLocationID() *string
- func (t *TerminalRefund) GetOrderID() *string
- func (t *TerminalRefund) GetPaymentID() string
- func (t *TerminalRefund) GetReason() string
- func (t *TerminalRefund) GetRefundID() *string
- func (t *TerminalRefund) GetStatus() *string
- func (t *TerminalRefund) GetUpdatedAt() *string
- func (t *TerminalRefund) String() string
- func (t *TerminalRefund) UnmarshalJSON(data []byte) error
- type TerminalRefundCreatedEvent
- func (t *TerminalRefundCreatedEvent) GetCreatedAt() *string
- func (t *TerminalRefundCreatedEvent) GetData() *TerminalRefundCreatedEventData
- func (t *TerminalRefundCreatedEvent) GetEventID() *string
- func (t *TerminalRefundCreatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefundCreatedEvent) GetMerchantID() *string
- func (t *TerminalRefundCreatedEvent) GetType() *string
- func (t *TerminalRefundCreatedEvent) String() string
- func (t *TerminalRefundCreatedEvent) UnmarshalJSON(data []byte) error
- type TerminalRefundCreatedEventData
- func (t *TerminalRefundCreatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefundCreatedEventData) GetID() *string
- func (t *TerminalRefundCreatedEventData) GetObject() *TerminalRefundCreatedEventObject
- func (t *TerminalRefundCreatedEventData) GetType() *string
- func (t *TerminalRefundCreatedEventData) String() string
- func (t *TerminalRefundCreatedEventData) UnmarshalJSON(data []byte) error
- type TerminalRefundCreatedEventObject
- type TerminalRefundQuery
- func (t *TerminalRefundQuery) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefundQuery) GetFilter() *TerminalRefundQueryFilter
- func (t *TerminalRefundQuery) GetSort() *TerminalRefundQuerySort
- func (t *TerminalRefundQuery) String() string
- func (t *TerminalRefundQuery) UnmarshalJSON(data []byte) error
- type TerminalRefundQueryFilter
- func (t *TerminalRefundQueryFilter) GetCreatedAt() *TimeRange
- func (t *TerminalRefundQueryFilter) GetDeviceID() *string
- func (t *TerminalRefundQueryFilter) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefundQueryFilter) GetStatus() *string
- func (t *TerminalRefundQueryFilter) String() string
- func (t *TerminalRefundQueryFilter) UnmarshalJSON(data []byte) error
- type TerminalRefundQuerySort
- type TerminalRefundUpdatedEvent
- func (t *TerminalRefundUpdatedEvent) GetCreatedAt() *string
- func (t *TerminalRefundUpdatedEvent) GetData() *TerminalRefundUpdatedEventData
- func (t *TerminalRefundUpdatedEvent) GetEventID() *string
- func (t *TerminalRefundUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefundUpdatedEvent) GetMerchantID() *string
- func (t *TerminalRefundUpdatedEvent) GetType() *string
- func (t *TerminalRefundUpdatedEvent) String() string
- func (t *TerminalRefundUpdatedEvent) UnmarshalJSON(data []byte) error
- type TerminalRefundUpdatedEventData
- func (t *TerminalRefundUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TerminalRefundUpdatedEventData) GetID() *string
- func (t *TerminalRefundUpdatedEventData) GetObject() *TerminalRefundUpdatedEventObject
- func (t *TerminalRefundUpdatedEventData) GetType() *string
- func (t *TerminalRefundUpdatedEventData) String() string
- func (t *TerminalRefundUpdatedEventData) UnmarshalJSON(data []byte) error
- type TerminalRefundUpdatedEventObject
- type TestWebhookSubscriptionResponse
- func (t *TestWebhookSubscriptionResponse) GetErrors() []*Error
- func (t *TestWebhookSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (t *TestWebhookSubscriptionResponse) GetSubscriptionTestResult() *SubscriptionTestResult
- func (t *TestWebhookSubscriptionResponse) String() string
- func (t *TestWebhookSubscriptionResponse) UnmarshalJSON(data []byte) error
- type TimeRange
- type Timecard
- func (t *Timecard) GetBreaks() []*Break
- func (t *Timecard) GetCreatedAt() *string
- func (t *Timecard) GetDeclaredCashTipMoney() *Money
- func (t *Timecard) GetEndAt() *string
- func (t *Timecard) GetExtraProperties() map[string]interface{}
- func (t *Timecard) GetID() *string
- func (t *Timecard) GetLocationID() string
- func (t *Timecard) GetStartAt() string
- func (t *Timecard) GetStatus() *TimecardStatus
- func (t *Timecard) GetTeamMemberID() string
- func (t *Timecard) GetTimezone() *string
- func (t *Timecard) GetUpdatedAt() *string
- func (t *Timecard) GetVersion() *int
- func (t *Timecard) GetWage() *TimecardWage
- func (t *Timecard) String() string
- func (t *Timecard) UnmarshalJSON(data []byte) error
- type TimecardFilter
- func (t *TimecardFilter) GetEnd() *TimeRange
- func (t *TimecardFilter) GetExtraProperties() map[string]interface{}
- func (t *TimecardFilter) GetLocationIDs() []string
- func (t *TimecardFilter) GetStart() *TimeRange
- func (t *TimecardFilter) GetStatus() *TimecardFilterStatus
- func (t *TimecardFilter) GetTeamMemberIDs() []string
- func (t *TimecardFilter) GetWorkday() *TimecardWorkday
- func (t *TimecardFilter) String() string
- func (t *TimecardFilter) UnmarshalJSON(data []byte) error
- type TimecardFilterStatus
- type TimecardQuery
- type TimecardSort
- type TimecardSortField
- type TimecardStatus
- type TimecardWage
- func (t *TimecardWage) GetExtraProperties() map[string]interface{}
- func (t *TimecardWage) GetHourlyRate() *Money
- func (t *TimecardWage) GetJobID() *string
- func (t *TimecardWage) GetTipEligible() *bool
- func (t *TimecardWage) GetTitle() *string
- func (t *TimecardWage) String() string
- func (t *TimecardWage) UnmarshalJSON(data []byte) error
- type TimecardWorkday
- func (t *TimecardWorkday) GetDateRange() *DateRange
- func (t *TimecardWorkday) GetDefaultTimezone() *string
- func (t *TimecardWorkday) GetExtraProperties() map[string]interface{}
- func (t *TimecardWorkday) GetMatchTimecardsBy() *TimecardWorkdayMatcher
- func (t *TimecardWorkday) String() string
- func (t *TimecardWorkday) UnmarshalJSON(data []byte) error
- type TimecardWorkdayMatcher
- type TipSettings
- func (t *TipSettings) GetAllowTipping() *bool
- func (t *TipSettings) GetCustomTipField() *bool
- func (t *TipSettings) GetExtraProperties() map[string]interface{}
- func (t *TipSettings) GetSeparateTipScreen() *bool
- func (t *TipSettings) GetSmartTipping() *bool
- func (t *TipSettings) GetTipPercentages() []int
- func (t *TipSettings) String() string
- func (t *TipSettings) UnmarshalJSON(data []byte) error
- type Transaction
- func (t *Transaction) GetClientID() *string
- func (t *Transaction) GetCreatedAt() *string
- func (t *Transaction) GetExtraProperties() map[string]interface{}
- func (t *Transaction) GetID() *string
- func (t *Transaction) GetLocationID() *string
- func (t *Transaction) GetOrderID() *string
- func (t *Transaction) GetProduct() *TransactionProduct
- func (t *Transaction) GetReferenceID() *string
- func (t *Transaction) GetRefunds() []*Refund
- func (t *Transaction) GetShippingAddress() *Address
- func (t *Transaction) GetTenders() []*Tender
- func (t *Transaction) String() string
- func (t *Transaction) UnmarshalJSON(data []byte) error
- type TransactionProduct
- type TransactionType
- type TransferOrder
- func (t *TransferOrder) GetCompletedAt() *string
- func (t *TransferOrder) GetCreatedAt() *string
- func (t *TransferOrder) GetCreatedByTeamMemberID() *string
- func (t *TransferOrder) GetDestinationLocationID() *string
- func (t *TransferOrder) GetExpectedAt() *string
- func (t *TransferOrder) GetExtraProperties() map[string]interface{}
- func (t *TransferOrder) GetID() *string
- func (t *TransferOrder) GetLineItems() []*TransferOrderLine
- func (t *TransferOrder) GetNotes() *string
- func (t *TransferOrder) GetSourceLocationID() *string
- func (t *TransferOrder) GetStatus() *TransferOrderStatus
- func (t *TransferOrder) GetTrackingNumber() *string
- func (t *TransferOrder) GetUpdatedAt() *string
- func (t *TransferOrder) GetVersion() *int64
- func (t *TransferOrder) String() string
- func (t *TransferOrder) UnmarshalJSON(data []byte) error
- type TransferOrderCreatedEvent
- func (t *TransferOrderCreatedEvent) GetCreatedAt() *string
- func (t *TransferOrderCreatedEvent) GetData() *TransferOrderCreatedEventData
- func (t *TransferOrderCreatedEvent) GetEventID() *string
- func (t *TransferOrderCreatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderCreatedEvent) GetMerchantID() *string
- func (t *TransferOrderCreatedEvent) GetType() *string
- func (t *TransferOrderCreatedEvent) String() string
- func (t *TransferOrderCreatedEvent) UnmarshalJSON(data []byte) error
- type TransferOrderCreatedEventData
- func (t *TransferOrderCreatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderCreatedEventData) GetID() *string
- func (t *TransferOrderCreatedEventData) GetObject() *TransferOrderCreatedEventObject
- func (t *TransferOrderCreatedEventData) GetType() *string
- func (t *TransferOrderCreatedEventData) String() string
- func (t *TransferOrderCreatedEventData) UnmarshalJSON(data []byte) error
- type TransferOrderCreatedEventObject
- type TransferOrderDeletedEvent
- func (t *TransferOrderDeletedEvent) GetCreatedAt() *string
- func (t *TransferOrderDeletedEvent) GetData() *TransferOrderDeletedEventData
- func (t *TransferOrderDeletedEvent) GetEventID() *string
- func (t *TransferOrderDeletedEvent) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderDeletedEvent) GetMerchantID() *string
- func (t *TransferOrderDeletedEvent) GetType() *string
- func (t *TransferOrderDeletedEvent) String() string
- func (t *TransferOrderDeletedEvent) UnmarshalJSON(data []byte) error
- type TransferOrderDeletedEventData
- func (t *TransferOrderDeletedEventData) GetDeleted() *bool
- func (t *TransferOrderDeletedEventData) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderDeletedEventData) GetID() *string
- func (t *TransferOrderDeletedEventData) GetType() *string
- func (t *TransferOrderDeletedEventData) String() string
- func (t *TransferOrderDeletedEventData) UnmarshalJSON(data []byte) error
- type TransferOrderFilter
- func (t *TransferOrderFilter) GetDestinationLocationIDs() []string
- func (t *TransferOrderFilter) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderFilter) GetSourceLocationIDs() []string
- func (t *TransferOrderFilter) GetStatuses() []TransferOrderStatus
- func (t *TransferOrderFilter) String() string
- func (t *TransferOrderFilter) UnmarshalJSON(data []byte) error
- type TransferOrderGoodsReceipt
- type TransferOrderGoodsReceiptLineItem
- func (t *TransferOrderGoodsReceiptLineItem) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderGoodsReceiptLineItem) GetQuantityCanceled() *string
- func (t *TransferOrderGoodsReceiptLineItem) GetQuantityDamaged() *string
- func (t *TransferOrderGoodsReceiptLineItem) GetQuantityReceived() *string
- func (t *TransferOrderGoodsReceiptLineItem) GetTransferOrderLineUID() string
- func (t *TransferOrderGoodsReceiptLineItem) String() string
- func (t *TransferOrderGoodsReceiptLineItem) UnmarshalJSON(data []byte) error
- type TransferOrderLine
- func (t *TransferOrderLine) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderLine) GetItemVariationID() string
- func (t *TransferOrderLine) GetQuantityCanceled() *string
- func (t *TransferOrderLine) GetQuantityDamaged() *string
- func (t *TransferOrderLine) GetQuantityOrdered() string
- func (t *TransferOrderLine) GetQuantityPending() *string
- func (t *TransferOrderLine) GetQuantityReceived() *string
- func (t *TransferOrderLine) GetUID() *string
- func (t *TransferOrderLine) String() string
- func (t *TransferOrderLine) UnmarshalJSON(data []byte) error
- type TransferOrderQuery
- type TransferOrderSort
- type TransferOrderSortField
- type TransferOrderStatus
- type TransferOrderUpdatedEvent
- func (t *TransferOrderUpdatedEvent) GetCreatedAt() *string
- func (t *TransferOrderUpdatedEvent) GetData() *TransferOrderUpdatedEventData
- func (t *TransferOrderUpdatedEvent) GetEventID() *string
- func (t *TransferOrderUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderUpdatedEvent) GetMerchantID() *string
- func (t *TransferOrderUpdatedEvent) GetType() *string
- func (t *TransferOrderUpdatedEvent) String() string
- func (t *TransferOrderUpdatedEvent) UnmarshalJSON(data []byte) error
- type TransferOrderUpdatedEventData
- func (t *TransferOrderUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (t *TransferOrderUpdatedEventData) GetID() *string
- func (t *TransferOrderUpdatedEventData) GetObject() *TransferOrderUpdatedEventObject
- func (t *TransferOrderUpdatedEventData) GetType() *string
- func (t *TransferOrderUpdatedEventData) String() string
- func (t *TransferOrderUpdatedEventData) UnmarshalJSON(data []byte) error
- type TransferOrderUpdatedEventObject
- type UnlinkCustomerFromGiftCardRequest
- type UnlinkCustomerFromGiftCardResponse
- func (u *UnlinkCustomerFromGiftCardResponse) GetErrors() []*Error
- func (u *UnlinkCustomerFromGiftCardResponse) GetExtraProperties() map[string]interface{}
- func (u *UnlinkCustomerFromGiftCardResponse) GetGiftCard() *GiftCard
- func (u *UnlinkCustomerFromGiftCardResponse) String() string
- func (u *UnlinkCustomerFromGiftCardResponse) UnmarshalJSON(data []byte) error
- type UpdateBookingCustomAttributeDefinitionResponse
- func (u *UpdateBookingCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (u *UpdateBookingCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (u *UpdateBookingCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateBookingCustomAttributeDefinitionResponse) String() string
- func (u *UpdateBookingCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type UpdateBookingRequest
- type UpdateBookingResponse
- type UpdateBreakTypeResponse
- func (u *UpdateBreakTypeResponse) GetBreakType() *BreakType
- func (u *UpdateBreakTypeResponse) GetErrors() []*Error
- func (u *UpdateBreakTypeResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateBreakTypeResponse) String() string
- func (u *UpdateBreakTypeResponse) UnmarshalJSON(data []byte) error
- type UpdateCatalogImageRequest
- type UpdateCatalogImageResponse
- func (u *UpdateCatalogImageResponse) GetErrors() []*Error
- func (u *UpdateCatalogImageResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateCatalogImageResponse) GetImage() *CatalogObject
- func (u *UpdateCatalogImageResponse) String() string
- func (u *UpdateCatalogImageResponse) UnmarshalJSON(data []byte) error
- type UpdateCustomerCustomAttributeDefinitionResponse
- func (u *UpdateCustomerCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (u *UpdateCustomerCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (u *UpdateCustomerCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateCustomerCustomAttributeDefinitionResponse) String() string
- func (u *UpdateCustomerCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type UpdateCustomerGroupResponse
- func (u *UpdateCustomerGroupResponse) GetErrors() []*Error
- func (u *UpdateCustomerGroupResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateCustomerGroupResponse) GetGroup() *CustomerGroup
- func (u *UpdateCustomerGroupResponse) String() string
- func (u *UpdateCustomerGroupResponse) UnmarshalJSON(data []byte) error
- type UpdateCustomerRequest
- type UpdateCustomerResponse
- func (u *UpdateCustomerResponse) GetCustomer() *Customer
- func (u *UpdateCustomerResponse) GetErrors() []*Error
- func (u *UpdateCustomerResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateCustomerResponse) String() string
- func (u *UpdateCustomerResponse) UnmarshalJSON(data []byte) error
- type UpdateInvoiceRequest
- type UpdateInvoiceResponse
- type UpdateItemModifierListsRequest
- type UpdateItemModifierListsResponse
- func (u *UpdateItemModifierListsResponse) GetErrors() []*Error
- func (u *UpdateItemModifierListsResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateItemModifierListsResponse) GetUpdatedAt() *string
- func (u *UpdateItemModifierListsResponse) String() string
- func (u *UpdateItemModifierListsResponse) UnmarshalJSON(data []byte) error
- type UpdateItemTaxesRequest
- type UpdateItemTaxesResponse
- func (u *UpdateItemTaxesResponse) GetErrors() []*Error
- func (u *UpdateItemTaxesResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateItemTaxesResponse) GetUpdatedAt() *string
- func (u *UpdateItemTaxesResponse) String() string
- func (u *UpdateItemTaxesResponse) UnmarshalJSON(data []byte) error
- type UpdateJobRequest
- type UpdateJobResponse
- type UpdateLocationCustomAttributeDefinitionResponse
- func (u *UpdateLocationCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (u *UpdateLocationCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (u *UpdateLocationCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateLocationCustomAttributeDefinitionResponse) String() string
- func (u *UpdateLocationCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type UpdateLocationRequest
- type UpdateLocationResponse
- func (u *UpdateLocationResponse) GetErrors() []*Error
- func (u *UpdateLocationResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateLocationResponse) GetLocation() *Location
- func (u *UpdateLocationResponse) String() string
- func (u *UpdateLocationResponse) UnmarshalJSON(data []byte) error
- type UpdateLocationSettingsRequest
- type UpdateLocationSettingsResponse
- func (u *UpdateLocationSettingsResponse) GetErrors() []*Error
- func (u *UpdateLocationSettingsResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateLocationSettingsResponse) GetLocationSettings() *CheckoutLocationSettings
- func (u *UpdateLocationSettingsResponse) String() string
- func (u *UpdateLocationSettingsResponse) UnmarshalJSON(data []byte) error
- type UpdateMerchantCustomAttributeDefinitionResponse
- func (u *UpdateMerchantCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (u *UpdateMerchantCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (u *UpdateMerchantCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateMerchantCustomAttributeDefinitionResponse) String() string
- func (u *UpdateMerchantCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type UpdateMerchantSettingsRequest
- type UpdateMerchantSettingsResponse
- func (u *UpdateMerchantSettingsResponse) GetErrors() []*Error
- func (u *UpdateMerchantSettingsResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateMerchantSettingsResponse) GetMerchantSettings() *CheckoutMerchantSettings
- func (u *UpdateMerchantSettingsResponse) String() string
- func (u *UpdateMerchantSettingsResponse) UnmarshalJSON(data []byte) error
- type UpdateOrderCustomAttributeDefinitionResponse
- func (u *UpdateOrderCustomAttributeDefinitionResponse) GetCustomAttributeDefinition() *CustomAttributeDefinition
- func (u *UpdateOrderCustomAttributeDefinitionResponse) GetErrors() []*Error
- func (u *UpdateOrderCustomAttributeDefinitionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateOrderCustomAttributeDefinitionResponse) String() string
- func (u *UpdateOrderCustomAttributeDefinitionResponse) UnmarshalJSON(data []byte) error
- type UpdateOrderRequest
- type UpdateOrderResponse
- type UpdatePaymentLinkResponse
- func (u *UpdatePaymentLinkResponse) GetErrors() []*Error
- func (u *UpdatePaymentLinkResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdatePaymentLinkResponse) GetPaymentLink() *PaymentLink
- func (u *UpdatePaymentLinkResponse) String() string
- func (u *UpdatePaymentLinkResponse) UnmarshalJSON(data []byte) error
- type UpdatePaymentRequest
- type UpdatePaymentResponse
- type UpdateScheduledShiftRequest
- type UpdateScheduledShiftResponse
- func (u *UpdateScheduledShiftResponse) GetErrors() []*Error
- func (u *UpdateScheduledShiftResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateScheduledShiftResponse) GetScheduledShift() *ScheduledShift
- func (u *UpdateScheduledShiftResponse) String() string
- func (u *UpdateScheduledShiftResponse) UnmarshalJSON(data []byte) error
- type UpdateShiftResponse
- type UpdateSubscriptionRequest
- type UpdateSubscriptionResponse
- func (u *UpdateSubscriptionResponse) GetErrors() []*Error
- func (u *UpdateSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateSubscriptionResponse) GetSubscription() *Subscription
- func (u *UpdateSubscriptionResponse) String() string
- func (u *UpdateSubscriptionResponse) UnmarshalJSON(data []byte) error
- type UpdateTeamMemberRequest
- type UpdateTeamMemberResponse
- func (u *UpdateTeamMemberResponse) GetErrors() []*Error
- func (u *UpdateTeamMemberResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateTeamMemberResponse) GetTeamMember() *TeamMember
- func (u *UpdateTeamMemberResponse) String() string
- func (u *UpdateTeamMemberResponse) UnmarshalJSON(data []byte) error
- type UpdateTeamMembersRequest
- type UpdateTimecardRequest
- type UpdateTimecardResponse
- func (u *UpdateTimecardResponse) GetErrors() []*Error
- func (u *UpdateTimecardResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateTimecardResponse) GetTimecard() *Timecard
- func (u *UpdateTimecardResponse) String() string
- func (u *UpdateTimecardResponse) UnmarshalJSON(data []byte) error
- type UpdateTransferOrderData
- func (u *UpdateTransferOrderData) GetDestinationLocationID() *string
- func (u *UpdateTransferOrderData) GetExpectedAt() *string
- func (u *UpdateTransferOrderData) GetExtraProperties() map[string]interface{}
- func (u *UpdateTransferOrderData) GetLineItems() []*UpdateTransferOrderLineData
- func (u *UpdateTransferOrderData) GetNotes() *string
- func (u *UpdateTransferOrderData) GetSourceLocationID() *string
- func (u *UpdateTransferOrderData) GetTrackingNumber() *string
- func (u *UpdateTransferOrderData) String() string
- func (u *UpdateTransferOrderData) UnmarshalJSON(data []byte) error
- type UpdateTransferOrderLineData
- func (u *UpdateTransferOrderLineData) GetExtraProperties() map[string]interface{}
- func (u *UpdateTransferOrderLineData) GetItemVariationID() *string
- func (u *UpdateTransferOrderLineData) GetQuantityOrdered() *string
- func (u *UpdateTransferOrderLineData) GetRemove() *bool
- func (u *UpdateTransferOrderLineData) GetUID() *string
- func (u *UpdateTransferOrderLineData) String() string
- func (u *UpdateTransferOrderLineData) UnmarshalJSON(data []byte) error
- type UpdateTransferOrderRequest
- type UpdateTransferOrderResponse
- func (u *UpdateTransferOrderResponse) GetErrors() []*Error
- func (u *UpdateTransferOrderResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateTransferOrderResponse) GetTransferOrder() *TransferOrder
- func (u *UpdateTransferOrderResponse) String() string
- func (u *UpdateTransferOrderResponse) UnmarshalJSON(data []byte) error
- type UpdateVendorRequest
- type UpdateVendorResponse
- type UpdateVendorsRequest
- type UpdateWageSettingResponse
- func (u *UpdateWageSettingResponse) GetErrors() []*Error
- func (u *UpdateWageSettingResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateWageSettingResponse) GetWageSetting() *WageSetting
- func (u *UpdateWageSettingResponse) String() string
- func (u *UpdateWageSettingResponse) UnmarshalJSON(data []byte) error
- type UpdateWebhookSubscriptionResponse
- func (u *UpdateWebhookSubscriptionResponse) GetErrors() []*Error
- func (u *UpdateWebhookSubscriptionResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateWebhookSubscriptionResponse) GetSubscription() *WebhookSubscription
- func (u *UpdateWebhookSubscriptionResponse) String() string
- func (u *UpdateWebhookSubscriptionResponse) UnmarshalJSON(data []byte) error
- type UpdateWebhookSubscriptionSignatureKeyResponse
- func (u *UpdateWebhookSubscriptionSignatureKeyResponse) GetErrors() []*Error
- func (u *UpdateWebhookSubscriptionSignatureKeyResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateWebhookSubscriptionSignatureKeyResponse) GetSignatureKey() *string
- func (u *UpdateWebhookSubscriptionSignatureKeyResponse) String() string
- func (u *UpdateWebhookSubscriptionSignatureKeyResponse) UnmarshalJSON(data []byte) error
- type UpdateWorkweekConfigResponse
- func (u *UpdateWorkweekConfigResponse) GetErrors() []*Error
- func (u *UpdateWorkweekConfigResponse) GetExtraProperties() map[string]interface{}
- func (u *UpdateWorkweekConfigResponse) GetWorkweekConfig() *WorkweekConfig
- func (u *UpdateWorkweekConfigResponse) String() string
- func (u *UpdateWorkweekConfigResponse) UnmarshalJSON(data []byte) error
- type UpsertBookingCustomAttributeResponse
- func (u *UpsertBookingCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (u *UpsertBookingCustomAttributeResponse) GetErrors() []*Error
- func (u *UpsertBookingCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (u *UpsertBookingCustomAttributeResponse) String() string
- func (u *UpsertBookingCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type UpsertCatalogObjectResponse
- func (u *UpsertCatalogObjectResponse) GetCatalogObject() *CatalogObject
- func (u *UpsertCatalogObjectResponse) GetErrors() []*Error
- func (u *UpsertCatalogObjectResponse) GetExtraProperties() map[string]interface{}
- func (u *UpsertCatalogObjectResponse) GetIDMappings() []*CatalogIDMapping
- func (u *UpsertCatalogObjectResponse) String() string
- func (u *UpsertCatalogObjectResponse) UnmarshalJSON(data []byte) error
- type UpsertCustomerCustomAttributeResponse
- func (u *UpsertCustomerCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (u *UpsertCustomerCustomAttributeResponse) GetErrors() []*Error
- func (u *UpsertCustomerCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (u *UpsertCustomerCustomAttributeResponse) String() string
- func (u *UpsertCustomerCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type UpsertLocationCustomAttributeResponse
- func (u *UpsertLocationCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (u *UpsertLocationCustomAttributeResponse) GetErrors() []*Error
- func (u *UpsertLocationCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (u *UpsertLocationCustomAttributeResponse) String() string
- func (u *UpsertLocationCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type UpsertMerchantCustomAttributeResponse
- func (u *UpsertMerchantCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (u *UpsertMerchantCustomAttributeResponse) GetErrors() []*Error
- func (u *UpsertMerchantCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (u *UpsertMerchantCustomAttributeResponse) String() string
- func (u *UpsertMerchantCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type UpsertOrderCustomAttributeResponse
- func (u *UpsertOrderCustomAttributeResponse) GetCustomAttribute() *CustomAttribute
- func (u *UpsertOrderCustomAttributeResponse) GetErrors() []*Error
- func (u *UpsertOrderCustomAttributeResponse) GetExtraProperties() map[string]interface{}
- func (u *UpsertOrderCustomAttributeResponse) String() string
- func (u *UpsertOrderCustomAttributeResponse) UnmarshalJSON(data []byte) error
- type UpsertSnippetRequest
- type UpsertSnippetResponse
- type V1GetPaymentRequest
- type V1GetSettlementRequest
- type V1ListOrdersRequest
- type V1Money
- type V1Order
- func (v *V1Order) GetBtcPriceSatoshi() *float64
- func (v *V1Order) GetBtcReceiveAddress() *string
- func (v *V1Order) GetBuyerEmail() *string
- func (v *V1Order) GetBuyerNote() *string
- func (v *V1Order) GetCanceledNote() *string
- func (v *V1Order) GetCompletedNote() *string
- func (v *V1Order) GetCreatedAt() *string
- func (v *V1Order) GetErrors() []*Error
- func (v *V1Order) GetExpiresAt() *string
- func (v *V1Order) GetExtraProperties() map[string]interface{}
- func (v *V1Order) GetID() *string
- func (v *V1Order) GetOrderHistory() []*V1OrderHistoryEntry
- func (v *V1Order) GetPaymentID() *string
- func (v *V1Order) GetPromoCode() *string
- func (v *V1Order) GetRecipientName() *string
- func (v *V1Order) GetRecipientPhoneNumber() *string
- func (v *V1Order) GetRefundedNote() *string
- func (v *V1Order) GetShippingAddress() *Address
- func (v *V1Order) GetState() *V1OrderState
- func (v *V1Order) GetSubtotalMoney() *V1Money
- func (v *V1Order) GetTender() *V1Tender
- func (v *V1Order) GetTotalDiscountMoney() *V1Money
- func (v *V1Order) GetTotalPriceMoney() *V1Money
- func (v *V1Order) GetTotalShippingMoney() *V1Money
- func (v *V1Order) GetTotalTaxMoney() *V1Money
- func (v *V1Order) GetUpdatedAt() *string
- func (v *V1Order) String() string
- func (v *V1Order) UnmarshalJSON(data []byte) error
- type V1OrderHistoryEntry
- func (v *V1OrderHistoryEntry) GetAction() *V1OrderHistoryEntryAction
- func (v *V1OrderHistoryEntry) GetCreatedAt() *string
- func (v *V1OrderHistoryEntry) GetExtraProperties() map[string]interface{}
- func (v *V1OrderHistoryEntry) String() string
- func (v *V1OrderHistoryEntry) UnmarshalJSON(data []byte) error
- type V1OrderHistoryEntryAction
- type V1OrderState
- type V1RetrieveOrderRequest
- type V1Tender
- func (v *V1Tender) GetCardBrand() *V1TenderCardBrand
- func (v *V1Tender) GetChangeBackMoney() *V1Money
- func (v *V1Tender) GetEmployeeID() *string
- func (v *V1Tender) GetEntryMethod() *V1TenderEntryMethod
- func (v *V1Tender) GetExtraProperties() map[string]interface{}
- func (v *V1Tender) GetID() *string
- func (v *V1Tender) GetIsExchange() *bool
- func (v *V1Tender) GetName() *string
- func (v *V1Tender) GetPanSuffix() *string
- func (v *V1Tender) GetPaymentNote() *string
- func (v *V1Tender) GetReceiptURL() *string
- func (v *V1Tender) GetRefundedMoney() *V1Money
- func (v *V1Tender) GetSettledAt() *string
- func (v *V1Tender) GetTenderedAt() *string
- func (v *V1Tender) GetTenderedMoney() *V1Money
- func (v *V1Tender) GetTotalMoney() *V1Money
- func (v *V1Tender) GetType() *V1TenderType
- func (v *V1Tender) String() string
- func (v *V1Tender) UnmarshalJSON(data []byte) error
- type V1TenderCardBrand
- type V1TenderEntryMethod
- type V1TenderType
- type V1UpdateOrderRequest
- type V1UpdateOrderRequestAction
- type Vendor
- func (v *Vendor) GetAccountNumber() *string
- func (v *Vendor) GetAddress() *Address
- func (v *Vendor) GetContacts() []*VendorContact
- func (v *Vendor) GetCreatedAt() *string
- func (v *Vendor) GetExtraProperties() map[string]interface{}
- func (v *Vendor) GetID() *string
- func (v *Vendor) GetName() *string
- func (v *Vendor) GetNote() *string
- func (v *Vendor) GetStatus() *VendorStatus
- func (v *Vendor) GetUpdatedAt() *string
- func (v *Vendor) GetVersion() *int
- func (v *Vendor) String() string
- func (v *Vendor) UnmarshalJSON(data []byte) error
- type VendorContact
- func (v *VendorContact) GetEmailAddress() *string
- func (v *VendorContact) GetExtraProperties() map[string]interface{}
- func (v *VendorContact) GetID() *string
- func (v *VendorContact) GetName() *string
- func (v *VendorContact) GetOrdinal() int
- func (v *VendorContact) GetPhoneNumber() *string
- func (v *VendorContact) GetRemoved() *bool
- func (v *VendorContact) String() string
- func (v *VendorContact) UnmarshalJSON(data []byte) error
- type VendorCreatedEvent
- func (v *VendorCreatedEvent) GetCreatedAt() *string
- func (v *VendorCreatedEvent) GetData() *VendorCreatedEventData
- func (v *VendorCreatedEvent) GetEventID() *string
- func (v *VendorCreatedEvent) GetExtraProperties() map[string]interface{}
- func (v *VendorCreatedEvent) GetLocationID() *string
- func (v *VendorCreatedEvent) GetMerchantID() *string
- func (v *VendorCreatedEvent) GetType() *string
- func (v *VendorCreatedEvent) String() string
- func (v *VendorCreatedEvent) UnmarshalJSON(data []byte) error
- type VendorCreatedEventData
- func (v *VendorCreatedEventData) GetExtraProperties() map[string]interface{}
- func (v *VendorCreatedEventData) GetID() *string
- func (v *VendorCreatedEventData) GetObject() *VendorCreatedEventObject
- func (v *VendorCreatedEventData) GetType() *string
- func (v *VendorCreatedEventData) String() string
- func (v *VendorCreatedEventData) UnmarshalJSON(data []byte) error
- type VendorCreatedEventObject
- type VendorCreatedEventObjectOperation
- type VendorStatus
- type VendorUpdatedEvent
- func (v *VendorUpdatedEvent) GetCreatedAt() *string
- func (v *VendorUpdatedEvent) GetData() *VendorUpdatedEventData
- func (v *VendorUpdatedEvent) GetEventID() *string
- func (v *VendorUpdatedEvent) GetExtraProperties() map[string]interface{}
- func (v *VendorUpdatedEvent) GetLocationID() *string
- func (v *VendorUpdatedEvent) GetMerchantID() *string
- func (v *VendorUpdatedEvent) GetType() *string
- func (v *VendorUpdatedEvent) String() string
- func (v *VendorUpdatedEvent) UnmarshalJSON(data []byte) error
- type VendorUpdatedEventData
- func (v *VendorUpdatedEventData) GetExtraProperties() map[string]interface{}
- func (v *VendorUpdatedEventData) GetID() *string
- func (v *VendorUpdatedEventData) GetObject() *VendorUpdatedEventObject
- func (v *VendorUpdatedEventData) GetType() *string
- func (v *VendorUpdatedEventData) String() string
- func (v *VendorUpdatedEventData) UnmarshalJSON(data []byte) error
- type VendorUpdatedEventObject
- type VendorUpdatedEventObjectOperation
- type VendorsGetRequest
- type VendorsUpdateRequest
- type VerifySignatureRequest
- type VisibilityFilter
- type VoidTransactionResponse
- type WageSetting
- func (w *WageSetting) GetCreatedAt() *string
- func (w *WageSetting) GetExtraProperties() map[string]interface{}
- func (w *WageSetting) GetIsOvertimeExempt() *bool
- func (w *WageSetting) GetJobAssignments() []*JobAssignment
- func (w *WageSetting) GetTeamMemberID() *string
- func (w *WageSetting) GetUpdatedAt() *string
- func (w *WageSetting) GetVersion() *int
- func (w *WageSetting) String() string
- func (w *WageSetting) UnmarshalJSON(data []byte) error
- type WebhookSubscription
- func (w *WebhookSubscription) GetAPIVersion() *string
- func (w *WebhookSubscription) GetCreatedAt() *string
- func (w *WebhookSubscription) GetEnabled() *bool
- func (w *WebhookSubscription) GetEventTypes() []string
- func (w *WebhookSubscription) GetExtraProperties() map[string]interface{}
- func (w *WebhookSubscription) GetID() *string
- func (w *WebhookSubscription) GetName() *string
- func (w *WebhookSubscription) GetNotificationURL() *string
- func (w *WebhookSubscription) GetSignatureKey() *string
- func (w *WebhookSubscription) GetUpdatedAt() *string
- func (w *WebhookSubscription) String() string
- func (w *WebhookSubscription) UnmarshalJSON(data []byte) error
- type Weekday
- type WorkweekConfig
- func (w *WorkweekConfig) GetCreatedAt() *string
- func (w *WorkweekConfig) GetExtraProperties() map[string]interface{}
- func (w *WorkweekConfig) GetID() *string
- func (w *WorkweekConfig) GetStartOfDayLocalTime() string
- func (w *WorkweekConfig) GetStartOfWeek() Weekday
- func (w *WorkweekConfig) GetUpdatedAt() *string
- func (w *WorkweekConfig) GetVersion() *int
- func (w *WorkweekConfig) String() string
- func (w *WorkweekConfig) UnmarshalJSON(data []byte) error
Constants ¶
This section is empty.
Variables ¶
var Environments = struct { Production string Sandbox string }{ Production: "https://connect.squareup.com", Sandbox: "https://connect.squareupsandbox.com", }
Environments defines all of the API environments. These values can be used with the WithBaseURL RequestOption to override the client's default environment, if any.
Functions ¶
func Complex128 ¶
func Complex128(c complex128) *complex128
Complex128 returns a pointer to the given complex128 value.
func MustParseDate ¶
MustParseDate attempts to parse the given string as a date time.Time, and panics upon failure.
func MustParseDateTime ¶
MustParseDateTime attempts to parse the given string as a datetime time.Time, and panics upon failure.
Types ¶
type AcceptDisputeResponse ¶
type AcceptDisputeResponse struct {
// Information about errors encountered during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// Details about the accepted dispute.
Dispute *Dispute `json:"dispute,omitempty" url:"dispute,omitempty"`
// contains filtered or unexported fields
}
Defines the fields in an `AcceptDispute` response.
func (*AcceptDisputeResponse) GetDispute ¶
func (a *AcceptDisputeResponse) GetDispute() *Dispute
func (*AcceptDisputeResponse) GetErrors ¶
func (a *AcceptDisputeResponse) GetErrors() []*Error
func (*AcceptDisputeResponse) GetExtraProperties ¶
func (a *AcceptDisputeResponse) GetExtraProperties() map[string]interface{}
func (*AcceptDisputeResponse) String ¶
func (a *AcceptDisputeResponse) String() string
func (*AcceptDisputeResponse) UnmarshalJSON ¶
func (a *AcceptDisputeResponse) UnmarshalJSON(data []byte) error
type AcceptDisputesRequest ¶
type AcceptDisputesRequest struct {
// The ID of the dispute you want to accept.
DisputeID string `json:"-" url:"-"`
}
type AcceptedPaymentMethods ¶
type AcceptedPaymentMethods struct {
// Whether Apple Pay is accepted at checkout.
ApplePay *bool `json:"apple_pay,omitempty" url:"apple_pay,omitempty"`
// Whether Google Pay is accepted at checkout.
GooglePay *bool `json:"google_pay,omitempty" url:"google_pay,omitempty"`
// Whether Cash App Pay is accepted at checkout.
CashAppPay *bool `json:"cash_app_pay,omitempty" url:"cash_app_pay,omitempty"`
// Whether Afterpay/Clearpay is accepted at checkout.
AfterpayClearpay *bool `json:"afterpay_clearpay,omitempty" url:"afterpay_clearpay,omitempty"`
// contains filtered or unexported fields
}
func (*AcceptedPaymentMethods) GetAfterpayClearpay ¶
func (a *AcceptedPaymentMethods) GetAfterpayClearpay() *bool
func (*AcceptedPaymentMethods) GetApplePay ¶
func (a *AcceptedPaymentMethods) GetApplePay() *bool
func (*AcceptedPaymentMethods) GetCashAppPay ¶
func (a *AcceptedPaymentMethods) GetCashAppPay() *bool
func (*AcceptedPaymentMethods) GetExtraProperties ¶
func (a *AcceptedPaymentMethods) GetExtraProperties() map[string]interface{}
func (*AcceptedPaymentMethods) GetGooglePay ¶
func (a *AcceptedPaymentMethods) GetGooglePay() *bool
func (*AcceptedPaymentMethods) String ¶
func (a *AcceptedPaymentMethods) String() string
func (*AcceptedPaymentMethods) UnmarshalJSON ¶
func (a *AcceptedPaymentMethods) UnmarshalJSON(data []byte) error
type AccumulateLoyaltyPointsResponse ¶
type AccumulateLoyaltyPointsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The resulting loyalty event. Starting in Square version 2022-08-17, this field is no longer returned.
Event *LoyaltyEvent `json:"event,omitempty" url:"event,omitempty"`
// The resulting loyalty events. If the purchase qualifies for points, the `ACCUMULATE_POINTS` event
// is always included. When using the Orders API, the `ACCUMULATE_PROMOTION_POINTS` event is included
// if the purchase also qualifies for a loyalty promotion.
Events []*LoyaltyEvent `json:"events,omitempty" url:"events,omitempty"`
// contains filtered or unexported fields
}
Represents an [AccumulateLoyaltyPoints](api-endpoint:Loyalty-AccumulateLoyaltyPoints) response.
func (*AccumulateLoyaltyPointsResponse) GetErrors ¶
func (a *AccumulateLoyaltyPointsResponse) GetErrors() []*Error
func (*AccumulateLoyaltyPointsResponse) GetEvent ¶
func (a *AccumulateLoyaltyPointsResponse) GetEvent() *LoyaltyEvent
func (*AccumulateLoyaltyPointsResponse) GetEvents ¶
func (a *AccumulateLoyaltyPointsResponse) GetEvents() []*LoyaltyEvent
func (*AccumulateLoyaltyPointsResponse) GetExtraProperties ¶
func (a *AccumulateLoyaltyPointsResponse) GetExtraProperties() map[string]interface{}
func (*AccumulateLoyaltyPointsResponse) String ¶
func (a *AccumulateLoyaltyPointsResponse) String() string
func (*AccumulateLoyaltyPointsResponse) UnmarshalJSON ¶
func (a *AccumulateLoyaltyPointsResponse) UnmarshalJSON(data []byte) error
type AchDetails ¶
type AchDetails struct {
// The routing number for the bank account.
RoutingNumber *string `json:"routing_number,omitempty" url:"routing_number,omitempty"`
// The last few digits of the bank account number.
AccountNumberSuffix *string `json:"account_number_suffix,omitempty" url:"account_number_suffix,omitempty"`
// The type of the bank account performing the transfer. The account type can be `CHECKING`,
// `SAVINGS`, or `UNKNOWN`.
AccountType *string `json:"account_type,omitempty" url:"account_type,omitempty"`
// contains filtered or unexported fields
}
ACH-specific details about `BANK_ACCOUNT` type payments with the `transfer_type` of `ACH`.
func (*AchDetails) GetAccountNumberSuffix ¶
func (a *AchDetails) GetAccountNumberSuffix() *string
func (*AchDetails) GetAccountType ¶
func (a *AchDetails) GetAccountType() *string
func (*AchDetails) GetExtraProperties ¶
func (a *AchDetails) GetExtraProperties() map[string]interface{}
func (*AchDetails) GetRoutingNumber ¶
func (a *AchDetails) GetRoutingNumber() *string
func (*AchDetails) String ¶
func (a *AchDetails) String() string
func (*AchDetails) UnmarshalJSON ¶
func (a *AchDetails) UnmarshalJSON(data []byte) error
type ActionCancelReason ¶
type ActionCancelReason string
const ( ActionCancelReasonBuyerCanceled ActionCancelReason = "BUYER_CANCELED" ActionCancelReasonSellerCanceled ActionCancelReason = "SELLER_CANCELED" ActionCancelReasonTimedOut ActionCancelReason = "TIMED_OUT" )
func NewActionCancelReasonFromString ¶
func NewActionCancelReasonFromString(s string) (ActionCancelReason, error)
func (ActionCancelReason) Ptr ¶
func (a ActionCancelReason) Ptr() *ActionCancelReason
type ActivityType ¶
type ActivityType string
const ( ActivityTypeAdjustment ActivityType = "ADJUSTMENT" ActivityTypeAppFeeRefund ActivityType = "APP_FEE_REFUND" ActivityTypeAppFeeRevenue ActivityType = "APP_FEE_REVENUE" ActivityTypeAutomaticSavings ActivityType = "AUTOMATIC_SAVINGS" ActivityTypeAutomaticSavingsReversed ActivityType = "AUTOMATIC_SAVINGS_REVERSED" ActivityTypeCharge ActivityType = "CHARGE" ActivityTypeDepositFee ActivityType = "DEPOSIT_FEE" ActivityTypeDepositFeeReversed ActivityType = "DEPOSIT_FEE_REVERSED" ActivityTypeDispute ActivityType = "DISPUTE" ActivityTypeEscheatment ActivityType = "ESCHEATMENT" ActivityTypeFee ActivityType = "FEE" ActivityTypeFreeProcessing ActivityType = "FREE_PROCESSING" ActivityTypeHoldAdjustment ActivityType = "HOLD_ADJUSTMENT" ActivityTypeInitialBalanceChange ActivityType = "INITIAL_BALANCE_CHANGE" ActivityTypeMoneyTransfer ActivityType = "MONEY_TRANSFER" ActivityTypeMoneyTransferReversal ActivityType = "MONEY_TRANSFER_REVERSAL" ActivityTypeOpenDispute ActivityType = "OPEN_DISPUTE" ActivityTypeOther ActivityType = "OTHER" ActivityTypeOtherAdjustment ActivityType = "OTHER_ADJUSTMENT" ActivityTypePaidServiceFee ActivityType = "PAID_SERVICE_FEE" ActivityTypePaidServiceFeeRefund ActivityType = "PAID_SERVICE_FEE_REFUND" ActivityTypeRedemptionCode ActivityType = "REDEMPTION_CODE" ActivityTypeRefund ActivityType = "REFUND" ActivityTypeReleaseAdjustment ActivityType = "RELEASE_ADJUSTMENT" ActivityTypeReserveHold ActivityType = "RESERVE_HOLD" ActivityTypeReserveRelease ActivityType = "RESERVE_RELEASE" ActivityTypeReturnedPayout ActivityType = "RETURNED_PAYOUT" ActivityTypeSquareCapitalPayment ActivityType = "SQUARE_CAPITAL_PAYMENT" ActivityTypeSquareCapitalReversedPayment ActivityType = "SQUARE_CAPITAL_REVERSED_PAYMENT" ActivityTypeSubscriptionFee ActivityType = "SUBSCRIPTION_FEE" ActivityTypeSubscriptionFeePaidRefund ActivityType = "SUBSCRIPTION_FEE_PAID_REFUND" ActivityTypeSubscriptionFeeRefund ActivityType = "SUBSCRIPTION_FEE_REFUND" ActivityTypeTaxOnFee ActivityType = "TAX_ON_FEE" ActivityTypeThirdPartyFee ActivityType = "THIRD_PARTY_FEE" ActivityTypeThirdPartyFeeRefund ActivityType = "THIRD_PARTY_FEE_REFUND" ActivityTypePayout ActivityType = "PAYOUT" ActivityTypeAutomaticBitcoinConversions ActivityType = "AUTOMATIC_BITCOIN_CONVERSIONS" ActivityTypeAutomaticBitcoinConversionsReversed ActivityType = "AUTOMATIC_BITCOIN_CONVERSIONS_REVERSED" ActivityTypeCreditCardRepayment ActivityType = "CREDIT_CARD_REPAYMENT" ActivityTypeCreditCardRepaymentReversed ActivityType = "CREDIT_CARD_REPAYMENT_REVERSED" ActivityTypeLocalOffersCashback ActivityType = "LOCAL_OFFERS_CASHBACK" ActivityTypeLocalOffersFee ActivityType = "LOCAL_OFFERS_FEE" ActivityTypePercentageProcessingEnrollment ActivityType = "PERCENTAGE_PROCESSING_ENROLLMENT" ActivityTypePercentageProcessingDeactivation ActivityType = "PERCENTAGE_PROCESSING_DEACTIVATION" ActivityTypePercentageProcessingRepayment ActivityType = "PERCENTAGE_PROCESSING_REPAYMENT" ActivityTypePercentageProcessingRepaymentReversed ActivityType = "PERCENTAGE_PROCESSING_REPAYMENT_REVERSED" ActivityTypeProcessingFee ActivityType = "PROCESSING_FEE" ActivityTypeProcessingFeeRefund ActivityType = "PROCESSING_FEE_REFUND" ActivityTypeUndoProcessingFeeRefund ActivityType = "UNDO_PROCESSING_FEE_REFUND" ActivityTypeGiftCardLoadFee ActivityType = "GIFT_CARD_LOAD_FEE" ActivityTypeGiftCardLoadFeeRefund ActivityType = "GIFT_CARD_LOAD_FEE_REFUND" ActivityTypeUndoGiftCardLoadFeeRefund ActivityType = "UNDO_GIFT_CARD_LOAD_FEE_REFUND" ActivityTypeBalanceFoldersTransfer ActivityType = "BALANCE_FOLDERS_TRANSFER" ActivityTypeBalanceFoldersTransferReversed ActivityType = "BALANCE_FOLDERS_TRANSFER_REVERSED" ActivityTypeGiftCardPoolTransfer ActivityType = "GIFT_CARD_POOL_TRANSFER" ActivityTypeGiftCardPoolTransferReversed ActivityType = "GIFT_CARD_POOL_TRANSFER_REVERSED" ActivityTypeSquarePayrollTransfer ActivityType = "SQUARE_PAYROLL_TRANSFER" ActivityTypeSquarePayrollTransferReversed ActivityType = "SQUARE_PAYROLL_TRANSFER_REVERSED" )
func NewActivityTypeFromString ¶
func NewActivityTypeFromString(s string) (ActivityType, error)
func (ActivityType) Ptr ¶
func (a ActivityType) Ptr() *ActivityType
type AddGroupToCustomerResponse ¶
type AddGroupToCustomerResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Defines the fields that are included in the response body of a request to the [AddGroupToCustomer](api-endpoint:Customers-AddGroupToCustomer) endpoint.
func (*AddGroupToCustomerResponse) GetErrors ¶
func (a *AddGroupToCustomerResponse) GetErrors() []*Error
func (*AddGroupToCustomerResponse) GetExtraProperties ¶
func (a *AddGroupToCustomerResponse) GetExtraProperties() map[string]interface{}
func (*AddGroupToCustomerResponse) String ¶
func (a *AddGroupToCustomerResponse) String() string
func (*AddGroupToCustomerResponse) UnmarshalJSON ¶
func (a *AddGroupToCustomerResponse) UnmarshalJSON(data []byte) error
type AdditionalRecipient ¶
type AdditionalRecipient struct {
// The location ID for a recipient (other than the merchant) receiving a portion of this tender.
LocationID string `json:"location_id" url:"location_id"`
// The description of the additional recipient.
Description *string `json:"description,omitempty" url:"description,omitempty"`
// The amount of money distributed to the recipient.
AmountMoney *Money `json:"amount_money" url:"amount_money"`
// The unique ID for the RETIRED `AdditionalRecipientReceivable` object. This field should be empty for any `AdditionalRecipient` objects created after the retirement.
ReceivableID *string `json:"receivable_id,omitempty" url:"receivable_id,omitempty"`
// contains filtered or unexported fields
}
Represents an additional recipient (other than the merchant) receiving a portion of this tender.
func (*AdditionalRecipient) GetAmountMoney ¶
func (a *AdditionalRecipient) GetAmountMoney() *Money
func (*AdditionalRecipient) GetDescription ¶
func (a *AdditionalRecipient) GetDescription() *string
func (*AdditionalRecipient) GetExtraProperties ¶
func (a *AdditionalRecipient) GetExtraProperties() map[string]interface{}
func (*AdditionalRecipient) GetLocationID ¶
func (a *AdditionalRecipient) GetLocationID() string
func (*AdditionalRecipient) GetReceivableID ¶
func (a *AdditionalRecipient) GetReceivableID() *string
func (*AdditionalRecipient) String ¶
func (a *AdditionalRecipient) String() string
func (*AdditionalRecipient) UnmarshalJSON ¶
func (a *AdditionalRecipient) UnmarshalJSON(data []byte) error
type Address ¶
type Address struct {
// The first line of the address.
//
// Fields that start with `address_line` provide the address's most specific
// details, like street number, street name, and building name. They do *not*
// provide less specific details like city, state/province, or country (these
// details are provided in other fields).
AddressLine1 *string `json:"address_line_1,omitempty" url:"address_line_1,omitempty"`
// The second line of the address, if any.
AddressLine2 *string `json:"address_line_2,omitempty" url:"address_line_2,omitempty"`
// The third line of the address, if any.
AddressLine3 *string `json:"address_line_3,omitempty" url:"address_line_3,omitempty"`
// The city or town of the address. For a full list of field meanings by country, see [Working with Addresses](https://developer.squareup.com/docs/build-basics/working-with-addresses).
Locality *string `json:"locality,omitempty" url:"locality,omitempty"`
// A civil region within the address's `locality`, if any.
Sublocality *string `json:"sublocality,omitempty" url:"sublocality,omitempty"`
// A civil region within the address's `sublocality`, if any.
Sublocality2 *string `json:"sublocality_2,omitempty" url:"sublocality_2,omitempty"`
// A civil region within the address's `sublocality_2`, if any.
Sublocality3 *string `json:"sublocality_3,omitempty" url:"sublocality_3,omitempty"`
// A civil entity within the address's country. In the US, this
// is the state. For a full list of field meanings by country, see [Working with Addresses](https://developer.squareup.com/docs/build-basics/working-with-addresses).
AdministrativeDistrictLevel1 *string `json:"administrative_district_level_1,omitempty" url:"administrative_district_level_1,omitempty"`
// A civil entity within the address's `administrative_district_level_1`.
// In the US, this is the county.
AdministrativeDistrictLevel2 *string `json:"administrative_district_level_2,omitempty" url:"administrative_district_level_2,omitempty"`
// A civil entity within the address's `administrative_district_level_2`,
// if any.
AdministrativeDistrictLevel3 *string `json:"administrative_district_level_3,omitempty" url:"administrative_district_level_3,omitempty"`
// The address's postal code. For a full list of field meanings by country, see [Working with Addresses](https://developer.squareup.com/docs/build-basics/working-with-addresses).
PostalCode *string `json:"postal_code,omitempty" url:"postal_code,omitempty"`
// The address's country, in the two-letter format of ISO 3166. For example, `US` or `FR`.
// See [Country](#type-country) for possible values
Country *Country `json:"country,omitempty" url:"country,omitempty"`
// Optional first name when it's representing recipient.
FirstName *string `json:"first_name,omitempty" url:"first_name,omitempty"`
// Optional last name when it's representing recipient.
LastName *string `json:"last_name,omitempty" url:"last_name,omitempty"`
// contains filtered or unexported fields
}
Represents a postal address in a country. For more information, see [Working with Addresses](https://developer.squareup.com/docs/build-basics/working-with-addresses).
func (*Address) GetAddressLine1 ¶
func (*Address) GetAddressLine2 ¶
func (*Address) GetAddressLine3 ¶
func (*Address) GetAdministrativeDistrictLevel1 ¶
func (*Address) GetAdministrativeDistrictLevel2 ¶
func (*Address) GetAdministrativeDistrictLevel3 ¶
func (*Address) GetCountry ¶
func (*Address) GetExtraProperties ¶
func (*Address) GetFirstName ¶
func (*Address) GetLastName ¶
func (*Address) GetLocality ¶
func (*Address) GetPostalCode ¶
func (*Address) GetSublocality ¶
func (*Address) GetSublocality2 ¶
func (*Address) GetSublocality3 ¶
func (*Address) UnmarshalJSON ¶
type AdjustLoyaltyPointsResponse ¶
type AdjustLoyaltyPointsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The resulting event data for the adjustment.
Event *LoyaltyEvent `json:"event,omitempty" url:"event,omitempty"`
// contains filtered or unexported fields
}
Represents an [AdjustLoyaltyPoints](api-endpoint:Loyalty-AdjustLoyaltyPoints) request.
func (*AdjustLoyaltyPointsResponse) GetErrors ¶
func (a *AdjustLoyaltyPointsResponse) GetErrors() []*Error
func (*AdjustLoyaltyPointsResponse) GetEvent ¶
func (a *AdjustLoyaltyPointsResponse) GetEvent() *LoyaltyEvent
func (*AdjustLoyaltyPointsResponse) GetExtraProperties ¶
func (a *AdjustLoyaltyPointsResponse) GetExtraProperties() map[string]interface{}
func (*AdjustLoyaltyPointsResponse) String ¶
func (a *AdjustLoyaltyPointsResponse) String() string
func (*AdjustLoyaltyPointsResponse) UnmarshalJSON ¶
func (a *AdjustLoyaltyPointsResponse) UnmarshalJSON(data []byte) error
type AfterpayDetails ¶
type AfterpayDetails struct {
// Email address on the buyer's Afterpay account.
EmailAddress *string `json:"email_address,omitempty" url:"email_address,omitempty"`
// contains filtered or unexported fields
}
Additional details about Afterpay payments.
func (*AfterpayDetails) GetEmailAddress ¶
func (a *AfterpayDetails) GetEmailAddress() *string
func (*AfterpayDetails) GetExtraProperties ¶
func (a *AfterpayDetails) GetExtraProperties() map[string]interface{}
func (*AfterpayDetails) String ¶
func (a *AfterpayDetails) String() string
func (*AfterpayDetails) UnmarshalJSON ¶
func (a *AfterpayDetails) UnmarshalJSON(data []byte) error
type ApplicationDetails ¶
type ApplicationDetails struct {
// The Square product, such as Square Point of Sale (POS),
// Square Invoices, or Square Virtual Terminal.
// See [ExternalSquareProduct](#type-externalsquareproduct) for possible values
SquareProduct *ApplicationDetailsExternalSquareProduct `json:"square_product,omitempty" url:"square_product,omitempty"`
// The Square ID assigned to the application used to take the payment.
// Application developers can use this information to identify payments that
// their application processed.
// For example, if a developer uses a custom application to process payments,
// this field contains the application ID from the Developer Dashboard.
// If a seller uses a [Square App Marketplace](https://developer.squareup.com/docs/app-marketplace)
// application to process payments, the field contains the corresponding application ID.
ApplicationID *string `json:"application_id,omitempty" url:"application_id,omitempty"`
// contains filtered or unexported fields
}
Details about the application that took the payment.
func (*ApplicationDetails) GetApplicationID ¶
func (a *ApplicationDetails) GetApplicationID() *string
func (*ApplicationDetails) GetExtraProperties ¶
func (a *ApplicationDetails) GetExtraProperties() map[string]interface{}
func (*ApplicationDetails) GetSquareProduct ¶
func (a *ApplicationDetails) GetSquareProduct() *ApplicationDetailsExternalSquareProduct
func (*ApplicationDetails) String ¶
func (a *ApplicationDetails) String() string
func (*ApplicationDetails) UnmarshalJSON ¶
func (a *ApplicationDetails) UnmarshalJSON(data []byte) error
type ApplicationDetailsExternalSquareProduct ¶
type ApplicationDetailsExternalSquareProduct string
A list of products to return to external callers.
const ( ApplicationDetailsExternalSquareProductAppointments ApplicationDetailsExternalSquareProduct = "APPOINTMENTS" ApplicationDetailsExternalSquareProductEcommerceAPI ApplicationDetailsExternalSquareProduct = "ECOMMERCE_API" ApplicationDetailsExternalSquareProductInvoices ApplicationDetailsExternalSquareProduct = "INVOICES" ApplicationDetailsExternalSquareProductOnlineStore ApplicationDetailsExternalSquareProduct = "ONLINE_STORE" ApplicationDetailsExternalSquareProductOther ApplicationDetailsExternalSquareProduct = "OTHER" ApplicationDetailsExternalSquareProductRestaurants ApplicationDetailsExternalSquareProduct = "RESTAURANTS" ApplicationDetailsExternalSquareProductRetail ApplicationDetailsExternalSquareProduct = "RETAIL" ApplicationDetailsExternalSquareProductSquarePos ApplicationDetailsExternalSquareProduct = "SQUARE_POS" ApplicationDetailsExternalSquareProductTerminalAPI ApplicationDetailsExternalSquareProduct = "TERMINAL_API" ApplicationDetailsExternalSquareProductVirtualTerminal ApplicationDetailsExternalSquareProduct = "VIRTUAL_TERMINAL" )
func NewApplicationDetailsExternalSquareProductFromString ¶
func NewApplicationDetailsExternalSquareProductFromString(s string) (ApplicationDetailsExternalSquareProduct, error)
type ApplicationType ¶
type ApplicationType = string
type AppointmentSegment ¶
type AppointmentSegment struct {
// The time span in minutes of an appointment segment.
DurationMinutes *int `json:"duration_minutes,omitempty" url:"duration_minutes,omitempty"`
// The ID of the [CatalogItemVariation](entity:CatalogItemVariation) object representing the service booked in this segment.
ServiceVariationID *string `json:"service_variation_id,omitempty" url:"service_variation_id,omitempty"`
// The ID of the [TeamMember](entity:TeamMember) object representing the team member booked in this segment.
TeamMemberID string `json:"team_member_id" url:"team_member_id"`
// The current version of the item variation representing the service booked in this segment.
ServiceVariationVersion *int64 `json:"service_variation_version,omitempty" url:"service_variation_version,omitempty"`
// Time between the end of this segment and the beginning of the subsequent segment.
IntermissionMinutes *int `json:"intermission_minutes,omitempty" url:"intermission_minutes,omitempty"`
// Whether the customer accepts any team member, instead of a specific one, to serve this segment.
AnyTeamMember *bool `json:"any_team_member,omitempty" url:"any_team_member,omitempty"`
// The IDs of the seller-accessible resources used for this appointment segment.
ResourceIDs []string `json:"resource_ids,omitempty" url:"resource_ids,omitempty"`
// contains filtered or unexported fields
}
Defines an appointment segment of a booking.
func (*AppointmentSegment) GetAnyTeamMember ¶
func (a *AppointmentSegment) GetAnyTeamMember() *bool
func (*AppointmentSegment) GetDurationMinutes ¶
func (a *AppointmentSegment) GetDurationMinutes() *int
func (*AppointmentSegment) GetExtraProperties ¶
func (a *AppointmentSegment) GetExtraProperties() map[string]interface{}
func (*AppointmentSegment) GetIntermissionMinutes ¶
func (a *AppointmentSegment) GetIntermissionMinutes() *int
func (*AppointmentSegment) GetResourceIDs ¶
func (a *AppointmentSegment) GetResourceIDs() []string
func (*AppointmentSegment) GetServiceVariationID ¶
func (a *AppointmentSegment) GetServiceVariationID() *string
func (*AppointmentSegment) GetServiceVariationVersion ¶
func (a *AppointmentSegment) GetServiceVariationVersion() *int64
func (*AppointmentSegment) GetTeamMemberID ¶
func (a *AppointmentSegment) GetTeamMemberID() string
func (*AppointmentSegment) String ¶
func (a *AppointmentSegment) String() string
func (*AppointmentSegment) UnmarshalJSON ¶
func (a *AppointmentSegment) UnmarshalJSON(data []byte) error
type ArchivedState ¶
type ArchivedState string
Defines the values for the `archived_state` query expression used in [SearchCatalogItems](api-endpoint:Catalog-SearchCatalogItems) to return the archived, not archived or either type of catalog items.
const ( ArchivedStateArchivedStateNotArchived ArchivedState = "ARCHIVED_STATE_NOT_ARCHIVED" ArchivedStateArchivedStateArchived ArchivedState = "ARCHIVED_STATE_ARCHIVED" ArchivedStateArchivedStateAll ArchivedState = "ARCHIVED_STATE_ALL" )
func NewArchivedStateFromString ¶
func NewArchivedStateFromString(s string) (ArchivedState, error)
func (ArchivedState) Ptr ¶
func (a ArchivedState) Ptr() *ArchivedState
type Availability ¶
type Availability struct {
// The RFC 3339 timestamp specifying the beginning time of the slot available for booking.
StartAt *string `json:"start_at,omitempty" url:"start_at,omitempty"`
// The ID of the location available for booking.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// The list of appointment segments available for booking
AppointmentSegments []*AppointmentSegment `json:"appointment_segments,omitempty" url:"appointment_segments,omitempty"`
// contains filtered or unexported fields
}
Defines an appointment slot that encapsulates the appointment segments, location and starting time available for booking.
func (*Availability) GetAppointmentSegments ¶
func (a *Availability) GetAppointmentSegments() []*AppointmentSegment
func (*Availability) GetExtraProperties ¶
func (a *Availability) GetExtraProperties() map[string]interface{}
func (*Availability) GetLocationID ¶
func (a *Availability) GetLocationID() *string
func (*Availability) GetStartAt ¶
func (a *Availability) GetStartAt() *string
func (*Availability) String ¶
func (a *Availability) String() string
func (*Availability) UnmarshalJSON ¶
func (a *Availability) UnmarshalJSON(data []byte) error
type BankAccount ¶
type BankAccount struct {
// The unique, Square-issued identifier for the bank account.
ID string `json:"id" url:"id"`
// The last few digits of the account number.
AccountNumberSuffix string `json:"account_number_suffix" url:"account_number_suffix"`
// The ISO 3166 Alpha-2 country code where the bank account is based.
// See [Country](#type-country) for possible values
Country Country `json:"country" url:"country"`
// The 3-character ISO 4217 currency code indicating the operating
// currency of the bank account. For example, the currency code for US dollars
// is `USD`.
// See [Currency](#type-currency) for possible values
Currency Currency `json:"currency" url:"currency"`
// The financial purpose of the associated bank account.
// See [BankAccountType](#type-bankaccounttype) for possible values
AccountType BankAccountType `json:"account_type" url:"account_type"`
// Name of the account holder. This name must match the name
// on the targeted bank account record.
HolderName string `json:"holder_name" url:"holder_name"`
// Primary identifier for the bank. For more information, see
// [Bank Accounts API](https://developer.squareup.com/docs/bank-accounts-api).
PrimaryBankIdentificationNumber string `json:"primary_bank_identification_number" url:"primary_bank_identification_number"`
// Secondary identifier for the bank. For more information, see
// [Bank Accounts API](https://developer.squareup.com/docs/bank-accounts-api).
SecondaryBankIdentificationNumber *string `json:"secondary_bank_identification_number,omitempty" url:"secondary_bank_identification_number,omitempty"`
// Reference identifier that will be displayed to UK bank account owners
// when collecting direct debit authorization. Only required for UK bank accounts.
DebitMandateReferenceID *string `json:"debit_mandate_reference_id,omitempty" url:"debit_mandate_reference_id,omitempty"`
// Client-provided identifier for linking the banking account to an entity
// in a third-party system (for example, a bank account number or a user identifier).
ReferenceID *string `json:"reference_id,omitempty" url:"reference_id,omitempty"`
// The location to which the bank account belongs.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// Read-only. The current verification status of this BankAccount object.
// See [BankAccountStatus](#type-bankaccountstatus) for possible values
Status BankAccountStatus `json:"status" url:"status"`
// Indicates whether it is possible for Square to send money to this bank account.
Creditable bool `json:"creditable" url:"creditable"`
// Indicates whether it is possible for Square to take money from this
// bank account.
Debitable bool `json:"debitable" url:"debitable"`
// A Square-assigned, unique identifier for the bank account based on the
// account information. The account fingerprint can be used to compare account
// entries and determine if the they represent the same real-world bank account.
Fingerprint *string `json:"fingerprint,omitempty" url:"fingerprint,omitempty"`
// The current version of the `BankAccount`.
Version *int `json:"version,omitempty" url:"version,omitempty"`
// Read only. Name of actual financial institution.
// For example "Bank of America".
BankName *string `json:"bank_name,omitempty" url:"bank_name,omitempty"`
// contains filtered or unexported fields
}
Represents a bank account. For more information about linking a bank account to a Square account, see [Bank Accounts API](https://developer.squareup.com/docs/bank-accounts-api).
func (*BankAccount) GetAccountNumberSuffix ¶
func (b *BankAccount) GetAccountNumberSuffix() string
func (*BankAccount) GetAccountType ¶
func (b *BankAccount) GetAccountType() BankAccountType
func (*BankAccount) GetBankName ¶
func (b *BankAccount) GetBankName() *string
func (*BankAccount) GetCountry ¶
func (b *BankAccount) GetCountry() Country
func (*BankAccount) GetCreditable ¶
func (b *BankAccount) GetCreditable() bool
func (*BankAccount) GetCurrency ¶
func (b *BankAccount) GetCurrency() Currency
func (*BankAccount) GetDebitMandateReferenceID ¶
func (b *BankAccount) GetDebitMandateReferenceID() *string
func (*BankAccount) GetDebitable ¶
func (b *BankAccount) GetDebitable() bool
func (*BankAccount) GetExtraProperties ¶
func (b *BankAccount) GetExtraProperties() map[string]interface{}
func (*BankAccount) GetFingerprint ¶
func (b *BankAccount) GetFingerprint() *string
func (*BankAccount) GetHolderName ¶
func (b *BankAccount) GetHolderName() string
func (*BankAccount) GetID ¶
func (b *BankAccount) GetID() string
func (*BankAccount) GetLocationID ¶
func (b *BankAccount) GetLocationID() *string
func (*BankAccount) GetPrimaryBankIdentificationNumber ¶
func (b *BankAccount) GetPrimaryBankIdentificationNumber() string
func (*BankAccount) GetReferenceID ¶
func (b *BankAccount) GetReferenceID() *string
func (*BankAccount) GetSecondaryBankIdentificationNumber ¶
func (b *BankAccount) GetSecondaryBankIdentificationNumber() *string
func (*BankAccount) GetStatus ¶
func (b *BankAccount) GetStatus() BankAccountStatus
func (*BankAccount) GetVersion ¶
func (b *BankAccount) GetVersion() *int
func (*BankAccount) String ¶
func (b *BankAccount) String() string
func (*BankAccount) UnmarshalJSON ¶
func (b *BankAccount) UnmarshalJSON(data []byte) error
type BankAccountCreatedEvent ¶
type BankAccountCreatedEvent struct {
// The ID of the target merchant associated with the event.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The ID of the target location associated with the event.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// The type of event this represents, `"bank_account.created"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// Timestamp of when the event was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// Data associated with the event.
Data *BankAccountCreatedEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when you link an external bank account to a Square account in the Seller Dashboard. Square sets the initial status to `VERIFICATION_IN_PROGRESS` and publishes the event.
func (*BankAccountCreatedEvent) GetCreatedAt ¶
func (b *BankAccountCreatedEvent) GetCreatedAt() *string
func (*BankAccountCreatedEvent) GetData ¶
func (b *BankAccountCreatedEvent) GetData() *BankAccountCreatedEventData
func (*BankAccountCreatedEvent) GetEventID ¶
func (b *BankAccountCreatedEvent) GetEventID() *string
func (*BankAccountCreatedEvent) GetExtraProperties ¶
func (b *BankAccountCreatedEvent) GetExtraProperties() map[string]interface{}
func (*BankAccountCreatedEvent) GetLocationID ¶
func (b *BankAccountCreatedEvent) GetLocationID() *string
func (*BankAccountCreatedEvent) GetMerchantID ¶
func (b *BankAccountCreatedEvent) GetMerchantID() *string
func (*BankAccountCreatedEvent) GetType ¶
func (b *BankAccountCreatedEvent) GetType() *string
func (*BankAccountCreatedEvent) String ¶
func (b *BankAccountCreatedEvent) String() string
func (*BankAccountCreatedEvent) UnmarshalJSON ¶
func (b *BankAccountCreatedEvent) UnmarshalJSON(data []byte) error
type BankAccountCreatedEventData ¶
type BankAccountCreatedEventData struct {
// Name of the affected object’s type, `"bank_account"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// ID of the affected bank account.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// An object containing the created bank account.
Object *BankAccountCreatedEventObject `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*BankAccountCreatedEventData) GetExtraProperties ¶
func (b *BankAccountCreatedEventData) GetExtraProperties() map[string]interface{}
func (*BankAccountCreatedEventData) GetID ¶
func (b *BankAccountCreatedEventData) GetID() *string
func (*BankAccountCreatedEventData) GetObject ¶
func (b *BankAccountCreatedEventData) GetObject() *BankAccountCreatedEventObject
func (*BankAccountCreatedEventData) GetType ¶
func (b *BankAccountCreatedEventData) GetType() *string
func (*BankAccountCreatedEventData) String ¶
func (b *BankAccountCreatedEventData) String() string
func (*BankAccountCreatedEventData) UnmarshalJSON ¶
func (b *BankAccountCreatedEventData) UnmarshalJSON(data []byte) error
type BankAccountCreatedEventObject ¶
type BankAccountCreatedEventObject struct {
// The created bank account.
BankAccount *BankAccount `json:"bank_account,omitempty" url:"bank_account,omitempty"`
// contains filtered or unexported fields
}
func (*BankAccountCreatedEventObject) GetBankAccount ¶
func (b *BankAccountCreatedEventObject) GetBankAccount() *BankAccount
func (*BankAccountCreatedEventObject) GetExtraProperties ¶
func (b *BankAccountCreatedEventObject) GetExtraProperties() map[string]interface{}
func (*BankAccountCreatedEventObject) String ¶
func (b *BankAccountCreatedEventObject) String() string
func (*BankAccountCreatedEventObject) UnmarshalJSON ¶
func (b *BankAccountCreatedEventObject) UnmarshalJSON(data []byte) error
type BankAccountDisabledEvent ¶
type BankAccountDisabledEvent struct {
// The ID of the target merchant associated with the event.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The ID of the target location associated with the event.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// The type of event this represents, `"bank_account.disabled"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// Timestamp of when the event was disabled, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// Data associated with the event.
Data *BankAccountDisabledEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when Square sets the status of a BankAccount(entity:BankAccount) to `DISABLED`.
func (*BankAccountDisabledEvent) GetCreatedAt ¶
func (b *BankAccountDisabledEvent) GetCreatedAt() *string
func (*BankAccountDisabledEvent) GetData ¶
func (b *BankAccountDisabledEvent) GetData() *BankAccountDisabledEventData
func (*BankAccountDisabledEvent) GetEventID ¶
func (b *BankAccountDisabledEvent) GetEventID() *string
func (*BankAccountDisabledEvent) GetExtraProperties ¶
func (b *BankAccountDisabledEvent) GetExtraProperties() map[string]interface{}
func (*BankAccountDisabledEvent) GetLocationID ¶
func (b *BankAccountDisabledEvent) GetLocationID() *string
func (*BankAccountDisabledEvent) GetMerchantID ¶
func (b *BankAccountDisabledEvent) GetMerchantID() *string
func (*BankAccountDisabledEvent) GetType ¶
func (b *BankAccountDisabledEvent) GetType() *string
func (*BankAccountDisabledEvent) String ¶
func (b *BankAccountDisabledEvent) String() string
func (*BankAccountDisabledEvent) UnmarshalJSON ¶
func (b *BankAccountDisabledEvent) UnmarshalJSON(data []byte) error
type BankAccountDisabledEventData ¶
type BankAccountDisabledEventData struct {
// Name of the affected object’s type, `"bank_account"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// ID of the affected bank account.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// An object containing the disabled bank account.
Object *BankAccountDisabledEventObject `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*BankAccountDisabledEventData) GetExtraProperties ¶
func (b *BankAccountDisabledEventData) GetExtraProperties() map[string]interface{}
func (*BankAccountDisabledEventData) GetID ¶
func (b *BankAccountDisabledEventData) GetID() *string
func (*BankAccountDisabledEventData) GetObject ¶
func (b *BankAccountDisabledEventData) GetObject() *BankAccountDisabledEventObject
func (*BankAccountDisabledEventData) GetType ¶
func (b *BankAccountDisabledEventData) GetType() *string
func (*BankAccountDisabledEventData) String ¶
func (b *BankAccountDisabledEventData) String() string
func (*BankAccountDisabledEventData) UnmarshalJSON ¶
func (b *BankAccountDisabledEventData) UnmarshalJSON(data []byte) error
type BankAccountDisabledEventObject ¶
type BankAccountDisabledEventObject struct {
// The disabled bank account.
BankAccount *BankAccount `json:"bank_account,omitempty" url:"bank_account,omitempty"`
// contains filtered or unexported fields
}
func (*BankAccountDisabledEventObject) GetBankAccount ¶
func (b *BankAccountDisabledEventObject) GetBankAccount() *BankAccount
func (*BankAccountDisabledEventObject) GetExtraProperties ¶
func (b *BankAccountDisabledEventObject) GetExtraProperties() map[string]interface{}
func (*BankAccountDisabledEventObject) String ¶
func (b *BankAccountDisabledEventObject) String() string
func (*BankAccountDisabledEventObject) UnmarshalJSON ¶
func (b *BankAccountDisabledEventObject) UnmarshalJSON(data []byte) error
type BankAccountPaymentDetails ¶
type BankAccountPaymentDetails struct {
// The name of the bank associated with the bank account.
BankName *string `json:"bank_name,omitempty" url:"bank_name,omitempty"`
// The type of the bank transfer. The type can be `ACH` or `UNKNOWN`.
TransferType *string `json:"transfer_type,omitempty" url:"transfer_type,omitempty"`
// The ownership type of the bank account performing the transfer.
// The type can be `INDIVIDUAL`, `COMPANY`, or `ACCOUNT_TYPE_UNKNOWN`.
AccountOwnershipType *string `json:"account_ownership_type,omitempty" url:"account_ownership_type,omitempty"`
// Uniquely identifies the bank account for this seller and can be used
// to determine if payments are from the same bank account.
Fingerprint *string `json:"fingerprint,omitempty" url:"fingerprint,omitempty"`
// The two-letter ISO code representing the country the bank account is located in.
Country *string `json:"country,omitempty" url:"country,omitempty"`
// The statement description as sent to the bank.
StatementDescription *string `json:"statement_description,omitempty" url:"statement_description,omitempty"`
// ACH-specific information about the transfer. The information is only populated
// if the `transfer_type` is `ACH`.
AchDetails *AchDetails `json:"ach_details,omitempty" url:"ach_details,omitempty"`
// Information about errors encountered during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Additional details about BANK_ACCOUNT type payments.
func (*BankAccountPaymentDetails) GetAccountOwnershipType ¶
func (b *BankAccountPaymentDetails) GetAccountOwnershipType() *string
func (*BankAccountPaymentDetails) GetAchDetails ¶
func (b *BankAccountPaymentDetails) GetAchDetails() *AchDetails
func (*BankAccountPaymentDetails) GetBankName ¶
func (b *BankAccountPaymentDetails) GetBankName() *string
func (*BankAccountPaymentDetails) GetCountry ¶
func (b *BankAccountPaymentDetails) GetCountry() *string
func (*BankAccountPaymentDetails) GetErrors ¶
func (b *BankAccountPaymentDetails) GetErrors() []*Error
func (*BankAccountPaymentDetails) GetExtraProperties ¶
func (b *BankAccountPaymentDetails) GetExtraProperties() map[string]interface{}
func (*BankAccountPaymentDetails) GetFingerprint ¶
func (b *BankAccountPaymentDetails) GetFingerprint() *string
func (*BankAccountPaymentDetails) GetStatementDescription ¶
func (b *BankAccountPaymentDetails) GetStatementDescription() *string
func (*BankAccountPaymentDetails) GetTransferType ¶
func (b *BankAccountPaymentDetails) GetTransferType() *string
func (*BankAccountPaymentDetails) String ¶
func (b *BankAccountPaymentDetails) String() string
func (*BankAccountPaymentDetails) UnmarshalJSON ¶
func (b *BankAccountPaymentDetails) UnmarshalJSON(data []byte) error
type BankAccountStatus ¶
type BankAccountStatus string
Indicates the current verification status of a `BankAccount` object.
const ( BankAccountStatusVerificationInProgress BankAccountStatus = "VERIFICATION_IN_PROGRESS" BankAccountStatusVerified BankAccountStatus = "VERIFIED" BankAccountStatusDisabled BankAccountStatus = "DISABLED" )
func NewBankAccountStatusFromString ¶
func NewBankAccountStatusFromString(s string) (BankAccountStatus, error)
func (BankAccountStatus) Ptr ¶
func (b BankAccountStatus) Ptr() *BankAccountStatus
type BankAccountType ¶
type BankAccountType string
Indicates the financial purpose of the bank account.
const ( BankAccountTypeChecking BankAccountType = "CHECKING" BankAccountTypeSavings BankAccountType = "SAVINGS" BankAccountTypeInvestment BankAccountType = "INVESTMENT" BankAccountTypeOther BankAccountType = "OTHER" BankAccountTypeBusinessChecking BankAccountType = "BUSINESS_CHECKING" )
func NewBankAccountTypeFromString ¶
func NewBankAccountTypeFromString(s string) (BankAccountType, error)
func (BankAccountType) Ptr ¶
func (b BankAccountType) Ptr() *BankAccountType
type BankAccountVerifiedEvent ¶
type BankAccountVerifiedEvent struct {
// The ID of the target merchant associated with the event.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The ID of the target location associated with the event.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// The type of event this represents, `"bank_account.verified"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// Timestamp of when the event was verified, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// Data associated with the event.
Data *BankAccountVerifiedEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when Square sets the status of a BankAccount(entity:BankAccount) to `VERIFIED`.
func (*BankAccountVerifiedEvent) GetCreatedAt ¶
func (b *BankAccountVerifiedEvent) GetCreatedAt() *string
func (*BankAccountVerifiedEvent) GetData ¶
func (b *BankAccountVerifiedEvent) GetData() *BankAccountVerifiedEventData
func (*BankAccountVerifiedEvent) GetEventID ¶
func (b *BankAccountVerifiedEvent) GetEventID() *string
func (*BankAccountVerifiedEvent) GetExtraProperties ¶
func (b *BankAccountVerifiedEvent) GetExtraProperties() map[string]interface{}
func (*BankAccountVerifiedEvent) GetLocationID ¶
func (b *BankAccountVerifiedEvent) GetLocationID() *string
func (*BankAccountVerifiedEvent) GetMerchantID ¶
func (b *BankAccountVerifiedEvent) GetMerchantID() *string
func (*BankAccountVerifiedEvent) GetType ¶
func (b *BankAccountVerifiedEvent) GetType() *string
func (*BankAccountVerifiedEvent) String ¶
func (b *BankAccountVerifiedEvent) String() string
func (*BankAccountVerifiedEvent) UnmarshalJSON ¶
func (b *BankAccountVerifiedEvent) UnmarshalJSON(data []byte) error
type BankAccountVerifiedEventData ¶
type BankAccountVerifiedEventData struct {
// Name of the affected object’s type, `"bank_account"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// ID of the affected bank account.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// An object containing the verified bank account.
Object *BankAccountVerifiedEventObject `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*BankAccountVerifiedEventData) GetExtraProperties ¶
func (b *BankAccountVerifiedEventData) GetExtraProperties() map[string]interface{}
func (*BankAccountVerifiedEventData) GetID ¶
func (b *BankAccountVerifiedEventData) GetID() *string
func (*BankAccountVerifiedEventData) GetObject ¶
func (b *BankAccountVerifiedEventData) GetObject() *BankAccountVerifiedEventObject
func (*BankAccountVerifiedEventData) GetType ¶
func (b *BankAccountVerifiedEventData) GetType() *string
func (*BankAccountVerifiedEventData) String ¶
func (b *BankAccountVerifiedEventData) String() string
func (*BankAccountVerifiedEventData) UnmarshalJSON ¶
func (b *BankAccountVerifiedEventData) UnmarshalJSON(data []byte) error
type BankAccountVerifiedEventObject ¶
type BankAccountVerifiedEventObject struct {
// The verified bank account.
BankAccount *BankAccount `json:"bank_account,omitempty" url:"bank_account,omitempty"`
// contains filtered or unexported fields
}
func (*BankAccountVerifiedEventObject) GetBankAccount ¶
func (b *BankAccountVerifiedEventObject) GetBankAccount() *BankAccount
func (*BankAccountVerifiedEventObject) GetExtraProperties ¶
func (b *BankAccountVerifiedEventObject) GetExtraProperties() map[string]interface{}
func (*BankAccountVerifiedEventObject) String ¶
func (b *BankAccountVerifiedEventObject) String() string
func (*BankAccountVerifiedEventObject) UnmarshalJSON ¶
func (b *BankAccountVerifiedEventObject) UnmarshalJSON(data []byte) error
type BatchChangeInventoryRequest ¶
type BatchChangeInventoryRequest struct {
// A client-supplied, universally unique identifier (UUID) for the
// request.
//
// See [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency) in the
// [API Development 101](https://developer.squareup.com/docs/buildbasics) section for more
// information.
IdempotencyKey string `json:"idempotency_key" url:"idempotency_key"`
// The set of physical counts and inventory adjustments to be made.
// Changes are applied based on the client-supplied timestamp and may be sent
// out of order.
Changes []*InventoryChange `json:"changes,omitempty" url:"changes,omitempty"`
// Indicates whether the current physical count should be ignored if
// the quantity is unchanged since the last physical count. Default: `true`.
IgnoreUnchangedCounts *bool `json:"ignore_unchanged_counts,omitempty" url:"ignore_unchanged_counts,omitempty"`
// contains filtered or unexported fields
}
func (*BatchChangeInventoryRequest) GetChanges ¶
func (b *BatchChangeInventoryRequest) GetChanges() []*InventoryChange
func (*BatchChangeInventoryRequest) GetExtraProperties ¶
func (b *BatchChangeInventoryRequest) GetExtraProperties() map[string]interface{}
func (*BatchChangeInventoryRequest) GetIdempotencyKey ¶
func (b *BatchChangeInventoryRequest) GetIdempotencyKey() string
func (*BatchChangeInventoryRequest) GetIgnoreUnchangedCounts ¶
func (b *BatchChangeInventoryRequest) GetIgnoreUnchangedCounts() *bool
func (*BatchChangeInventoryRequest) String ¶
func (b *BatchChangeInventoryRequest) String() string
func (*BatchChangeInventoryRequest) UnmarshalJSON ¶
func (b *BatchChangeInventoryRequest) UnmarshalJSON(data []byte) error
type BatchChangeInventoryResponse ¶
type BatchChangeInventoryResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The current counts for all objects referenced in the request.
Counts []*InventoryCount `json:"counts,omitempty" url:"counts,omitempty"`
// Changes created for the request.
Changes []*InventoryChange `json:"changes,omitempty" url:"changes,omitempty"`
// contains filtered or unexported fields
}
func (*BatchChangeInventoryResponse) GetChanges ¶
func (b *BatchChangeInventoryResponse) GetChanges() []*InventoryChange
func (*BatchChangeInventoryResponse) GetCounts ¶
func (b *BatchChangeInventoryResponse) GetCounts() []*InventoryCount
func (*BatchChangeInventoryResponse) GetErrors ¶
func (b *BatchChangeInventoryResponse) GetErrors() []*Error
func (*BatchChangeInventoryResponse) GetExtraProperties ¶
func (b *BatchChangeInventoryResponse) GetExtraProperties() map[string]interface{}
func (*BatchChangeInventoryResponse) String ¶
func (b *BatchChangeInventoryResponse) String() string
func (*BatchChangeInventoryResponse) UnmarshalJSON ¶
func (b *BatchChangeInventoryResponse) UnmarshalJSON(data []byte) error
type BatchCreateTeamMembersRequest ¶
type BatchCreateTeamMembersRequest struct {
// The data used to create the `TeamMember` objects. Each key is the `idempotency_key` that maps to the `CreateTeamMemberRequest`.
// The maximum number of create objects is 25.
//
// If you include a team member's `wage_setting`, you must provide `job_id` for each job assignment. To get job IDs,
// call [ListJobs](api-endpoint:Team-ListJobs).
TeamMembers map[string]*CreateTeamMemberRequest `json:"team_members,omitempty" url:"-"`
}
type BatchCreateTeamMembersResponse ¶
type BatchCreateTeamMembersResponse struct {
// The successfully created `TeamMember` objects. Each key is the `idempotency_key` that maps to the `CreateTeamMemberRequest`.
TeamMembers map[string]*CreateTeamMemberResponse `json:"team_members,omitempty" url:"team_members,omitempty"`
// The errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response from a bulk create request containing the created `TeamMember` objects or error messages.
func (*BatchCreateTeamMembersResponse) GetErrors ¶
func (b *BatchCreateTeamMembersResponse) GetErrors() []*Error
func (*BatchCreateTeamMembersResponse) GetExtraProperties ¶
func (b *BatchCreateTeamMembersResponse) GetExtraProperties() map[string]interface{}
func (*BatchCreateTeamMembersResponse) GetTeamMembers ¶
func (b *BatchCreateTeamMembersResponse) GetTeamMembers() map[string]*CreateTeamMemberResponse
func (*BatchCreateTeamMembersResponse) String ¶
func (b *BatchCreateTeamMembersResponse) String() string
func (*BatchCreateTeamMembersResponse) UnmarshalJSON ¶
func (b *BatchCreateTeamMembersResponse) UnmarshalJSON(data []byte) error
type BatchCreateVendorsResponse ¶
type BatchCreateVendorsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// A set of [CreateVendorResponse](entity:CreateVendorResponse) objects encapsulating successfully created [Vendor](entity:Vendor)
// objects or error responses for failed attempts. The set is represented by
// a collection of idempotency-key/`Vendor`-object or idempotency-key/error-object pairs. The idempotency keys correspond to those specified
// in the input.
Responses map[string]*CreateVendorResponse `json:"responses,omitempty" url:"responses,omitempty"`
// contains filtered or unexported fields
}
Represents an output from a call to [BulkCreateVendors](api-endpoint:Vendors-BulkCreateVendors).
func (*BatchCreateVendorsResponse) GetErrors ¶
func (b *BatchCreateVendorsResponse) GetErrors() []*Error
func (*BatchCreateVendorsResponse) GetExtraProperties ¶
func (b *BatchCreateVendorsResponse) GetExtraProperties() map[string]interface{}
func (*BatchCreateVendorsResponse) GetResponses ¶
func (b *BatchCreateVendorsResponse) GetResponses() map[string]*CreateVendorResponse
func (*BatchCreateVendorsResponse) String ¶
func (b *BatchCreateVendorsResponse) String() string
func (*BatchCreateVendorsResponse) UnmarshalJSON ¶
func (b *BatchCreateVendorsResponse) UnmarshalJSON(data []byte) error
type BatchDeleteCatalogObjectsRequest ¶
type BatchDeleteCatalogObjectsRequest struct {
// The IDs of the CatalogObjects to be deleted. When an object is deleted, other objects
// in the graph that depend on that object will be deleted as well (for example, deleting a
// CatalogItem will delete its CatalogItemVariation.
ObjectIDs []string `json:"object_ids,omitempty" url:"-"`
}
type BatchDeleteCatalogObjectsResponse ¶
type BatchDeleteCatalogObjectsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The IDs of all CatalogObjects deleted by this request.
DeletedObjectIDs []string `json:"deleted_object_ids,omitempty" url:"deleted_object_ids,omitempty"`
// The database [timestamp](https://developer.squareup.com/docs/build-basics/working-with-dates) of this deletion in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z".
DeletedAt *string `json:"deleted_at,omitempty" url:"deleted_at,omitempty"`
// contains filtered or unexported fields
}
func (*BatchDeleteCatalogObjectsResponse) GetDeletedAt ¶
func (b *BatchDeleteCatalogObjectsResponse) GetDeletedAt() *string
func (*BatchDeleteCatalogObjectsResponse) GetDeletedObjectIDs ¶
func (b *BatchDeleteCatalogObjectsResponse) GetDeletedObjectIDs() []string
func (*BatchDeleteCatalogObjectsResponse) GetErrors ¶
func (b *BatchDeleteCatalogObjectsResponse) GetErrors() []*Error
func (*BatchDeleteCatalogObjectsResponse) GetExtraProperties ¶
func (b *BatchDeleteCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
func (*BatchDeleteCatalogObjectsResponse) String ¶
func (b *BatchDeleteCatalogObjectsResponse) String() string
func (*BatchDeleteCatalogObjectsResponse) UnmarshalJSON ¶
func (b *BatchDeleteCatalogObjectsResponse) UnmarshalJSON(data []byte) error
type BatchGetCatalogObjectsRequest ¶
type BatchGetCatalogObjectsRequest struct {
// The IDs of the CatalogObjects to be retrieved.
ObjectIDs []string `json:"object_ids,omitempty" url:"-"`
// If `true`, the response will include additional objects that are related to the
// requested objects. Related objects are defined as any objects referenced by ID by the results in the `objects` field
// of the response. These objects are put in the `related_objects` field. Setting this to `true` is
// helpful when the objects are needed for immediate display to a user.
// This process only goes one level deep. Objects referenced by the related objects will not be included. For example,
//
// if the `objects` field of the response contains a CatalogItem, its associated
// CatalogCategory objects, CatalogTax objects, CatalogImage objects and
// CatalogModifierLists will be returned in the `related_objects` field of the
// response. If the `objects` field of the response contains a CatalogItemVariation,
// its parent CatalogItem will be returned in the `related_objects` field of
// the response.
//
// Default value: `false`
IncludeRelatedObjects *bool `json:"include_related_objects,omitempty" url:"-"`
// The specific version of the catalog objects to be included in the response.
// This allows you to retrieve historical versions of objects. The specified version value is matched against
// the [CatalogObject](entity:CatalogObject)s' `version` attribute. If not included, results will
// be from the current version of the catalog.
CatalogVersion *int64 `json:"catalog_version,omitempty" url:"-"`
// Indicates whether to include (`true`) or not (`false`) in the response deleted objects, namely, those with the `is_deleted` attribute set to `true`.
IncludeDeletedObjects *bool `json:"include_deleted_objects,omitempty" url:"-"`
// Specifies whether or not to include the `path_to_root` list for each returned category instance. The `path_to_root` list consists
// of `CategoryPathToRootNode` objects and specifies the path that starts with the immediate parent category of the returned category
// and ends with its root category. If the returned category is a top-level category, the `path_to_root` list is empty and is not returned
// in the response payload.
IncludeCategoryPathToRoot *bool `json:"include_category_path_to_root,omitempty" url:"-"`
}
type BatchGetCatalogObjectsResponse ¶
type BatchGetCatalogObjectsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// A list of [CatalogObject](entity:CatalogObject)s returned.
Objects []*CatalogObject `json:"objects,omitempty" url:"objects,omitempty"`
// A list of [CatalogObject](entity:CatalogObject)s referenced by the object in the `objects` field.
RelatedObjects []*CatalogObject `json:"related_objects,omitempty" url:"related_objects,omitempty"`
// contains filtered or unexported fields
}
func (*BatchGetCatalogObjectsResponse) GetErrors ¶
func (b *BatchGetCatalogObjectsResponse) GetErrors() []*Error
func (*BatchGetCatalogObjectsResponse) GetExtraProperties ¶
func (b *BatchGetCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
func (*BatchGetCatalogObjectsResponse) GetObjects ¶
func (b *BatchGetCatalogObjectsResponse) GetObjects() []*CatalogObject
func (*BatchGetCatalogObjectsResponse) GetRelatedObjects ¶
func (b *BatchGetCatalogObjectsResponse) GetRelatedObjects() []*CatalogObject
func (*BatchGetCatalogObjectsResponse) String ¶
func (b *BatchGetCatalogObjectsResponse) String() string
func (*BatchGetCatalogObjectsResponse) UnmarshalJSON ¶
func (b *BatchGetCatalogObjectsResponse) UnmarshalJSON(data []byte) error
type BatchGetInventoryChangesResponse ¶
type BatchGetInventoryChangesResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The current calculated inventory changes for the requested objects
// and locations.
Changes []*InventoryChange `json:"changes,omitempty" url:"changes,omitempty"`
// The pagination cursor to be used in a subsequent request. If unset,
// this is the final response.
// See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information.
Cursor *string `json:"cursor,omitempty" url:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*BatchGetInventoryChangesResponse) GetChanges ¶
func (b *BatchGetInventoryChangesResponse) GetChanges() []*InventoryChange
func (*BatchGetInventoryChangesResponse) GetCursor ¶
func (b *BatchGetInventoryChangesResponse) GetCursor() *string
func (*BatchGetInventoryChangesResponse) GetErrors ¶
func (b *BatchGetInventoryChangesResponse) GetErrors() []*Error
func (*BatchGetInventoryChangesResponse) GetExtraProperties ¶
func (b *BatchGetInventoryChangesResponse) GetExtraProperties() map[string]interface{}
func (*BatchGetInventoryChangesResponse) String ¶
func (b *BatchGetInventoryChangesResponse) String() string
func (*BatchGetInventoryChangesResponse) UnmarshalJSON ¶
func (b *BatchGetInventoryChangesResponse) UnmarshalJSON(data []byte) error
type BatchGetInventoryCountsRequest ¶
type BatchGetInventoryCountsRequest struct {
// The filter to return results by `CatalogObject` ID.
// The filter is applicable only when set. The default is null.
CatalogObjectIDs []string `json:"catalog_object_ids,omitempty" url:"catalog_object_ids,omitempty"`
// The filter to return results by `Location` ID.
// This filter is applicable only when set. The default is null.
LocationIDs []string `json:"location_ids,omitempty" url:"location_ids,omitempty"`
// The filter to return results with their `calculated_at` value
// after the given time as specified in an RFC 3339 timestamp.
// The default value is the UNIX epoch of (`1970-01-01T00:00:00Z`).
UpdatedAfter *string `json:"updated_after,omitempty" url:"updated_after,omitempty"`
// A pagination cursor returned by a previous call to this endpoint.
// Provide this to retrieve the next set of results for the original query.
//
// See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information.
Cursor *string `json:"cursor,omitempty" url:"cursor,omitempty"`
// The filter to return results by `InventoryState`. The filter is only applicable when set.
// Ignored are untracked states of `NONE`, `SOLD`, and `UNLINKED_RETURN`.
// The default is null.
States []InventoryState `json:"states,omitempty" url:"states,omitempty"`
// The number of [records](entity:InventoryCount) to return.
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*BatchGetInventoryCountsRequest) GetCatalogObjectIDs ¶
func (b *BatchGetInventoryCountsRequest) GetCatalogObjectIDs() []string
func (*BatchGetInventoryCountsRequest) GetCursor ¶
func (b *BatchGetInventoryCountsRequest) GetCursor() *string
func (*BatchGetInventoryCountsRequest) GetExtraProperties ¶
func (b *BatchGetInventoryCountsRequest) GetExtraProperties() map[string]interface{}
func (*BatchGetInventoryCountsRequest) GetLimit ¶
func (b *BatchGetInventoryCountsRequest) GetLimit() *int
func (*BatchGetInventoryCountsRequest) GetLocationIDs ¶
func (b *BatchGetInventoryCountsRequest) GetLocationIDs() []string
func (*BatchGetInventoryCountsRequest) GetStates ¶
func (b *BatchGetInventoryCountsRequest) GetStates() []InventoryState
func (*BatchGetInventoryCountsRequest) GetUpdatedAfter ¶
func (b *BatchGetInventoryCountsRequest) GetUpdatedAfter() *string
func (*BatchGetInventoryCountsRequest) String ¶
func (b *BatchGetInventoryCountsRequest) String() string
func (*BatchGetInventoryCountsRequest) UnmarshalJSON ¶
func (b *BatchGetInventoryCountsRequest) UnmarshalJSON(data []byte) error
type BatchGetInventoryCountsResponse ¶
type BatchGetInventoryCountsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The current calculated inventory counts for the requested objects
// and locations.
Counts []*InventoryCount `json:"counts,omitempty" url:"counts,omitempty"`
// The pagination cursor to be used in a subsequent request. If unset,
// this is the final response.
//
// See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information.
Cursor *string `json:"cursor,omitempty" url:"cursor,omitempty"`
// contains filtered or unexported fields
}
func (*BatchGetInventoryCountsResponse) GetCounts ¶
func (b *BatchGetInventoryCountsResponse) GetCounts() []*InventoryCount
func (*BatchGetInventoryCountsResponse) GetCursor ¶
func (b *BatchGetInventoryCountsResponse) GetCursor() *string
func (*BatchGetInventoryCountsResponse) GetErrors ¶
func (b *BatchGetInventoryCountsResponse) GetErrors() []*Error
func (*BatchGetInventoryCountsResponse) GetExtraProperties ¶
func (b *BatchGetInventoryCountsResponse) GetExtraProperties() map[string]interface{}
func (*BatchGetInventoryCountsResponse) String ¶
func (b *BatchGetInventoryCountsResponse) String() string
func (*BatchGetInventoryCountsResponse) UnmarshalJSON ¶
func (b *BatchGetInventoryCountsResponse) UnmarshalJSON(data []byte) error
type BatchGetOrdersRequest ¶
type BatchGetOrdersRequest struct {
// The ID of the location for these orders. This field is optional: omit it to retrieve
// orders within the scope of the current authorization's merchant ID.
LocationID *string `json:"location_id,omitempty" url:"-"`
// The IDs of the orders to retrieve. A maximum of 100 orders can be retrieved per request.
OrderIDs []string `json:"order_ids,omitempty" url:"-"`
}
type BatchGetOrdersResponse ¶
type BatchGetOrdersResponse struct {
// The requested orders. This will omit any requested orders that do not exist.
Orders []*Order `json:"orders,omitempty" url:"orders,omitempty"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Defines the fields that are included in the response body of a request to the `BatchRetrieveOrders` endpoint.
func (*BatchGetOrdersResponse) GetErrors ¶
func (b *BatchGetOrdersResponse) GetErrors() []*Error
func (*BatchGetOrdersResponse) GetExtraProperties ¶
func (b *BatchGetOrdersResponse) GetExtraProperties() map[string]interface{}
func (*BatchGetOrdersResponse) GetOrders ¶
func (b *BatchGetOrdersResponse) GetOrders() []*Order
func (*BatchGetOrdersResponse) String ¶
func (b *BatchGetOrdersResponse) String() string
func (*BatchGetOrdersResponse) UnmarshalJSON ¶
func (b *BatchGetOrdersResponse) UnmarshalJSON(data []byte) error
type BatchGetVendorsRequest ¶
type BatchGetVendorsRequest struct {
// IDs of the [Vendor](entity:Vendor) objects to retrieve.
VendorIDs []string `json:"vendor_ids,omitempty" url:"-"`
}
type BatchGetVendorsResponse ¶
type BatchGetVendorsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The set of [RetrieveVendorResponse](entity:RetrieveVendorResponse) objects encapsulating successfully retrieved [Vendor](entity:Vendor)
// objects or error responses for failed attempts. The set is represented by
// a collection of `Vendor`-ID/`Vendor`-object or `Vendor`-ID/error-object pairs.
Responses map[string]*GetVendorResponse `json:"responses,omitempty" url:"responses,omitempty"`
// contains filtered or unexported fields
}
Represents an output from a call to [BulkRetrieveVendors](api-endpoint:Vendors-BulkRetrieveVendors).
func (*BatchGetVendorsResponse) GetErrors ¶
func (b *BatchGetVendorsResponse) GetErrors() []*Error
func (*BatchGetVendorsResponse) GetExtraProperties ¶
func (b *BatchGetVendorsResponse) GetExtraProperties() map[string]interface{}
func (*BatchGetVendorsResponse) GetResponses ¶
func (b *BatchGetVendorsResponse) GetResponses() map[string]*GetVendorResponse
func (*BatchGetVendorsResponse) String ¶
func (b *BatchGetVendorsResponse) String() string
func (*BatchGetVendorsResponse) UnmarshalJSON ¶
func (b *BatchGetVendorsResponse) UnmarshalJSON(data []byte) error
type BatchRetrieveInventoryChangesRequest ¶
type BatchRetrieveInventoryChangesRequest struct {
// The filter to return results by `CatalogObject` ID.
// The filter is only applicable when set. The default value is null.
CatalogObjectIDs []string `json:"catalog_object_ids,omitempty" url:"catalog_object_ids,omitempty"`
// The filter to return results by `Location` ID.
// The filter is only applicable when set. The default value is null.
LocationIDs []string `json:"location_ids,omitempty" url:"location_ids,omitempty"`
// The filter to return results by `InventoryChangeType` values other than `TRANSFER`.
// The default value is `[PHYSICAL_COUNT, ADJUSTMENT]`.
Types []InventoryChangeType `json:"types,omitempty" url:"types,omitempty"`
// The filter to return `ADJUSTMENT` query results by
// `InventoryState`. This filter is only applied when set.
// The default value is null.
States []InventoryState `json:"states,omitempty" url:"states,omitempty"`
// The filter to return results with their `calculated_at` value
// after the given time as specified in an RFC 3339 timestamp.
// The default value is the UNIX epoch of (`1970-01-01T00:00:00Z`).
UpdatedAfter *string `json:"updated_after,omitempty" url:"updated_after,omitempty"`
// The filter to return results with their `created_at` or `calculated_at` value
// strictly before the given time as specified in an RFC 3339 timestamp.
// The default value is the UNIX epoch of (`1970-01-01T00:00:00Z`).
UpdatedBefore *string `json:"updated_before,omitempty" url:"updated_before,omitempty"`
// A pagination cursor returned by a previous call to this endpoint.
// Provide this to retrieve the next set of results for the original query.
//
// See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information.
Cursor *string `json:"cursor,omitempty" url:"cursor,omitempty"`
// The number of [records](entity:InventoryChange) to return.
Limit *int `json:"limit,omitempty" url:"limit,omitempty"`
// contains filtered or unexported fields
}
func (*BatchRetrieveInventoryChangesRequest) GetCatalogObjectIDs ¶
func (b *BatchRetrieveInventoryChangesRequest) GetCatalogObjectIDs() []string
func (*BatchRetrieveInventoryChangesRequest) GetCursor ¶
func (b *BatchRetrieveInventoryChangesRequest) GetCursor() *string
func (*BatchRetrieveInventoryChangesRequest) GetExtraProperties ¶
func (b *BatchRetrieveInventoryChangesRequest) GetExtraProperties() map[string]interface{}
func (*BatchRetrieveInventoryChangesRequest) GetLimit ¶
func (b *BatchRetrieveInventoryChangesRequest) GetLimit() *int
func (*BatchRetrieveInventoryChangesRequest) GetLocationIDs ¶
func (b *BatchRetrieveInventoryChangesRequest) GetLocationIDs() []string
func (*BatchRetrieveInventoryChangesRequest) GetStates ¶
func (b *BatchRetrieveInventoryChangesRequest) GetStates() []InventoryState
func (*BatchRetrieveInventoryChangesRequest) GetTypes ¶
func (b *BatchRetrieveInventoryChangesRequest) GetTypes() []InventoryChangeType
func (*BatchRetrieveInventoryChangesRequest) GetUpdatedAfter ¶
func (b *BatchRetrieveInventoryChangesRequest) GetUpdatedAfter() *string
func (*BatchRetrieveInventoryChangesRequest) GetUpdatedBefore ¶
func (b *BatchRetrieveInventoryChangesRequest) GetUpdatedBefore() *string
func (*BatchRetrieveInventoryChangesRequest) String ¶
func (b *BatchRetrieveInventoryChangesRequest) String() string
func (*BatchRetrieveInventoryChangesRequest) UnmarshalJSON ¶
func (b *BatchRetrieveInventoryChangesRequest) UnmarshalJSON(data []byte) error
type BatchUpdateTeamMembersRequest ¶
type BatchUpdateTeamMembersRequest struct {
// The data used to update the `TeamMember` objects. Each key is the `team_member_id` that maps to the `UpdateTeamMemberRequest`.
// The maximum number of update objects is 25.
//
// For each team member, include the fields to add, change, or clear. Fields can be cleared using a null value.
// To update `wage_setting.job_assignments`, you must provide the complete list of job assignments. If needed,
// call [ListJobs](api-endpoint:Team-ListJobs) to get the required `job_id` values.
TeamMembers map[string]*UpdateTeamMemberRequest `json:"team_members,omitempty" url:"-"`
}
type BatchUpdateTeamMembersResponse ¶
type BatchUpdateTeamMembersResponse struct {
// The successfully updated `TeamMember` objects. Each key is the `team_member_id` that maps to the `UpdateTeamMemberRequest`.
TeamMembers map[string]*UpdateTeamMemberResponse `json:"team_members,omitempty" url:"team_members,omitempty"`
// The errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response from a bulk update request containing the updated `TeamMember` objects or error messages.
func (*BatchUpdateTeamMembersResponse) GetErrors ¶
func (b *BatchUpdateTeamMembersResponse) GetErrors() []*Error
func (*BatchUpdateTeamMembersResponse) GetExtraProperties ¶
func (b *BatchUpdateTeamMembersResponse) GetExtraProperties() map[string]interface{}
func (*BatchUpdateTeamMembersResponse) GetTeamMembers ¶
func (b *BatchUpdateTeamMembersResponse) GetTeamMembers() map[string]*UpdateTeamMemberResponse
func (*BatchUpdateTeamMembersResponse) String ¶
func (b *BatchUpdateTeamMembersResponse) String() string
func (*BatchUpdateTeamMembersResponse) UnmarshalJSON ¶
func (b *BatchUpdateTeamMembersResponse) UnmarshalJSON(data []byte) error
type BatchUpdateVendorsRequest ¶
type BatchUpdateVendorsRequest struct {
// A set of [UpdateVendorRequest](entity:UpdateVendorRequest) objects encapsulating to-be-updated [Vendor](entity:Vendor)
// objects. The set is represented by a collection of `Vendor`-ID/`UpdateVendorRequest`-object pairs.
Vendors map[string]*UpdateVendorRequest `json:"vendors,omitempty" url:"-"`
}
type BatchUpdateVendorsResponse ¶
type BatchUpdateVendorsResponse struct {
// Errors encountered when the request fails.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// A set of [UpdateVendorResponse](entity:UpdateVendorResponse) objects encapsulating successfully created [Vendor](entity:Vendor)
// objects or error responses for failed attempts. The set is represented by a collection of `Vendor`-ID/`UpdateVendorResponse`-object or
// `Vendor`-ID/error-object pairs.
Responses map[string]*UpdateVendorResponse `json:"responses,omitempty" url:"responses,omitempty"`
// contains filtered or unexported fields
}
Represents an output from a call to [BulkUpdateVendors](api-endpoint:Vendors-BulkUpdateVendors).
func (*BatchUpdateVendorsResponse) GetErrors ¶
func (b *BatchUpdateVendorsResponse) GetErrors() []*Error
func (*BatchUpdateVendorsResponse) GetExtraProperties ¶
func (b *BatchUpdateVendorsResponse) GetExtraProperties() map[string]interface{}
func (*BatchUpdateVendorsResponse) GetResponses ¶
func (b *BatchUpdateVendorsResponse) GetResponses() map[string]*UpdateVendorResponse
func (*BatchUpdateVendorsResponse) String ¶
func (b *BatchUpdateVendorsResponse) String() string
func (*BatchUpdateVendorsResponse) UnmarshalJSON ¶
func (b *BatchUpdateVendorsResponse) UnmarshalJSON(data []byte) error
type BatchUpsertCatalogObjectsRequest ¶
type BatchUpsertCatalogObjectsRequest struct {
// A value you specify that uniquely identifies this
// request among all your requests. A common way to create
// a valid idempotency key is to use a Universally unique
// identifier (UUID).
//
// If you're unsure whether a particular request was successful,
// you can reattempt it with the same idempotency key without
// worrying about creating duplicate objects.
//
// See [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency) for more information.
IdempotencyKey string `json:"idempotency_key" url:"-"`
// A batch of CatalogObjects to be inserted/updated atomically.
// The objects within a batch will be inserted in an all-or-nothing fashion, i.e., if an error occurs
// attempting to insert or update an object within a batch, the entire batch will be rejected. However, an error
// in one batch will not affect other batches within the same request.
//
// For each object, its `updated_at` field is ignored and replaced with a current [timestamp](https://developer.squareup.com/docs/build-basics/working-with-dates), and its
// `is_deleted` field must not be set to `true`.
//
// To modify an existing object, supply its ID. To create a new object, use an ID starting
// with `#`. These IDs may be used to create relationships between an object and attributes of
// other objects that reference it. For example, you can create a CatalogItem with
// ID `#ABC` and a CatalogItemVariation with its `item_id` attribute set to
// `#ABC` in order to associate the CatalogItemVariation with its parent
// CatalogItem.
//
// Any `#`-prefixed IDs are valid only within a single atomic batch, and will be replaced by server-generated IDs.
//
// Each batch may contain up to 1,000 objects. The total number of objects across all batches for a single request
// may not exceed 10,000. If either of these limits is violated, an error will be returned and no objects will
// be inserted or updated.
Batches []*CatalogObjectBatch `json:"batches,omitempty" url:"-"`
}
type BatchUpsertCatalogObjectsResponse ¶
type BatchUpsertCatalogObjectsResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The created successfully created CatalogObjects.
Objects []*CatalogObject `json:"objects,omitempty" url:"objects,omitempty"`
// The database [timestamp](https://developer.squareup.com/docs/build-basics/working-with-dates) of this update in RFC 3339 format, e.g., "2016-09-04T23:59:33.123Z".
UpdatedAt *string `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// The mapping between client and server IDs for this upsert.
IDMappings []*CatalogIDMapping `json:"id_mappings,omitempty" url:"id_mappings,omitempty"`
// contains filtered or unexported fields
}
func (*BatchUpsertCatalogObjectsResponse) GetErrors ¶
func (b *BatchUpsertCatalogObjectsResponse) GetErrors() []*Error
func (*BatchUpsertCatalogObjectsResponse) GetExtraProperties ¶
func (b *BatchUpsertCatalogObjectsResponse) GetExtraProperties() map[string]interface{}
func (*BatchUpsertCatalogObjectsResponse) GetIDMappings ¶
func (b *BatchUpsertCatalogObjectsResponse) GetIDMappings() []*CatalogIDMapping
func (*BatchUpsertCatalogObjectsResponse) GetObjects ¶
func (b *BatchUpsertCatalogObjectsResponse) GetObjects() []*CatalogObject
func (*BatchUpsertCatalogObjectsResponse) GetUpdatedAt ¶
func (b *BatchUpsertCatalogObjectsResponse) GetUpdatedAt() *string
func (*BatchUpsertCatalogObjectsResponse) String ¶
func (b *BatchUpsertCatalogObjectsResponse) String() string
func (*BatchUpsertCatalogObjectsResponse) UnmarshalJSON ¶
func (b *BatchUpsertCatalogObjectsResponse) UnmarshalJSON(data []byte) error
type BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest ¶
type BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest struct {
// The ID of the target [customer profile](entity:Customer).
CustomerID string `json:"customer_id" url:"customer_id"`
// The custom attribute to create or update, with following fields:
//
// - `key`. This key must match the `key` of a custom attribute definition in the Square seller
// account. If the requesting application is not the definition owner, you must provide the qualified key.
//
// - `value`. This value must conform to the `schema` specified by the definition.
// For more information, see [Value data types](https://developer.squareup.com/docs/customer-custom-attributes-api/custom-attributes#value-data-types).
//
// - `version`. To enable [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// control for update operations, include this optional field in the request and set the
// value to the current version of the custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute" url:"custom_attribute"`
// A unique identifier for this individual upsert request, used to ensure idempotency.
// For more information, see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency).
IdempotencyKey *string `json:"idempotency_key,omitempty" url:"idempotency_key,omitempty"`
// contains filtered or unexported fields
}
Represents an individual upsert request in a [BulkUpsertCustomerCustomAttributes](api-endpoint:CustomerCustomAttributes-BulkUpsertCustomerCustomAttributes) request. An individual request contains a customer ID, the custom attribute to create or update, and an optional idempotency key.
func (*BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetCustomAttribute ¶
func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
func (*BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetCustomerID ¶
func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetCustomerID() string
func (*BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetExtraProperties ¶
func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
func (*BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetIdempotencyKey ¶
func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) GetIdempotencyKey() *string
func (*BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) UnmarshalJSON ¶
func (b *BatchUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
type BatchUpsertCustomerCustomAttributesResponse ¶
type BatchUpsertCustomerCustomAttributesResponse struct {
// A map of responses that correspond to individual upsert requests. Each response has the
// same ID as the corresponding request and contains either a `customer_id` and `custom_attribute` or an `errors` field.
Values map[string]*BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse `json:"values,omitempty" url:"values,omitempty"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkUpsertCustomerCustomAttributes](api-endpoint:CustomerCustomAttributes-BulkUpsertCustomerCustomAttributes) response, which contains a map of responses that each corresponds to an individual upsert request.
func (*BatchUpsertCustomerCustomAttributesResponse) GetErrors ¶
func (b *BatchUpsertCustomerCustomAttributesResponse) GetErrors() []*Error
func (*BatchUpsertCustomerCustomAttributesResponse) GetExtraProperties ¶
func (b *BatchUpsertCustomerCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BatchUpsertCustomerCustomAttributesResponse) String ¶
func (b *BatchUpsertCustomerCustomAttributesResponse) String() string
func (*BatchUpsertCustomerCustomAttributesResponse) UnmarshalJSON ¶
func (b *BatchUpsertCustomerCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse ¶
type BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse struct {
// The ID of the customer profile associated with the custom attribute.
CustomerID *string `json:"customer_id,omitempty" url:"customer_id,omitempty"`
// The new or updated custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute,omitempty" url:"custom_attribute,omitempty"`
// Any errors that occurred while processing the individual request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response for an individual upsert request in a [BulkUpsertCustomerCustomAttributes](api-endpoint:CustomerCustomAttributes-BulkUpsertCustomerCustomAttributes) operation.
func (*BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetCustomAttribute ¶
func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
func (*BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetCustomerID ¶
func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetCustomerID() *string
func (*BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetErrors ¶
func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetErrors() []*Error
func (*BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetExtraProperties ¶
func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
func (*BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) UnmarshalJSON ¶
func (b *BatchUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
type Booking ¶
type Booking struct {
// A unique ID of this object representing a booking.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// The revision number for the booking used for optimistic concurrency.
Version *int `json:"version,omitempty" url:"version,omitempty"`
// The status of the booking, describing where the booking stands with respect to the booking state machine.
// See [BookingStatus](#type-bookingstatus) for possible values
Status *BookingStatus `json:"status,omitempty" url:"status,omitempty"`
// The RFC 3339 timestamp specifying the creation time of this booking.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The RFC 3339 timestamp specifying the most recent update time of this booking.
UpdatedAt *string `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// The RFC 3339 timestamp specifying the starting time of this booking.
StartAt *string `json:"start_at,omitempty" url:"start_at,omitempty"`
// The ID of the [Location](entity:Location) object representing the location where the booked service is provided. Once set when the booking is created, its value cannot be changed.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// The ID of the [Customer](entity:Customer) object representing the customer receiving the booked service.
CustomerID *string `json:"customer_id,omitempty" url:"customer_id,omitempty"`
// The free-text field for the customer to supply notes about the booking. For example, the note can be preferences that cannot be expressed by supported attributes of a relevant [CatalogObject](entity:CatalogObject) instance.
CustomerNote *string `json:"customer_note,omitempty" url:"customer_note,omitempty"`
// The free-text field for the seller to supply notes about the booking. For example, the note can be preferences that cannot be expressed by supported attributes of a specific [CatalogObject](entity:CatalogObject) instance.
// This field should not be visible to customers.
SellerNote *string `json:"seller_note,omitempty" url:"seller_note,omitempty"`
// A list of appointment segments for this booking.
AppointmentSegments []*AppointmentSegment `json:"appointment_segments,omitempty" url:"appointment_segments,omitempty"`
// Additional time at the end of a booking.
// Applications should not make this field visible to customers of a seller.
TransitionTimeMinutes *int `json:"transition_time_minutes,omitempty" url:"transition_time_minutes,omitempty"`
// Whether the booking is of a full business day.
AllDay *bool `json:"all_day,omitempty" url:"all_day,omitempty"`
// The type of location where the booking is held.
// See [BusinessAppointmentSettingsBookingLocationType](#type-businessappointmentsettingsbookinglocationtype) for possible values
LocationType *BusinessAppointmentSettingsBookingLocationType `json:"location_type,omitempty" url:"location_type,omitempty"`
// Information about the booking creator.
CreatorDetails *BookingCreatorDetails `json:"creator_details,omitempty" url:"creator_details,omitempty"`
// The source of the booking.
// Access to this field requires seller-level permissions.
// See [BookingBookingSource](#type-bookingbookingsource) for possible values
Source *BookingBookingSource `json:"source,omitempty" url:"source,omitempty"`
// Stores a customer address if the location type is `CUSTOMER_LOCATION`.
Address *Address `json:"address,omitempty" url:"address,omitempty"`
// contains filtered or unexported fields
}
Represents a booking as a time-bound service contract for a seller's staff member to provide a specified service at a given location to a requesting customer in one or more appointment segments.
func (*Booking) GetAddress ¶
func (*Booking) GetAppointmentSegments ¶
func (b *Booking) GetAppointmentSegments() []*AppointmentSegment
func (*Booking) GetCreatedAt ¶
func (*Booking) GetCreatorDetails ¶
func (b *Booking) GetCreatorDetails() *BookingCreatorDetails
func (*Booking) GetCustomerID ¶
func (*Booking) GetCustomerNote ¶
func (*Booking) GetExtraProperties ¶
func (*Booking) GetLocationID ¶
func (*Booking) GetLocationType ¶
func (b *Booking) GetLocationType() *BusinessAppointmentSettingsBookingLocationType
func (*Booking) GetSellerNote ¶
func (*Booking) GetSource ¶
func (b *Booking) GetSource() *BookingBookingSource
func (*Booking) GetStartAt ¶
func (*Booking) GetStatus ¶
func (b *Booking) GetStatus() *BookingStatus
func (*Booking) GetTransitionTimeMinutes ¶
func (*Booking) GetUpdatedAt ¶
func (*Booking) GetVersion ¶
func (*Booking) UnmarshalJSON ¶
type BookingBookingSource ¶
type BookingBookingSource string
Supported sources a booking was created from.
const ( BookingBookingSourceFirstPartyMerchant BookingBookingSource = "FIRST_PARTY_MERCHANT" BookingBookingSourceFirstPartyBuyer BookingBookingSource = "FIRST_PARTY_BUYER" BookingBookingSourceThirdPartyBuyer BookingBookingSource = "THIRD_PARTY_BUYER" BookingBookingSourceAPI BookingBookingSource = "API" )
func NewBookingBookingSourceFromString ¶
func NewBookingBookingSourceFromString(s string) (BookingBookingSource, error)
func (BookingBookingSource) Ptr ¶
func (b BookingBookingSource) Ptr() *BookingBookingSource
type BookingCreatedEvent ¶
type BookingCreatedEvent struct {
// The ID of the target seller associated with the event.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.created"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp of when the event was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event.
Data *BookingCreatedEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking is created.
To receive this event with buyer-level permissions, you must have `APPOINTMENTS_READ` set for the OAuth scope. To receive this event with seller-level permissions, you must have `APPOINTMENTS_ALL_READ` and `APPOINTMENTS_READ` set for the OAuth scope.
func (*BookingCreatedEvent) GetCreatedAt ¶
func (b *BookingCreatedEvent) GetCreatedAt() *string
func (*BookingCreatedEvent) GetData ¶
func (b *BookingCreatedEvent) GetData() *BookingCreatedEventData
func (*BookingCreatedEvent) GetEventID ¶
func (b *BookingCreatedEvent) GetEventID() *string
func (*BookingCreatedEvent) GetExtraProperties ¶
func (b *BookingCreatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCreatedEvent) GetMerchantID ¶
func (b *BookingCreatedEvent) GetMerchantID() *string
func (*BookingCreatedEvent) GetType ¶
func (b *BookingCreatedEvent) GetType() *string
func (*BookingCreatedEvent) String ¶
func (b *BookingCreatedEvent) String() string
func (*BookingCreatedEvent) UnmarshalJSON ¶
func (b *BookingCreatedEvent) UnmarshalJSON(data []byte) error
type BookingCreatedEventData ¶
type BookingCreatedEventData struct {
// The type of the event data object. The value is `"booking"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// The ID of the event data object.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// An object containing the created booking.
Object *BookingCreatedEventObject `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*BookingCreatedEventData) GetExtraProperties ¶
func (b *BookingCreatedEventData) GetExtraProperties() map[string]interface{}
func (*BookingCreatedEventData) GetID ¶
func (b *BookingCreatedEventData) GetID() *string
func (*BookingCreatedEventData) GetObject ¶
func (b *BookingCreatedEventData) GetObject() *BookingCreatedEventObject
func (*BookingCreatedEventData) GetType ¶
func (b *BookingCreatedEventData) GetType() *string
func (*BookingCreatedEventData) String ¶
func (b *BookingCreatedEventData) String() string
func (*BookingCreatedEventData) UnmarshalJSON ¶
func (b *BookingCreatedEventData) UnmarshalJSON(data []byte) error
type BookingCreatedEventObject ¶
type BookingCreatedEventObject struct {
// The created booking.
Booking *Booking `json:"booking,omitempty" url:"booking,omitempty"`
// contains filtered or unexported fields
}
func (*BookingCreatedEventObject) GetBooking ¶
func (b *BookingCreatedEventObject) GetBooking() *Booking
func (*BookingCreatedEventObject) GetExtraProperties ¶
func (b *BookingCreatedEventObject) GetExtraProperties() map[string]interface{}
func (*BookingCreatedEventObject) String ¶
func (b *BookingCreatedEventObject) String() string
func (*BookingCreatedEventObject) UnmarshalJSON ¶
func (b *BookingCreatedEventObject) UnmarshalJSON(data []byte) error
type BookingCreatorDetails ¶
type BookingCreatorDetails struct {
// The seller-accessible type of the creator of the booking.
// See [BookingCreatorDetailsCreatorType](#type-bookingcreatordetailscreatortype) for possible values
CreatorType *BookingCreatorDetailsCreatorType `json:"creator_type,omitempty" url:"creator_type,omitempty"`
// The ID of the team member who created the booking, when the booking creator is of the `TEAM_MEMBER` type.
// Access to this field requires seller-level permissions.
TeamMemberID *string `json:"team_member_id,omitempty" url:"team_member_id,omitempty"`
// The ID of the customer who created the booking, when the booking creator is of the `CUSTOMER` type.
// Access to this field requires seller-level permissions.
CustomerID *string `json:"customer_id,omitempty" url:"customer_id,omitempty"`
// contains filtered or unexported fields
}
Information about a booking creator.
func (*BookingCreatorDetails) GetCreatorType ¶
func (b *BookingCreatorDetails) GetCreatorType() *BookingCreatorDetailsCreatorType
func (*BookingCreatorDetails) GetCustomerID ¶
func (b *BookingCreatorDetails) GetCustomerID() *string
func (*BookingCreatorDetails) GetExtraProperties ¶
func (b *BookingCreatorDetails) GetExtraProperties() map[string]interface{}
func (*BookingCreatorDetails) GetTeamMemberID ¶
func (b *BookingCreatorDetails) GetTeamMemberID() *string
func (*BookingCreatorDetails) String ¶
func (b *BookingCreatorDetails) String() string
func (*BookingCreatorDetails) UnmarshalJSON ¶
func (b *BookingCreatorDetails) UnmarshalJSON(data []byte) error
type BookingCreatorDetailsCreatorType ¶
type BookingCreatorDetailsCreatorType string
Supported types of a booking creator.
const ( BookingCreatorDetailsCreatorTypeTeamMember BookingCreatorDetailsCreatorType = "TEAM_MEMBER" BookingCreatorDetailsCreatorTypeCustomer BookingCreatorDetailsCreatorType = "CUSTOMER" )
func NewBookingCreatorDetailsCreatorTypeFromString ¶
func NewBookingCreatorDetailsCreatorTypeFromString(s string) (BookingCreatorDetailsCreatorType, error)
func (BookingCreatorDetailsCreatorType) Ptr ¶
func (b BookingCreatorDetailsCreatorType) Ptr() *BookingCreatorDetailsCreatorType
type BookingCustomAttributeDefinitionOwnedCreatedEvent ¶
type BookingCustomAttributeDefinitionOwnedCreatedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute_definition.owned.created"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeDefinitionEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute definition](entity:CustomAttributeDefinition) is created by the subscribing application. Subscribe to this event to be notified when your application creates a booking custom attribute definition.
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) GetData ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetData() *CustomAttributeDefinitionEventData
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) GetEventID ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetEventID() *string
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetMerchantID() *string
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) GetType ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) GetType() *string
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) String ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) String() string
func (*BookingCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeDefinitionOwnedCreatedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDefinitionOwnedDeletedEvent ¶
type BookingCustomAttributeDefinitionOwnedDeletedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute_definition.owned.deleted"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeDefinitionEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute definition](entity:CustomAttributeDefinition) is deleted by the subscribing application. Subscribe to this event to be notified when your application deletes a booking custom attribute definition.
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) GetData ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetData() *CustomAttributeDefinitionEventData
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) GetEventID ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetEventID() *string
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetMerchantID() *string
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) GetType ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) GetType() *string
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) String ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) String() string
func (*BookingCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeDefinitionOwnedDeletedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDefinitionOwnedUpdatedEvent ¶
type BookingCustomAttributeDefinitionOwnedUpdatedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute_definition.owned.updated"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeDefinitionEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute definition](entity:CustomAttributeDefinition) is updated by the subscribing application. Subscribe to this event to be notified when your application updates a booking custom attribute definition.
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetData ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetEventID() *string
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetMerchantID() *string
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetType ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) GetType() *string
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) String ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) String() string
func (*BookingCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeDefinitionOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDefinitionVisibleCreatedEvent ¶
type BookingCustomAttributeDefinitionVisibleCreatedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute_definition.visible.created"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeDefinitionEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute definition](entity:CustomAttributeDefinition) with the `visibility` field set to `VISIBILITY_READ_ONLY` or `VISIBILITY_READ_WRITE_VALUES` is created. An application that subscribes to this event is notified when a booking custom attribute definition is created by any application for which the subscribing application has read access to the booking custom attribute definition.
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) GetData ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetData() *CustomAttributeDefinitionEventData
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) GetEventID ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetEventID() *string
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetMerchantID() *string
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) GetType ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) GetType() *string
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) String ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) String() string
func (*BookingCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeDefinitionVisibleCreatedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDefinitionVisibleDeletedEvent ¶
type BookingCustomAttributeDefinitionVisibleDeletedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute_definition.visible.deleted"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeDefinitionEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute definition](entity:CustomAttributeDefinition) with the `visibility` field set to `VISIBILITY_READ_ONLY` or `VISIBILITY_READ_WRITE_VALUES` is deleted. An application that subscribes to this event is notified when a booking custom attribute definition is deleted by any application for which the subscribing application has read access to the booking custom attribute definition.
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) GetData ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetData() *CustomAttributeDefinitionEventData
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) GetEventID ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetEventID() *string
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetMerchantID() *string
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) GetType ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) GetType() *string
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) String ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) String() string
func (*BookingCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeDefinitionVisibleDeletedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDefinitionVisibleUpdatedEvent ¶
type BookingCustomAttributeDefinitionVisibleUpdatedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute_definition.visible.updated"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeDefinitionEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute definition](entity:CustomAttributeDefinition) with the `visibility` field set to `VISIBILITY_READ_ONLY` or `VISIBILITY_READ_WRITE_VALUES` is updated. An application that subscribes to this event is notified when a booking custom attribute definition is updated by any application for which the subscribing application has read access to the booking custom attribute definition.
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetData ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetData() *CustomAttributeDefinitionEventData
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetEventID() *string
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetMerchantID() *string
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetType ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) GetType() *string
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) String ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) String() string
func (*BookingCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeDefinitionVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDeleteRequest ¶
type BookingCustomAttributeDeleteRequest struct {
// The ID of the target [booking](entity:Booking).
BookingID string `json:"booking_id" url:"booking_id"`
// The key of the custom attribute to delete. This key must match the `key` of a
// custom attribute definition in the Square seller account. If the requesting application is not
// the definition owner, you must use the qualified key.
Key string `json:"key" url:"key"`
// contains filtered or unexported fields
}
Represents an individual delete request in a [BulkDeleteBookingCustomAttributes](api-endpoint:BookingCustomAttributes-BulkDeleteBookingCustomAttributes) request. An individual request contains a booking ID, the custom attribute to delete, and an optional idempotency key.
func (*BookingCustomAttributeDeleteRequest) GetBookingID ¶
func (b *BookingCustomAttributeDeleteRequest) GetBookingID() string
func (*BookingCustomAttributeDeleteRequest) GetExtraProperties ¶
func (b *BookingCustomAttributeDeleteRequest) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDeleteRequest) GetKey ¶
func (b *BookingCustomAttributeDeleteRequest) GetKey() string
func (*BookingCustomAttributeDeleteRequest) String ¶
func (b *BookingCustomAttributeDeleteRequest) String() string
func (*BookingCustomAttributeDeleteRequest) UnmarshalJSON ¶
func (b *BookingCustomAttributeDeleteRequest) UnmarshalJSON(data []byte) error
type BookingCustomAttributeDeleteResponse ¶
type BookingCustomAttributeDeleteResponse struct {
// The ID of the [booking](entity:Booking) associated with the custom attribute.
BookingID *string `json:"booking_id,omitempty" url:"booking_id,omitempty"`
// Any errors that occurred while processing the individual request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response for an individual upsert request in a [BulkDeleteBookingCustomAttributes](api-endpoint:BookingCustomAttributes-BulkDeleteBookingCustomAttributes) operation.
func (*BookingCustomAttributeDeleteResponse) GetBookingID ¶
func (b *BookingCustomAttributeDeleteResponse) GetBookingID() *string
func (*BookingCustomAttributeDeleteResponse) GetErrors ¶
func (b *BookingCustomAttributeDeleteResponse) GetErrors() []*Error
func (*BookingCustomAttributeDeleteResponse) GetExtraProperties ¶
func (b *BookingCustomAttributeDeleteResponse) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeDeleteResponse) String ¶
func (b *BookingCustomAttributeDeleteResponse) String() string
func (*BookingCustomAttributeDeleteResponse) UnmarshalJSON ¶
func (b *BookingCustomAttributeDeleteResponse) UnmarshalJSON(data []byte) error
type BookingCustomAttributeOwnedDeletedEvent ¶
type BookingCustomAttributeOwnedDeletedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute.owned.deleted"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute](entity:CustomAttribute) associated with a [custom attribute definition](entity:CustomAttributeDefinition) that is owned by the subscribing application is deleted. Subscribe to this event to be notified when your application deletes a booking custom attribute.
func (*BookingCustomAttributeOwnedDeletedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeOwnedDeletedEvent) GetData ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) GetData() *CustomAttributeEventData
func (*BookingCustomAttributeOwnedDeletedEvent) GetEventID ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) GetEventID() *string
func (*BookingCustomAttributeOwnedDeletedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeOwnedDeletedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) GetMerchantID() *string
func (*BookingCustomAttributeOwnedDeletedEvent) GetType ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) GetType() *string
func (*BookingCustomAttributeOwnedDeletedEvent) String ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) String() string
func (*BookingCustomAttributeOwnedDeletedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeOwnedDeletedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeOwnedUpdatedEvent ¶
type BookingCustomAttributeOwnedUpdatedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute.owned.updated"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute](entity:CustomAttribute) is updated by the subscribing application. Subscribe to this event to be notified when your application updates a booking custom attribute.
func (*BookingCustomAttributeOwnedUpdatedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeOwnedUpdatedEvent) GetData ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) GetData() *CustomAttributeEventData
func (*BookingCustomAttributeOwnedUpdatedEvent) GetEventID ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) GetEventID() *string
func (*BookingCustomAttributeOwnedUpdatedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeOwnedUpdatedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) GetMerchantID() *string
func (*BookingCustomAttributeOwnedUpdatedEvent) GetType ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) GetType() *string
func (*BookingCustomAttributeOwnedUpdatedEvent) String ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) String() string
func (*BookingCustomAttributeOwnedUpdatedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeOwnedUpdatedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeUpsertRequest ¶
type BookingCustomAttributeUpsertRequest struct {
// The ID of the target [booking](entity:Booking).
BookingID string `json:"booking_id" url:"booking_id"`
// The custom attribute to create or update, with following fields:
//
// - `key`. This key must match the `key` of a custom attribute definition in the Square seller
// account. If the requesting application is not the definition owner, you must provide the qualified key.
//
// - `value`. This value must conform to the `schema` specified by the definition.
// For more information, see [Value data types](https://developer.squareup.com/docs/booking-custom-attributes-api/custom-attributes#value-data-types).
//
// - `version`. To enable [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// control for update operations, include this optional field in the request and set the
// value to the current version of the custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute" url:"custom_attribute"`
// A unique identifier for this individual upsert request, used to ensure idempotency.
// For more information, see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency).
IdempotencyKey *string `json:"idempotency_key,omitempty" url:"idempotency_key,omitempty"`
// contains filtered or unexported fields
}
Represents an individual upsert request in a [BulkUpsertBookingCustomAttributes](api-endpoint:BookingCustomAttributes-BulkUpsertBookingCustomAttributes) request. An individual request contains a booking ID, the custom attribute to create or update, and an optional idempotency key.
func (*BookingCustomAttributeUpsertRequest) GetBookingID ¶
func (b *BookingCustomAttributeUpsertRequest) GetBookingID() string
func (*BookingCustomAttributeUpsertRequest) GetCustomAttribute ¶
func (b *BookingCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
func (*BookingCustomAttributeUpsertRequest) GetExtraProperties ¶
func (b *BookingCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeUpsertRequest) GetIdempotencyKey ¶
func (b *BookingCustomAttributeUpsertRequest) GetIdempotencyKey() *string
func (*BookingCustomAttributeUpsertRequest) String ¶
func (b *BookingCustomAttributeUpsertRequest) String() string
func (*BookingCustomAttributeUpsertRequest) UnmarshalJSON ¶
func (b *BookingCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
type BookingCustomAttributeUpsertResponse ¶
type BookingCustomAttributeUpsertResponse struct {
// The ID of the [booking](entity:Booking) associated with the custom attribute.
BookingID *string `json:"booking_id,omitempty" url:"booking_id,omitempty"`
// The new or updated custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute,omitempty" url:"custom_attribute,omitempty"`
// Any errors that occurred while processing the individual request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response for an individual upsert request in a [BulkUpsertBookingCustomAttributes](api-endpoint:BookingCustomAttributes-BulkUpsertBookingCustomAttributes) operation.
func (*BookingCustomAttributeUpsertResponse) GetBookingID ¶
func (b *BookingCustomAttributeUpsertResponse) GetBookingID() *string
func (*BookingCustomAttributeUpsertResponse) GetCustomAttribute ¶
func (b *BookingCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
func (*BookingCustomAttributeUpsertResponse) GetErrors ¶
func (b *BookingCustomAttributeUpsertResponse) GetErrors() []*Error
func (*BookingCustomAttributeUpsertResponse) GetExtraProperties ¶
func (b *BookingCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeUpsertResponse) String ¶
func (b *BookingCustomAttributeUpsertResponse) String() string
func (*BookingCustomAttributeUpsertResponse) UnmarshalJSON ¶
func (b *BookingCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
type BookingCustomAttributeVisibleDeletedEvent ¶
type BookingCustomAttributeVisibleDeletedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute.visible.deleted"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute](entity:CustomAttribute) with the `visibility` field set to `VISIBILITY_READ_ONLY` or `VISIBILITY_READ_WRITE_VALUES` is deleted. An application that subscribes to this event is notified when a booking custom attribute is deleted by any application for which the subscribing application has read access to the booking custom attribute.
func (*BookingCustomAttributeVisibleDeletedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeVisibleDeletedEvent) GetData ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) GetData() *CustomAttributeEventData
func (*BookingCustomAttributeVisibleDeletedEvent) GetEventID ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) GetEventID() *string
func (*BookingCustomAttributeVisibleDeletedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeVisibleDeletedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) GetMerchantID() *string
func (*BookingCustomAttributeVisibleDeletedEvent) GetType ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) GetType() *string
func (*BookingCustomAttributeVisibleDeletedEvent) String ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) String() string
func (*BookingCustomAttributeVisibleDeletedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeVisibleDeletedEvent) UnmarshalJSON(data []byte) error
type BookingCustomAttributeVisibleUpdatedEvent ¶
type BookingCustomAttributeVisibleUpdatedEvent struct {
// The ID of the seller associated with the event that triggered the event notification.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.custom_attribute.visible.updated"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event notification.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp that indicates when the event notification was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event that triggered the event notification.
Data *CustomAttributeEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking [custom attribute](entity:CustomAttribute) with the `visibility` field set to `VISIBILITY_READ_ONLY` or `VISIBILITY_READ_WRITE_VALUES` is updated. An application that subscribes to this event is notified when a booking custom attribute is updated by any application for which the subscribing application has read access to the booking custom attribute.
func (*BookingCustomAttributeVisibleUpdatedEvent) GetCreatedAt ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) GetCreatedAt() *string
func (*BookingCustomAttributeVisibleUpdatedEvent) GetData ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) GetData() *CustomAttributeEventData
func (*BookingCustomAttributeVisibleUpdatedEvent) GetEventID ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) GetEventID() *string
func (*BookingCustomAttributeVisibleUpdatedEvent) GetExtraProperties ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingCustomAttributeVisibleUpdatedEvent) GetMerchantID ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) GetMerchantID() *string
func (*BookingCustomAttributeVisibleUpdatedEvent) GetType ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) GetType() *string
func (*BookingCustomAttributeVisibleUpdatedEvent) String ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) String() string
func (*BookingCustomAttributeVisibleUpdatedEvent) UnmarshalJSON ¶
func (b *BookingCustomAttributeVisibleUpdatedEvent) UnmarshalJSON(data []byte) error
type BookingStatus ¶
type BookingStatus string
Supported booking statuses.
const ( BookingStatusPending BookingStatus = "PENDING" BookingStatusCancelledByCustomer BookingStatus = "CANCELLED_BY_CUSTOMER" BookingStatusCancelledBySeller BookingStatus = "CANCELLED_BY_SELLER" BookingStatusDeclined BookingStatus = "DECLINED" BookingStatusAccepted BookingStatus = "ACCEPTED" BookingStatusNoShow BookingStatus = "NO_SHOW" )
func NewBookingStatusFromString ¶
func NewBookingStatusFromString(s string) (BookingStatus, error)
func (BookingStatus) Ptr ¶
func (b BookingStatus) Ptr() *BookingStatus
type BookingUpdatedEvent ¶
type BookingUpdatedEvent struct {
// The ID of the target seller associated with the event.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The type of this event. The value is `"booking.updated"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// A unique ID for the event.
EventID *string `json:"event_id,omitempty" url:"event_id,omitempty"`
// The timestamp of when the event was created, in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// The data associated with the event.
Data *BookingUpdatedEventData `json:"data,omitempty" url:"data,omitempty"`
// contains filtered or unexported fields
}
Published when a booking is updated or cancelled.
To receive this event with buyer-level permissions, you must have `APPOINTMENTS_READ` set for the OAuth scope. To receive this event with seller-level permissions, you must have `APPOINTMENTS_ALL_READ` and `APPOINTMENTS_READ` set for the OAuth scope.
func (*BookingUpdatedEvent) GetCreatedAt ¶
func (b *BookingUpdatedEvent) GetCreatedAt() *string
func (*BookingUpdatedEvent) GetData ¶
func (b *BookingUpdatedEvent) GetData() *BookingUpdatedEventData
func (*BookingUpdatedEvent) GetEventID ¶
func (b *BookingUpdatedEvent) GetEventID() *string
func (*BookingUpdatedEvent) GetExtraProperties ¶
func (b *BookingUpdatedEvent) GetExtraProperties() map[string]interface{}
func (*BookingUpdatedEvent) GetMerchantID ¶
func (b *BookingUpdatedEvent) GetMerchantID() *string
func (*BookingUpdatedEvent) GetType ¶
func (b *BookingUpdatedEvent) GetType() *string
func (*BookingUpdatedEvent) String ¶
func (b *BookingUpdatedEvent) String() string
func (*BookingUpdatedEvent) UnmarshalJSON ¶
func (b *BookingUpdatedEvent) UnmarshalJSON(data []byte) error
type BookingUpdatedEventData ¶
type BookingUpdatedEventData struct {
// The type of the event data object. The value is `"booking"`.
Type *string `json:"type,omitempty" url:"type,omitempty"`
// The ID of the event data object.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// An object containing the updated booking.
Object *BookingUpdatedEventObject `json:"object,omitempty" url:"object,omitempty"`
// contains filtered or unexported fields
}
func (*BookingUpdatedEventData) GetExtraProperties ¶
func (b *BookingUpdatedEventData) GetExtraProperties() map[string]interface{}
func (*BookingUpdatedEventData) GetID ¶
func (b *BookingUpdatedEventData) GetID() *string
func (*BookingUpdatedEventData) GetObject ¶
func (b *BookingUpdatedEventData) GetObject() *BookingUpdatedEventObject
func (*BookingUpdatedEventData) GetType ¶
func (b *BookingUpdatedEventData) GetType() *string
func (*BookingUpdatedEventData) String ¶
func (b *BookingUpdatedEventData) String() string
func (*BookingUpdatedEventData) UnmarshalJSON ¶
func (b *BookingUpdatedEventData) UnmarshalJSON(data []byte) error
type BookingUpdatedEventObject ¶
type BookingUpdatedEventObject struct {
// The updated booking.
Booking *Booking `json:"booking,omitempty" url:"booking,omitempty"`
// contains filtered or unexported fields
}
func (*BookingUpdatedEventObject) GetBooking ¶
func (b *BookingUpdatedEventObject) GetBooking() *Booking
func (*BookingUpdatedEventObject) GetExtraProperties ¶
func (b *BookingUpdatedEventObject) GetExtraProperties() map[string]interface{}
func (*BookingUpdatedEventObject) String ¶
func (b *BookingUpdatedEventObject) String() string
func (*BookingUpdatedEventObject) UnmarshalJSON ¶
func (b *BookingUpdatedEventObject) UnmarshalJSON(data []byte) error
type Break ¶
type Break struct {
// The UUID for this object.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// RFC 3339; follows the same timezone information as the [timecard](entity:Timecard). Precision up to
// the minute is respected; seconds are truncated.
StartAt string `json:"start_at" url:"start_at"`
// RFC 3339; follows the same timezone information as the [timecard](entity:Timecard). Precision up to
// the minute is respected; seconds are truncated.
EndAt *string `json:"end_at,omitempty" url:"end_at,omitempty"`
// The [BreakType](entity:BreakType) that this break was templated on.
BreakTypeID string `json:"break_type_id" url:"break_type_id"`
// A human-readable name.
Name string `json:"name" url:"name"`
// Format: RFC-3339 P[n]Y[n]M[n]DT[n]H[n]M[n]S. The expected length of
// the break.
//
// Example for break expected duration of 15 minutes: PT15M
ExpectedDuration string `json:"expected_duration" url:"expected_duration"`
// Whether this break counts towards time worked for compensation
// purposes.
IsPaid bool `json:"is_paid" url:"is_paid"`
// contains filtered or unexported fields
}
A record of a team member's break on a [timecard](entity:Timecard).
func (*Break) GetBreakTypeID ¶
func (*Break) GetExpectedDuration ¶
func (*Break) GetExtraProperties ¶
func (*Break) GetStartAt ¶
func (*Break) UnmarshalJSON ¶
type BreakType ¶
type BreakType struct {
// The UUID for this object.
ID *string `json:"id,omitempty" url:"id,omitempty"`
// The ID of the business location this type of break applies to.
LocationID string `json:"location_id" url:"location_id"`
// A human-readable name for this type of break. The name is displayed to
// team members in Square products.
BreakName string `json:"break_name" url:"break_name"`
// Format: RFC-3339 P[n]Y[n]M[n]DT[n]H[n]M[n]S. The expected length of
// this break. Precision less than minutes is truncated.
//
// Example for break expected duration of 15 minutes: PT15M
ExpectedDuration string `json:"expected_duration" url:"expected_duration"`
// Whether this break counts towards time worked for compensation
// purposes.
IsPaid bool `json:"is_paid" url:"is_paid"`
// Used for resolving concurrency issues. The request fails if the version
// provided does not match the server version at the time of the request. If a value is not
// provided, Square's servers execute a "blind" write; potentially
// overwriting another writer's data.
Version *int `json:"version,omitempty" url:"version,omitempty"`
// A read-only timestamp in RFC 3339 format.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// A read-only timestamp in RFC 3339 format.
UpdatedAt *string `json:"updated_at,omitempty" url:"updated_at,omitempty"`
// contains filtered or unexported fields
}
A template for a type of [break](entity:Break) that can be added to a [timecard](entity:Timecard), including the expected duration and paid status.
func (*BreakType) GetBreakName ¶
func (*BreakType) GetCreatedAt ¶
func (*BreakType) GetExpectedDuration ¶
func (*BreakType) GetExtraProperties ¶
func (*BreakType) GetLocationID ¶
func (*BreakType) GetUpdatedAt ¶
func (*BreakType) GetVersion ¶
func (*BreakType) UnmarshalJSON ¶
type BulkCreateCustomerData ¶
type BulkCreateCustomerData struct {
// The given name (that is, the first name) associated with the customer profile.
GivenName *string `json:"given_name,omitempty" url:"given_name,omitempty"`
// The family name (that is, the last name) associated with the customer profile.
FamilyName *string `json:"family_name,omitempty" url:"family_name,omitempty"`
// A business name associated with the customer profile.
CompanyName *string `json:"company_name,omitempty" url:"company_name,omitempty"`
// A nickname for the customer profile.
Nickname *string `json:"nickname,omitempty" url:"nickname,omitempty"`
// The email address associated with the customer profile.
EmailAddress *string `json:"email_address,omitempty" url:"email_address,omitempty"`
// The physical address associated with the customer profile. For maximum length constraints,
// see [Customer addresses](https://developer.squareup.com/docs/customers-api/use-the-api/keep-records#address).
// The `first_name` and `last_name` fields are ignored if they are present in the request.
Address *Address `json:"address,omitempty" url:"address,omitempty"`
// The phone number associated with the customer profile. The phone number must be valid
// and can contain 9–16 digits, with an optional `+` prefix and country code. For more information,
// see [Customer phone numbers](https://developer.squareup.com/docs/customers-api/use-the-api/keep-records#phone-number).
PhoneNumber *string `json:"phone_number,omitempty" url:"phone_number,omitempty"`
// An optional second ID used to associate the customer profile with an
// entity in another system.
ReferenceID *string `json:"reference_id,omitempty" url:"reference_id,omitempty"`
// A custom note associated with the customer profile.
Note *string `json:"note,omitempty" url:"note,omitempty"`
// The birthday associated with the customer profile, in `YYYY-MM-DD` or `MM-DD` format.
// For example, specify `1998-09-21` for September 21, 1998, or `09-21` for September 21.
// Birthdays are returned in `YYYY-MM-DD` format, where `YYYY` is the specified birth year or
// `0000` if a birth year is not specified.
Birthday *string `json:"birthday,omitempty" url:"birthday,omitempty"`
// The tax ID associated with the customer profile. This field is available only for
// customers of sellers in EU countries or the United Kingdom. For more information, see
// [Customer tax IDs](https://developer.squareup.com/docs/customers-api/what-it-does#customer-tax-ids).
TaxIDs *CustomerTaxIDs `json:"tax_ids,omitempty" url:"tax_ids,omitempty"`
// contains filtered or unexported fields
}
Defines the customer data provided in individual create requests for a [BulkCreateCustomers](api-endpoint:Customers-BulkCreateCustomers) operation.
func (*BulkCreateCustomerData) GetAddress ¶
func (b *BulkCreateCustomerData) GetAddress() *Address
func (*BulkCreateCustomerData) GetBirthday ¶
func (b *BulkCreateCustomerData) GetBirthday() *string
func (*BulkCreateCustomerData) GetCompanyName ¶
func (b *BulkCreateCustomerData) GetCompanyName() *string
func (*BulkCreateCustomerData) GetEmailAddress ¶
func (b *BulkCreateCustomerData) GetEmailAddress() *string
func (*BulkCreateCustomerData) GetExtraProperties ¶
func (b *BulkCreateCustomerData) GetExtraProperties() map[string]interface{}
func (*BulkCreateCustomerData) GetFamilyName ¶
func (b *BulkCreateCustomerData) GetFamilyName() *string
func (*BulkCreateCustomerData) GetGivenName ¶
func (b *BulkCreateCustomerData) GetGivenName() *string
func (*BulkCreateCustomerData) GetNickname ¶
func (b *BulkCreateCustomerData) GetNickname() *string
func (*BulkCreateCustomerData) GetNote ¶
func (b *BulkCreateCustomerData) GetNote() *string
func (*BulkCreateCustomerData) GetPhoneNumber ¶
func (b *BulkCreateCustomerData) GetPhoneNumber() *string
func (*BulkCreateCustomerData) GetReferenceID ¶
func (b *BulkCreateCustomerData) GetReferenceID() *string
func (*BulkCreateCustomerData) GetTaxIDs ¶
func (b *BulkCreateCustomerData) GetTaxIDs() *CustomerTaxIDs
func (*BulkCreateCustomerData) String ¶
func (b *BulkCreateCustomerData) String() string
func (*BulkCreateCustomerData) UnmarshalJSON ¶
func (b *BulkCreateCustomerData) UnmarshalJSON(data []byte) error
type BulkCreateCustomersRequest ¶
type BulkCreateCustomersRequest struct {
// A map of 1 to 100 individual create requests, represented by `idempotency key: { customer data }`
// key-value pairs.
//
// Each key is an [idempotency key](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency)
// that uniquely identifies the create request. Each value contains the customer data used to create the
// customer profile.
Customers map[string]*BulkCreateCustomerData `json:"customers,omitempty" url:"-"`
}
type BulkCreateCustomersResponse ¶
type BulkCreateCustomersResponse struct {
// A map of responses that correspond to individual create requests, represented by
// key-value pairs.
//
// Each key is the idempotency key that was provided for a create request and each value
// is the corresponding response.
// If the request succeeds, the value is the new customer profile.
// If the request fails, the value contains any errors that occurred during the request.
Responses map[string]*CreateCustomerResponse `json:"responses,omitempty" url:"responses,omitempty"`
// Any top-level errors that prevented the bulk operation from running.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Defines the fields included in the response body from the [BulkCreateCustomers](api-endpoint:Customers-BulkCreateCustomers) endpoint.
func (*BulkCreateCustomersResponse) GetErrors ¶
func (b *BulkCreateCustomersResponse) GetErrors() []*Error
func (*BulkCreateCustomersResponse) GetExtraProperties ¶
func (b *BulkCreateCustomersResponse) GetExtraProperties() map[string]interface{}
func (*BulkCreateCustomersResponse) GetResponses ¶
func (b *BulkCreateCustomersResponse) GetResponses() map[string]*CreateCustomerResponse
func (*BulkCreateCustomersResponse) String ¶
func (b *BulkCreateCustomersResponse) String() string
func (*BulkCreateCustomersResponse) UnmarshalJSON ¶
func (b *BulkCreateCustomersResponse) UnmarshalJSON(data []byte) error
type BulkDeleteBookingCustomAttributesResponse ¶
type BulkDeleteBookingCustomAttributesResponse struct {
// A map of responses that correspond to individual delete requests. Each response has the
// same ID as the corresponding request and contains `booking_id` and `errors` field.
Values map[string]*BookingCustomAttributeDeleteResponse `json:"values,omitempty" url:"values,omitempty"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkDeleteBookingCustomAttributes](api-endpoint:BookingCustomAttributes-BulkDeleteBookingCustomAttributes) response, which contains a map of responses that each corresponds to an individual delete request.
func (*BulkDeleteBookingCustomAttributesResponse) GetErrors ¶
func (b *BulkDeleteBookingCustomAttributesResponse) GetErrors() []*Error
func (*BulkDeleteBookingCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkDeleteBookingCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteBookingCustomAttributesResponse) GetValues ¶
func (b *BulkDeleteBookingCustomAttributesResponse) GetValues() map[string]*BookingCustomAttributeDeleteResponse
func (*BulkDeleteBookingCustomAttributesResponse) String ¶
func (b *BulkDeleteBookingCustomAttributesResponse) String() string
func (*BulkDeleteBookingCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkDeleteBookingCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkDeleteCustomersRequest ¶
type BulkDeleteCustomersRequest struct {
// The IDs of the [customer profiles](entity:Customer) to delete.
CustomerIDs []string `json:"customer_ids,omitempty" url:"-"`
}
type BulkDeleteCustomersResponse ¶
type BulkDeleteCustomersResponse struct {
// A map of responses that correspond to individual delete requests, represented by
// key-value pairs.
//
// Each key is the customer ID that was specified for a delete request and each value
// is the corresponding response.
// If the request succeeds, the value is an empty object (`{ }`).
// If the request fails, the value contains any errors that occurred during the request.
Responses map[string]*DeleteCustomerResponse `json:"responses,omitempty" url:"responses,omitempty"`
// Any top-level errors that prevented the bulk operation from running.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Defines the fields included in the response body from the [BulkDeleteCustomers](api-endpoint:Customers-BulkDeleteCustomers) endpoint.
func (*BulkDeleteCustomersResponse) GetErrors ¶
func (b *BulkDeleteCustomersResponse) GetErrors() []*Error
func (*BulkDeleteCustomersResponse) GetExtraProperties ¶
func (b *BulkDeleteCustomersResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteCustomersResponse) GetResponses ¶
func (b *BulkDeleteCustomersResponse) GetResponses() map[string]*DeleteCustomerResponse
func (*BulkDeleteCustomersResponse) String ¶
func (b *BulkDeleteCustomersResponse) String() string
func (*BulkDeleteCustomersResponse) UnmarshalJSON ¶
func (b *BulkDeleteCustomersResponse) UnmarshalJSON(data []byte) error
type BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest ¶
type BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest struct {
// The key of the associated custom attribute definition.
// Represented as a qualified key if the requesting app is not the definition owner.
Key *string `json:"key,omitempty" url:"key,omitempty"`
// contains filtered or unexported fields
}
Represents an individual delete request in a [BulkDeleteLocationCustomAttributes](api-endpoint:LocationCustomAttributes-BulkDeleteLocationCustomAttributes) request. An individual request contains an optional ID of the associated custom attribute definition and optional key of the associated custom attribute definition.
func (*BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) GetExtraProperties ¶
func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) GetExtraProperties() map[string]interface{}
func (*BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) GetKey ¶
func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) GetKey() *string
func (*BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) UnmarshalJSON ¶
func (b *BulkDeleteLocationCustomAttributesRequestLocationCustomAttributeDeleteRequest) UnmarshalJSON(data []byte) error
type BulkDeleteLocationCustomAttributesResponse ¶
type BulkDeleteLocationCustomAttributesResponse struct {
// A map of responses that correspond to individual delete requests. Each response has the
// same key as the corresponding request.
Values map[string]*BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse `json:"values" url:"values"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkDeleteLocationCustomAttributes](api-endpoint:LocationCustomAttributes-BulkDeleteLocationCustomAttributes) response, which contains a map of responses that each corresponds to an individual delete request.
func (*BulkDeleteLocationCustomAttributesResponse) GetErrors ¶
func (b *BulkDeleteLocationCustomAttributesResponse) GetErrors() []*Error
func (*BulkDeleteLocationCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkDeleteLocationCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteLocationCustomAttributesResponse) String ¶
func (b *BulkDeleteLocationCustomAttributesResponse) String() string
func (*BulkDeleteLocationCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkDeleteLocationCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse ¶
type BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse struct {
// The ID of the location associated with the custom attribute.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// Errors that occurred while processing the individual LocationCustomAttributeDeleteRequest request
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents an individual delete response in a [BulkDeleteLocationCustomAttributes](api-endpoint:LocationCustomAttributes-BulkDeleteLocationCustomAttributes) request.
func (*BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetErrors ¶
func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetErrors() []*Error
func (*BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetExtraProperties ¶
func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetLocationID ¶
func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) GetLocationID() *string
func (*BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) UnmarshalJSON ¶
func (b *BulkDeleteLocationCustomAttributesResponseLocationCustomAttributeDeleteResponse) UnmarshalJSON(data []byte) error
type BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest ¶
type BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest struct {
// The key of the associated custom attribute definition.
// Represented as a qualified key if the requesting app is not the definition owner.
Key *string `json:"key,omitempty" url:"key,omitempty"`
// contains filtered or unexported fields
}
Represents an individual delete request in a [BulkDeleteMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkDeleteMerchantCustomAttributes) request. An individual request contains an optional ID of the associated custom attribute definition and optional key of the associated custom attribute definition.
func (*BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) GetExtraProperties ¶
func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) GetExtraProperties() map[string]interface{}
func (*BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) GetKey ¶
func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) GetKey() *string
func (*BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) UnmarshalJSON ¶
func (b *BulkDeleteMerchantCustomAttributesRequestMerchantCustomAttributeDeleteRequest) UnmarshalJSON(data []byte) error
type BulkDeleteMerchantCustomAttributesResponse ¶
type BulkDeleteMerchantCustomAttributesResponse struct {
// A map of responses that correspond to individual delete requests. Each response has the
// same key as the corresponding request.
Values map[string]*BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse `json:"values" url:"values"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkDeleteMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkDeleteMerchantCustomAttributes) response, which contains a map of responses that each corresponds to an individual delete request.
func (*BulkDeleteMerchantCustomAttributesResponse) GetErrors ¶
func (b *BulkDeleteMerchantCustomAttributesResponse) GetErrors() []*Error
func (*BulkDeleteMerchantCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkDeleteMerchantCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteMerchantCustomAttributesResponse) String ¶
func (b *BulkDeleteMerchantCustomAttributesResponse) String() string
func (*BulkDeleteMerchantCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkDeleteMerchantCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse ¶
type BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse struct {
// Errors that occurred while processing the individual MerchantCustomAttributeDeleteRequest request
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents an individual delete response in a [BulkDeleteMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkDeleteMerchantCustomAttributes) request.
func (*BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) GetErrors ¶
func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) GetErrors() []*Error
func (*BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) GetExtraProperties ¶
func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) UnmarshalJSON ¶
func (b *BulkDeleteMerchantCustomAttributesResponseMerchantCustomAttributeDeleteResponse) UnmarshalJSON(data []byte) error
type BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute ¶
type BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute struct {
// The key of the custom attribute to delete. This key must match the key
// of an existing custom attribute definition.
Key *string `json:"key,omitempty" url:"key,omitempty"`
// The ID of the target [order](entity:Order).
OrderID string `json:"order_id" url:"order_id"`
// contains filtered or unexported fields
}
Represents one delete within the bulk operation.
func (*BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetExtraProperties ¶
func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetExtraProperties() map[string]interface{}
func (*BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetKey ¶
func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetKey() *string
func (*BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetOrderID ¶
func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) GetOrderID() string
func (*BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) String ¶
func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) String() string
func (*BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) UnmarshalJSON ¶
func (b *BulkDeleteOrderCustomAttributesRequestDeleteCustomAttribute) UnmarshalJSON(data []byte) error
type BulkDeleteOrderCustomAttributesResponse ¶
type BulkDeleteOrderCustomAttributesResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// A map of responses that correspond to individual delete requests. Each response has the same ID
//
// as the corresponding request and contains either a `custom_attribute` or an `errors` field.
Values map[string]*DeleteOrderCustomAttributeResponse `json:"values" url:"values"`
// contains filtered or unexported fields
}
Represents a response from deleting one or more order custom attributes.
func (*BulkDeleteOrderCustomAttributesResponse) GetErrors ¶
func (b *BulkDeleteOrderCustomAttributesResponse) GetErrors() []*Error
func (*BulkDeleteOrderCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkDeleteOrderCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkDeleteOrderCustomAttributesResponse) GetValues ¶
func (b *BulkDeleteOrderCustomAttributesResponse) GetValues() map[string]*DeleteOrderCustomAttributeResponse
func (*BulkDeleteOrderCustomAttributesResponse) String ¶
func (b *BulkDeleteOrderCustomAttributesResponse) String() string
func (*BulkDeleteOrderCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkDeleteOrderCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkPublishScheduledShiftsData ¶
type BulkPublishScheduledShiftsData struct {
// The current version of the scheduled shift, used to enable [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// control. If the provided version doesn't match the server version, the request fails.
// If omitted, Square executes a blind write, potentially overwriting data from another publish request.
Version *int `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
Represents options for an individual publish request in a [BulkPublishScheduledShifts](api-endpoint:Labor-BulkPublishScheduledShifts) operation, provided as the value in a key-value pair.
func (*BulkPublishScheduledShiftsData) GetExtraProperties ¶
func (b *BulkPublishScheduledShiftsData) GetExtraProperties() map[string]interface{}
func (*BulkPublishScheduledShiftsData) GetVersion ¶
func (b *BulkPublishScheduledShiftsData) GetVersion() *int
func (*BulkPublishScheduledShiftsData) String ¶
func (b *BulkPublishScheduledShiftsData) String() string
func (*BulkPublishScheduledShiftsData) UnmarshalJSON ¶
func (b *BulkPublishScheduledShiftsData) UnmarshalJSON(data []byte) error
type BulkPublishScheduledShiftsRequest ¶
type BulkPublishScheduledShiftsRequest struct {
// A map of 1 to 100 key-value pairs that represent individual publish requests.
//
// - Each key is the ID of a scheduled shift you want to publish.
// - Each value is a `BulkPublishScheduledShiftsData` object that contains the
// `version` field or is an empty object.
ScheduledShifts map[string]*BulkPublishScheduledShiftsData `json:"scheduled_shifts,omitempty" url:"-"`
// Indicates whether Square should send email notifications to team members and
// which team members should receive the notifications. This setting applies to all shifts
// specified in the bulk operation. The default value is `AFFECTED`.
// See [ScheduledShiftNotificationAudience](#type-scheduledshiftnotificationaudience) for possible values
ScheduledShiftNotificationAudience *ScheduledShiftNotificationAudience `json:"scheduled_shift_notification_audience,omitempty" url:"-"`
}
type BulkPublishScheduledShiftsResponse ¶
type BulkPublishScheduledShiftsResponse struct {
// A map of key-value pairs that represent responses for individual publish requests.
// The order of responses might differ from the order in which the requests were provided.
//
// - Each key is the scheduled shift ID that was specified for a publish request.
// - Each value is the corresponding response. If the request succeeds, the value is the
// published scheduled shift. If the request fails, the value is an `errors` array containing
// any errors that occurred while processing the request.
Responses map[string]*PublishScheduledShiftResponse `json:"responses,omitempty" url:"responses,omitempty"`
// Any top-level errors that prevented the bulk operation from succeeding.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkPublishScheduledShifts](api-endpoint:Labor-BulkPublishScheduledShifts) response. Either `scheduled_shifts` or `errors` is present in the response.
func (*BulkPublishScheduledShiftsResponse) GetErrors ¶
func (b *BulkPublishScheduledShiftsResponse) GetErrors() []*Error
func (*BulkPublishScheduledShiftsResponse) GetExtraProperties ¶
func (b *BulkPublishScheduledShiftsResponse) GetExtraProperties() map[string]interface{}
func (*BulkPublishScheduledShiftsResponse) GetResponses ¶
func (b *BulkPublishScheduledShiftsResponse) GetResponses() map[string]*PublishScheduledShiftResponse
func (*BulkPublishScheduledShiftsResponse) String ¶
func (b *BulkPublishScheduledShiftsResponse) String() string
func (*BulkPublishScheduledShiftsResponse) UnmarshalJSON ¶
func (b *BulkPublishScheduledShiftsResponse) UnmarshalJSON(data []byte) error
type BulkRetrieveBookingsRequest ¶
type BulkRetrieveBookingsRequest struct {
// A non-empty list of [Booking](entity:Booking) IDs specifying bookings to retrieve.
BookingIDs []string `json:"booking_ids,omitempty" url:"-"`
}
type BulkRetrieveBookingsResponse ¶
type BulkRetrieveBookingsResponse struct {
// Requested bookings returned as a map containing `booking_id` as the key and `RetrieveBookingResponse` as the value.
Bookings map[string]*GetBookingResponse `json:"bookings,omitempty" url:"bookings,omitempty"`
// Errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Response payload for bulk retrieval of bookings.
func (*BulkRetrieveBookingsResponse) GetBookings ¶
func (b *BulkRetrieveBookingsResponse) GetBookings() map[string]*GetBookingResponse
func (*BulkRetrieveBookingsResponse) GetErrors ¶
func (b *BulkRetrieveBookingsResponse) GetErrors() []*Error
func (*BulkRetrieveBookingsResponse) GetExtraProperties ¶
func (b *BulkRetrieveBookingsResponse) GetExtraProperties() map[string]interface{}
func (*BulkRetrieveBookingsResponse) String ¶
func (b *BulkRetrieveBookingsResponse) String() string
func (*BulkRetrieveBookingsResponse) UnmarshalJSON ¶
func (b *BulkRetrieveBookingsResponse) UnmarshalJSON(data []byte) error
type BulkRetrieveChannelsRequest ¶ added in v2.2.0
type BulkRetrieveChannelsRequest struct {
ChannelIDs []string `json:"channel_ids,omitempty" url:"-"`
}
type BulkRetrieveChannelsRequestConstants ¶ added in v2.2.0
type BulkRetrieveChannelsRequestConstants = string
type BulkRetrieveChannelsResponse ¶ added in v2.2.0
type BulkRetrieveChannelsResponse struct {
// Information about errors encountered during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// A map of channel IDs to channel responses which tell whether
// retrieval for a specific channel is success or not.
// Channel response of a success retrieval would contain channel info
// whereas channel response of a failed retrieval would have error info.
Responses map[string]*RetrieveChannelResponse `json:"responses,omitempty" url:"responses,omitempty"`
// contains filtered or unexported fields
}
Defines the fields that are included in the request body for the [BulkRetrieveChannels](api-endpoint:Channels-BulkRetrieveChannels) endpoint.
func (*BulkRetrieveChannelsResponse) GetErrors ¶ added in v2.2.0
func (b *BulkRetrieveChannelsResponse) GetErrors() []*Error
func (*BulkRetrieveChannelsResponse) GetExtraProperties ¶ added in v2.2.0
func (b *BulkRetrieveChannelsResponse) GetExtraProperties() map[string]interface{}
func (*BulkRetrieveChannelsResponse) GetResponses ¶ added in v2.2.0
func (b *BulkRetrieveChannelsResponse) GetResponses() map[string]*RetrieveChannelResponse
func (*BulkRetrieveChannelsResponse) String ¶ added in v2.2.0
func (b *BulkRetrieveChannelsResponse) String() string
func (*BulkRetrieveChannelsResponse) UnmarshalJSON ¶ added in v2.2.0
func (b *BulkRetrieveChannelsResponse) UnmarshalJSON(data []byte) error
type BulkRetrieveCustomersRequest ¶
type BulkRetrieveCustomersRequest struct {
// The IDs of the [customer profiles](entity:Customer) to retrieve.
CustomerIDs []string `json:"customer_ids,omitempty" url:"-"`
}
type BulkRetrieveCustomersResponse ¶
type BulkRetrieveCustomersResponse struct {
// A map of responses that correspond to individual retrieve requests, represented by
// key-value pairs.
//
// Each key is the customer ID that was specified for a retrieve request and each value
// is the corresponding response.
// If the request succeeds, the value is the requested customer profile.
// If the request fails, the value contains any errors that occurred during the request.
Responses map[string]*GetCustomerResponse `json:"responses,omitempty" url:"responses,omitempty"`
// Any top-level errors that prevented the bulk operation from running.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Defines the fields included in the response body from the [BulkRetrieveCustomers](api-endpoint:Customers-BulkRetrieveCustomers) endpoint.
func (*BulkRetrieveCustomersResponse) GetErrors ¶
func (b *BulkRetrieveCustomersResponse) GetErrors() []*Error
func (*BulkRetrieveCustomersResponse) GetExtraProperties ¶
func (b *BulkRetrieveCustomersResponse) GetExtraProperties() map[string]interface{}
func (*BulkRetrieveCustomersResponse) GetResponses ¶
func (b *BulkRetrieveCustomersResponse) GetResponses() map[string]*GetCustomerResponse
func (*BulkRetrieveCustomersResponse) String ¶
func (b *BulkRetrieveCustomersResponse) String() string
func (*BulkRetrieveCustomersResponse) UnmarshalJSON ¶
func (b *BulkRetrieveCustomersResponse) UnmarshalJSON(data []byte) error
type BulkRetrieveTeamMemberBookingProfilesRequest ¶
type BulkRetrieveTeamMemberBookingProfilesRequest struct {
// A non-empty list of IDs of team members whose booking profiles you want to retrieve.
TeamMemberIDs []string `json:"team_member_ids,omitempty" url:"-"`
}
type BulkRetrieveTeamMemberBookingProfilesResponse ¶
type BulkRetrieveTeamMemberBookingProfilesResponse struct {
// The returned team members' booking profiles, as a map with `team_member_id` as the key and [TeamMemberBookingProfile](entity:TeamMemberBookingProfile) the value.
TeamMemberBookingProfiles map[string]*GetTeamMemberBookingProfileResponse `json:"team_member_booking_profiles,omitempty" url:"team_member_booking_profiles,omitempty"`
// Errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Response payload for the [BulkRetrieveTeamMemberBookingProfiles](api-endpoint:Bookings-BulkRetrieveTeamMemberBookingProfiles) endpoint.
func (*BulkRetrieveTeamMemberBookingProfilesResponse) GetErrors ¶
func (b *BulkRetrieveTeamMemberBookingProfilesResponse) GetErrors() []*Error
func (*BulkRetrieveTeamMemberBookingProfilesResponse) GetExtraProperties ¶
func (b *BulkRetrieveTeamMemberBookingProfilesResponse) GetExtraProperties() map[string]interface{}
func (*BulkRetrieveTeamMemberBookingProfilesResponse) GetTeamMemberBookingProfiles ¶
func (b *BulkRetrieveTeamMemberBookingProfilesResponse) GetTeamMemberBookingProfiles() map[string]*GetTeamMemberBookingProfileResponse
func (*BulkRetrieveTeamMemberBookingProfilesResponse) String ¶
func (b *BulkRetrieveTeamMemberBookingProfilesResponse) String() string
func (*BulkRetrieveTeamMemberBookingProfilesResponse) UnmarshalJSON ¶
func (b *BulkRetrieveTeamMemberBookingProfilesResponse) UnmarshalJSON(data []byte) error
type BulkSwapPlanRequest ¶
type BulkSwapPlanRequest struct {
// The ID of the new subscription plan variation.
//
// This field is required.
NewPlanVariationID string `json:"new_plan_variation_id" url:"-"`
// The ID of the plan variation whose subscriptions should be swapped. Active subscriptions
// using this plan variation will be subscribed to the new plan variation on their next billing
// day.
OldPlanVariationID string `json:"old_plan_variation_id" url:"-"`
// The ID of the location to associate with the swapped subscriptions.
LocationID string `json:"location_id" url:"-"`
}
type BulkSwapPlanResponse ¶
type BulkSwapPlanResponse struct {
// Errors encountered during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// The number of affected subscriptions.
AffectedSubscriptions *int `json:"affected_subscriptions,omitempty" url:"affected_subscriptions,omitempty"`
// contains filtered or unexported fields
}
Defines output parameters in a response of the [BulkSwapPlan](api-endpoint:Subscriptions-BulkSwapPlan) endpoint.
func (*BulkSwapPlanResponse) GetAffectedSubscriptions ¶
func (b *BulkSwapPlanResponse) GetAffectedSubscriptions() *int
func (*BulkSwapPlanResponse) GetErrors ¶
func (b *BulkSwapPlanResponse) GetErrors() []*Error
func (*BulkSwapPlanResponse) GetExtraProperties ¶
func (b *BulkSwapPlanResponse) GetExtraProperties() map[string]interface{}
func (*BulkSwapPlanResponse) String ¶
func (b *BulkSwapPlanResponse) String() string
func (*BulkSwapPlanResponse) UnmarshalJSON ¶
func (b *BulkSwapPlanResponse) UnmarshalJSON(data []byte) error
type BulkUpdateCustomerData ¶
type BulkUpdateCustomerData struct {
// The given name (that is, the first name) associated with the customer profile.
GivenName *string `json:"given_name,omitempty" url:"given_name,omitempty"`
// The family name (that is, the last name) associated with the customer profile.
FamilyName *string `json:"family_name,omitempty" url:"family_name,omitempty"`
// A business name associated with the customer profile.
CompanyName *string `json:"company_name,omitempty" url:"company_name,omitempty"`
// A nickname for the customer profile.
Nickname *string `json:"nickname,omitempty" url:"nickname,omitempty"`
// The email address associated with the customer profile.
EmailAddress *string `json:"email_address,omitempty" url:"email_address,omitempty"`
// The physical address associated with the customer profile. For maximum length constraints,
// see [Customer addresses](https://developer.squareup.com/docs/customers-api/use-the-api/keep-records#address).
// The `first_name` and `last_name` fields are ignored if they are present in the request.
Address *Address `json:"address,omitempty" url:"address,omitempty"`
// The phone number associated with the customer profile. The phone number must be valid
// and can contain 9–16 digits, with an optional `+` prefix and country code. For more information,
// see [Customer phone numbers](https://developer.squareup.com/docs/customers-api/use-the-api/keep-records#phone-number).
PhoneNumber *string `json:"phone_number,omitempty" url:"phone_number,omitempty"`
// An optional second ID used to associate the customer profile with an
// entity in another system.
ReferenceID *string `json:"reference_id,omitempty" url:"reference_id,omitempty"`
// An custom note associates with the customer profile.
Note *string `json:"note,omitempty" url:"note,omitempty"`
// The birthday associated with the customer profile, in `YYYY-MM-DD` or `MM-DD` format.
// For example, specify `1998-09-21` for September 21, 1998, or `09-21` for September 21.
// Birthdays are returned in `YYYY-MM-DD` format, where `YYYY` is the specified birth year or
// `0000` if a birth year is not specified.
Birthday *string `json:"birthday,omitempty" url:"birthday,omitempty"`
// The tax ID associated with the customer profile. This field is available only for
// customers of sellers in EU countries or the United Kingdom. For more information, see
// [Customer tax IDs](https://developer.squareup.com/docs/customers-api/what-it-does#customer-tax-ids).
TaxIDs *CustomerTaxIDs `json:"tax_ids,omitempty" url:"tax_ids,omitempty"`
// The current version of the customer profile.
//
// As a best practice, you should include this field to enable
// [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// control.
Version *int64 `json:"version,omitempty" url:"version,omitempty"`
// contains filtered or unexported fields
}
Defines the customer data provided in individual update requests for a [BulkUpdateCustomers](api-endpoint:Customers-BulkUpdateCustomers) operation.
func (*BulkUpdateCustomerData) GetAddress ¶
func (b *BulkUpdateCustomerData) GetAddress() *Address
func (*BulkUpdateCustomerData) GetBirthday ¶
func (b *BulkUpdateCustomerData) GetBirthday() *string
func (*BulkUpdateCustomerData) GetCompanyName ¶
func (b *BulkUpdateCustomerData) GetCompanyName() *string
func (*BulkUpdateCustomerData) GetEmailAddress ¶
func (b *BulkUpdateCustomerData) GetEmailAddress() *string
func (*BulkUpdateCustomerData) GetExtraProperties ¶
func (b *BulkUpdateCustomerData) GetExtraProperties() map[string]interface{}
func (*BulkUpdateCustomerData) GetFamilyName ¶
func (b *BulkUpdateCustomerData) GetFamilyName() *string
func (*BulkUpdateCustomerData) GetGivenName ¶
func (b *BulkUpdateCustomerData) GetGivenName() *string
func (*BulkUpdateCustomerData) GetNickname ¶
func (b *BulkUpdateCustomerData) GetNickname() *string
func (*BulkUpdateCustomerData) GetNote ¶
func (b *BulkUpdateCustomerData) GetNote() *string
func (*BulkUpdateCustomerData) GetPhoneNumber ¶
func (b *BulkUpdateCustomerData) GetPhoneNumber() *string
func (*BulkUpdateCustomerData) GetReferenceID ¶
func (b *BulkUpdateCustomerData) GetReferenceID() *string
func (*BulkUpdateCustomerData) GetTaxIDs ¶
func (b *BulkUpdateCustomerData) GetTaxIDs() *CustomerTaxIDs
func (*BulkUpdateCustomerData) GetVersion ¶
func (b *BulkUpdateCustomerData) GetVersion() *int64
func (*BulkUpdateCustomerData) String ¶
func (b *BulkUpdateCustomerData) String() string
func (*BulkUpdateCustomerData) UnmarshalJSON ¶
func (b *BulkUpdateCustomerData) UnmarshalJSON(data []byte) error
type BulkUpdateCustomersRequest ¶
type BulkUpdateCustomersRequest struct {
// A map of 1 to 100 individual update requests, represented by `customer ID: { customer data }`
// key-value pairs.
//
// Each key is the ID of the [customer profile](entity:Customer) to update. To update a customer profile
// that was created by merging existing profiles, provide the ID of the newly created profile.
//
// Each value contains the updated customer data. Only new or changed fields are required. To add or
// update a field, specify the new value. To remove a field, specify `null`.
Customers map[string]*BulkUpdateCustomerData `json:"customers,omitempty" url:"-"`
}
type BulkUpdateCustomersResponse ¶
type BulkUpdateCustomersResponse struct {
// A map of responses that correspond to individual update requests, represented by
// key-value pairs.
//
// Each key is the customer ID that was specified for an update request and each value
// is the corresponding response.
// If the request succeeds, the value is the updated customer profile.
// If the request fails, the value contains any errors that occurred during the request.
Responses map[string]*UpdateCustomerResponse `json:"responses,omitempty" url:"responses,omitempty"`
// Any top-level errors that prevented the bulk operation from running.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Defines the fields included in the response body from the [BulkUpdateCustomers](api-endpoint:Customers-BulkUpdateCustomers) endpoint.
func (*BulkUpdateCustomersResponse) GetErrors ¶
func (b *BulkUpdateCustomersResponse) GetErrors() []*Error
func (*BulkUpdateCustomersResponse) GetExtraProperties ¶
func (b *BulkUpdateCustomersResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpdateCustomersResponse) GetResponses ¶
func (b *BulkUpdateCustomersResponse) GetResponses() map[string]*UpdateCustomerResponse
func (*BulkUpdateCustomersResponse) String ¶
func (b *BulkUpdateCustomersResponse) String() string
func (*BulkUpdateCustomersResponse) UnmarshalJSON ¶
func (b *BulkUpdateCustomersResponse) UnmarshalJSON(data []byte) error
type BulkUpsertBookingCustomAttributesResponse ¶
type BulkUpsertBookingCustomAttributesResponse struct {
// A map of responses that correspond to individual upsert requests. Each response has the
// same ID as the corresponding request and contains either a `booking_id` and `custom_attribute` or an `errors` field.
Values map[string]*BookingCustomAttributeUpsertResponse `json:"values,omitempty" url:"values,omitempty"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkUpsertBookingCustomAttributes](api-endpoint:BookingCustomAttributes-BulkUpsertBookingCustomAttributes) response, which contains a map of responses that each corresponds to an individual upsert request.
func (*BulkUpsertBookingCustomAttributesResponse) GetErrors ¶
func (b *BulkUpsertBookingCustomAttributesResponse) GetErrors() []*Error
func (*BulkUpsertBookingCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkUpsertBookingCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpsertBookingCustomAttributesResponse) GetValues ¶
func (b *BulkUpsertBookingCustomAttributesResponse) GetValues() map[string]*BookingCustomAttributeUpsertResponse
func (*BulkUpsertBookingCustomAttributesResponse) String ¶
func (b *BulkUpsertBookingCustomAttributesResponse) String() string
func (*BulkUpsertBookingCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkUpsertBookingCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest ¶
type BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest struct {
// The ID of the target [location](entity:Location).
LocationID string `json:"location_id" url:"location_id"`
// The custom attribute to create or update, with following fields:
// - `key`. This key must match the `key` of a custom attribute definition in the Square seller
// account. If the requesting application is not the definition owner, you must provide the qualified key.
// - `value`. This value must conform to the `schema` specified by the definition.
// For more information, see [Supported data types](https://developer.squareup.com/docs/devtools/customattributes/overview#supported-data-types)..
// - `version`. To enable [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// control, specify the current version of the custom attribute.
// If this is not important for your application, `version` can be set to -1.
CustomAttribute *CustomAttribute `json:"custom_attribute" url:"custom_attribute"`
// A unique identifier for this individual upsert request, used to ensure idempotency.
// For more information, see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency).
IdempotencyKey *string `json:"idempotency_key,omitempty" url:"idempotency_key,omitempty"`
// contains filtered or unexported fields
}
Represents an individual upsert request in a [BulkUpsertLocationCustomAttributes](api-endpoint:LocationCustomAttributes-BulkUpsertLocationCustomAttributes) request. An individual request contains a location ID, the custom attribute to create or update, and an optional idempotency key.
func (*BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetCustomAttribute ¶
func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
func (*BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetExtraProperties ¶
func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
func (*BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetIdempotencyKey ¶
func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetIdempotencyKey() *string
func (*BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetLocationID ¶
func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) GetLocationID() string
func (*BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) UnmarshalJSON ¶
func (b *BulkUpsertLocationCustomAttributesRequestLocationCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
type BulkUpsertLocationCustomAttributesResponse ¶
type BulkUpsertLocationCustomAttributesResponse struct {
// A map of responses that correspond to individual upsert requests. Each response has the
// same ID as the corresponding request and contains either a `location_id` and `custom_attribute` or an `errors` field.
Values map[string]*BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse `json:"values,omitempty" url:"values,omitempty"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkUpsertLocationCustomAttributes](api-endpoint:LocationCustomAttributes-BulkUpsertLocationCustomAttributes) response, which contains a map of responses that each corresponds to an individual upsert request.
func (*BulkUpsertLocationCustomAttributesResponse) GetErrors ¶
func (b *BulkUpsertLocationCustomAttributesResponse) GetErrors() []*Error
func (*BulkUpsertLocationCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkUpsertLocationCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpsertLocationCustomAttributesResponse) String ¶
func (b *BulkUpsertLocationCustomAttributesResponse) String() string
func (*BulkUpsertLocationCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkUpsertLocationCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse ¶
type BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse struct {
// The ID of the location associated with the custom attribute.
LocationID *string `json:"location_id,omitempty" url:"location_id,omitempty"`
// The new or updated custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute,omitempty" url:"custom_attribute,omitempty"`
// Any errors that occurred while processing the individual request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response for an individual upsert request in a [BulkUpsertLocationCustomAttributes](api-endpoint:LocationCustomAttributes-BulkUpsertLocationCustomAttributes) operation.
func (*BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetCustomAttribute ¶
func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
func (*BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetErrors ¶
func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetErrors() []*Error
func (*BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetExtraProperties ¶
func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetLocationID ¶
func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) GetLocationID() *string
func (*BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) UnmarshalJSON ¶
func (b *BulkUpsertLocationCustomAttributesResponseLocationCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
type BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest ¶
type BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest struct {
// The ID of the target [merchant](entity:Merchant).
MerchantID string `json:"merchant_id" url:"merchant_id"`
// The custom attribute to create or update, with following fields:
// - `key`. This key must match the `key` of a custom attribute definition in the Square seller
// account. If the requesting application is not the definition owner, you must provide the qualified key.
// - `value`. This value must conform to the `schema` specified by the definition.
// For more information, see [Supported data types](https://developer.squareup.com/docs/devtools/customattributes/overview#supported-data-types).
// - The version field must match the current version of the custom attribute definition to enable
// [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// If this is not important for your application, version can be set to -1. For any other values, the request fails with a BAD_REQUEST error.
CustomAttribute *CustomAttribute `json:"custom_attribute" url:"custom_attribute"`
// A unique identifier for this individual upsert request, used to ensure idempotency.
// For more information, see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency).
IdempotencyKey *string `json:"idempotency_key,omitempty" url:"idempotency_key,omitempty"`
// contains filtered or unexported fields
}
Represents an individual upsert request in a [BulkUpsertMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkUpsertMerchantCustomAttributes) request. An individual request contains a merchant ID, the custom attribute to create or update, and an optional idempotency key.
func (*BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetCustomAttribute ¶
func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetCustomAttribute() *CustomAttribute
func (*BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetExtraProperties ¶
func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetExtraProperties() map[string]interface{}
func (*BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetIdempotencyKey ¶
func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetIdempotencyKey() *string
func (*BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetMerchantID ¶
func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) GetMerchantID() string
func (*BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) UnmarshalJSON ¶
func (b *BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest) UnmarshalJSON(data []byte) error
type BulkUpsertMerchantCustomAttributesResponse ¶
type BulkUpsertMerchantCustomAttributesResponse struct {
// A map of responses that correspond to individual upsert requests. Each response has the
// same ID as the corresponding request and contains either a `merchant_id` and `custom_attribute` or an `errors` field.
Values map[string]*BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse `json:"values,omitempty" url:"values,omitempty"`
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a [BulkUpsertMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkUpsertMerchantCustomAttributes) response, which contains a map of responses that each corresponds to an individual upsert request.
func (*BulkUpsertMerchantCustomAttributesResponse) GetErrors ¶
func (b *BulkUpsertMerchantCustomAttributesResponse) GetErrors() []*Error
func (*BulkUpsertMerchantCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkUpsertMerchantCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpsertMerchantCustomAttributesResponse) String ¶
func (b *BulkUpsertMerchantCustomAttributesResponse) String() string
func (*BulkUpsertMerchantCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkUpsertMerchantCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse ¶
type BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse struct {
// The ID of the merchant associated with the custom attribute.
MerchantID *string `json:"merchant_id,omitempty" url:"merchant_id,omitempty"`
// The new or updated custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute,omitempty" url:"custom_attribute,omitempty"`
// Any errors that occurred while processing the individual request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// contains filtered or unexported fields
}
Represents a response for an individual upsert request in a [BulkUpsertMerchantCustomAttributes](api-endpoint:MerchantCustomAttributes-BulkUpsertMerchantCustomAttributes) operation.
func (*BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetCustomAttribute ¶
func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetCustomAttribute() *CustomAttribute
func (*BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetErrors ¶
func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetErrors() []*Error
func (*BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetExtraProperties ¶
func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetMerchantID ¶
func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) GetMerchantID() *string
func (*BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) UnmarshalJSON ¶
func (b *BulkUpsertMerchantCustomAttributesResponseMerchantCustomAttributeUpsertResponse) UnmarshalJSON(data []byte) error
type BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute ¶
type BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute struct {
// The custom attribute to create or update, with the following fields:
//
// - `value`. This value must conform to the `schema` specified by the definition.
// For more information, see [Value data types](https://developer.squareup.com/docs/customer-custom-attributes-api/custom-attributes#value-data-types).
//
// - `version`. To enable [optimistic concurrency](https://developer.squareup.com/docs/build-basics/common-api-patterns/optimistic-concurrency)
// control, include this optional field and specify the current version of the custom attribute.
CustomAttribute *CustomAttribute `json:"custom_attribute" url:"custom_attribute"`
// A unique identifier for this request, used to ensure idempotency.
// For more information, see [Idempotency](https://developer.squareup.com/docs/build-basics/common-api-patterns/idempotency).
IdempotencyKey *string `json:"idempotency_key,omitempty" url:"idempotency_key,omitempty"`
// The ID of the target [order](entity:Order).
OrderID string `json:"order_id" url:"order_id"`
// contains filtered or unexported fields
}
Represents one upsert within the bulk operation.
func (*BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetCustomAttribute ¶
func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetCustomAttribute() *CustomAttribute
func (*BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetExtraProperties ¶
func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetExtraProperties() map[string]interface{}
func (*BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetIdempotencyKey ¶
func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetIdempotencyKey() *string
func (*BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetOrderID ¶
func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) GetOrderID() string
func (*BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) String ¶
func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) String() string
func (*BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) UnmarshalJSON ¶
func (b *BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute) UnmarshalJSON(data []byte) error
type BulkUpsertOrderCustomAttributesResponse ¶
type BulkUpsertOrderCustomAttributesResponse struct {
// Any errors that occurred during the request.
Errors []*Error `json:"errors,omitempty" url:"errors,omitempty"`
// A map of responses that correspond to individual upsert operations for custom attributes.
Values map[string]*UpsertOrderCustomAttributeResponse `json:"values" url:"values"`
// contains filtered or unexported fields
}
Represents a response from a bulk upsert of order custom attributes.
func (*BulkUpsertOrderCustomAttributesResponse) GetErrors ¶
func (b *BulkUpsertOrderCustomAttributesResponse) GetErrors() []*Error
func (*BulkUpsertOrderCustomAttributesResponse) GetExtraProperties ¶
func (b *BulkUpsertOrderCustomAttributesResponse) GetExtraProperties() map[string]interface{}
func (*BulkUpsertOrderCustomAttributesResponse) GetValues ¶
func (b *BulkUpsertOrderCustomAttributesResponse) GetValues() map[string]*UpsertOrderCustomAttributeResponse
func (*BulkUpsertOrderCustomAttributesResponse) String ¶
func (b *BulkUpsertOrderCustomAttributesResponse) String() string
func (*BulkUpsertOrderCustomAttributesResponse) UnmarshalJSON ¶
func (b *BulkUpsertOrderCustomAttributesResponse) UnmarshalJSON(data []byte) error
type BusinessAppointmentSettings ¶
type BusinessAppointmentSettings struct {
// Types of the location allowed for bookings.
// See [BusinessAppointmentSettingsBookingLocationType](#type-businessappointmentsettingsbookinglocationtype) for possible values
LocationTypes []BusinessAppointmentSettingsBookingLocationType `json:"location_types,omitempty" url:"location_types,omitempty"`
// The time unit of the service duration for bookings.
// See [BusinessAppointmentSettingsAlignmentTime](#type-businessappointmentsettingsalignmenttime) for possible values
AlignmentTime *BusinessAppointmentSettingsAlignmentTime `json:"alignment_time,omitempty" url:"alignment_time,omitempty"`
// The minimum lead time in seconds before a service can be booked. A booking must be created at least this amount of time before its starting time.
MinBookingLeadTimeSeconds *int `json:"min_booking_lead_time_seconds,omitempty" url:"min_booking_lead_time_seconds,omitempty"`
// The maximum lead time in seconds before a service can be booked. A booking must be created at most this amount of time before its starting time.
MaxBookingLeadTimeSeconds *int `json:"max_booking_lead_time_seconds,omitempty" url:"max_booking_lead_time_seconds,omitempty"`
// Indicates whether a customer can choose from all available time slots and have a staff member assigned
// automatically (`true`) or not (`false`).
AnyTeamMemberBookingEnabled *bool `json:"any_team_member_booking_enabled,omitempty" url:"any_team_member_booking_enabled,omitempty"`
// Indicates whether a customer can book multiple services in a single online booking.
MultipleServiceBookingEnabled *bool `json:"multiple_service_booking_enabled,omitempty" url:"multiple_service_booking_enabled,omitempty"`
// Indicates whether the daily appointment limit applies to team members or to
// business locations.
// See [BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType](#type-businessappointmentsettingsmaxappointmentsperdaylimittype) for possible values
MaxAppointmentsPerDayLimitType *BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType `json:"max_appointments_per_day_limit_type,omitempty" url:"max_appointments_per_day_limit_type,omitempty"`
// The maximum number of daily appointments per team member or per location.
MaxAppointmentsPerDayLimit *int `json:"max_appointments_per_day_limit,omitempty" url:"max_appointments_per_day_limit,omitempty"`
// The cut-off time in seconds for allowing clients to cancel or reschedule an appointment.
CancellationWindowSeconds *int `json:"cancellation_window_seconds,omitempty" url:"cancellation_window_seconds,omitempty"`
// The flat-fee amount charged for a no-show booking.
CancellationFeeMoney *Money `json:"cancellation_fee_money,omitempty" url:"cancellation_fee_money,omitempty"`
// The cancellation policy adopted by the seller.
// See [BusinessAppointmentSettingsCancellationPolicy](#type-businessappointmentsettingscancellationpolicy) for possible values
CancellationPolicy *BusinessAppointmentSettingsCancellationPolicy `json:"cancellation_policy,omitempty" url:"cancellation_policy,omitempty"`
// The free-form text of the seller's cancellation policy.
CancellationPolicyText *string `json:"cancellation_policy_text,omitempty" url:"cancellation_policy_text,omitempty"`
// Indicates whether customers has an assigned staff member (`true`) or can select s staff member of their choice (`false`).
SkipBookingFlowStaffSelection *bool `json:"skip_booking_flow_staff_selection,omitempty" url:"skip_booking_flow_staff_selection,omitempty"`
// contains filtered or unexported fields
}
The service appointment settings, including where and how the service is provided.
func (*BusinessAppointmentSettings) GetAlignmentTime ¶
func (b *BusinessAppointmentSettings) GetAlignmentTime() *BusinessAppointmentSettingsAlignmentTime
func (*BusinessAppointmentSettings) GetAnyTeamMemberBookingEnabled ¶
func (b *BusinessAppointmentSettings) GetAnyTeamMemberBookingEnabled() *bool
func (*BusinessAppointmentSettings) GetCancellationFeeMoney ¶
func (b *BusinessAppointmentSettings) GetCancellationFeeMoney() *Money
func (*BusinessAppointmentSettings) GetCancellationPolicy ¶
func (b *BusinessAppointmentSettings) GetCancellationPolicy() *BusinessAppointmentSettingsCancellationPolicy
func (*BusinessAppointmentSettings) GetCancellationPolicyText ¶
func (b *BusinessAppointmentSettings) GetCancellationPolicyText() *string
func (*BusinessAppointmentSettings) GetCancellationWindowSeconds ¶
func (b *BusinessAppointmentSettings) GetCancellationWindowSeconds() *int
func (*BusinessAppointmentSettings) GetExtraProperties ¶
func (b *BusinessAppointmentSettings) GetExtraProperties() map[string]interface{}
func (*BusinessAppointmentSettings) GetLocationTypes ¶
func (b *BusinessAppointmentSettings) GetLocationTypes() []BusinessAppointmentSettingsBookingLocationType
func (*BusinessAppointmentSettings) GetMaxAppointmentsPerDayLimit ¶
func (b *BusinessAppointmentSettings) GetMaxAppointmentsPerDayLimit() *int
func (*BusinessAppointmentSettings) GetMaxAppointmentsPerDayLimitType ¶
func (b *BusinessAppointmentSettings) GetMaxAppointmentsPerDayLimitType() *BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType
func (*BusinessAppointmentSettings) GetMaxBookingLeadTimeSeconds ¶
func (b *BusinessAppointmentSettings) GetMaxBookingLeadTimeSeconds() *int
func (*BusinessAppointmentSettings) GetMinBookingLeadTimeSeconds ¶
func (b *BusinessAppointmentSettings) GetMinBookingLeadTimeSeconds() *int
func (*BusinessAppointmentSettings) GetMultipleServiceBookingEnabled ¶
func (b *BusinessAppointmentSettings) GetMultipleServiceBookingEnabled() *bool
func (*BusinessAppointmentSettings) GetSkipBookingFlowStaffSelection ¶
func (b *BusinessAppointmentSettings) GetSkipBookingFlowStaffSelection() *bool
func (*BusinessAppointmentSettings) String ¶
func (b *BusinessAppointmentSettings) String() string
func (*BusinessAppointmentSettings) UnmarshalJSON ¶
func (b *BusinessAppointmentSettings) UnmarshalJSON(data []byte) error
type BusinessAppointmentSettingsAlignmentTime ¶
type BusinessAppointmentSettingsAlignmentTime string
Time units of a service duration for bookings.
const ( BusinessAppointmentSettingsAlignmentTimeServiceDuration BusinessAppointmentSettingsAlignmentTime = "SERVICE_DURATION" BusinessAppointmentSettingsAlignmentTimeQuarterHourly BusinessAppointmentSettingsAlignmentTime = "QUARTER_HOURLY" BusinessAppointmentSettingsAlignmentTimeHalfHourly BusinessAppointmentSettingsAlignmentTime = "HALF_HOURLY" BusinessAppointmentSettingsAlignmentTimeHourly BusinessAppointmentSettingsAlignmentTime = "HOURLY" )
func NewBusinessAppointmentSettingsAlignmentTimeFromString ¶
func NewBusinessAppointmentSettingsAlignmentTimeFromString(s string) (BusinessAppointmentSettingsAlignmentTime, error)
type BusinessAppointmentSettingsBookingLocationType ¶
type BusinessAppointmentSettingsBookingLocationType string
Supported types of location where service is provided.
const ( BusinessAppointmentSettingsBookingLocationTypeBusinessLocation BusinessAppointmentSettingsBookingLocationType = "BUSINESS_LOCATION" BusinessAppointmentSettingsBookingLocationTypeCustomerLocation BusinessAppointmentSettingsBookingLocationType = "CUSTOMER_LOCATION" BusinessAppointmentSettingsBookingLocationTypePhone BusinessAppointmentSettingsBookingLocationType = "PHONE" )
func NewBusinessAppointmentSettingsBookingLocationTypeFromString ¶
func NewBusinessAppointmentSettingsBookingLocationTypeFromString(s string) (BusinessAppointmentSettingsBookingLocationType, error)
type BusinessAppointmentSettingsCancellationPolicy ¶
type BusinessAppointmentSettingsCancellationPolicy string
The category of the seller’s cancellation policy.
const ( BusinessAppointmentSettingsCancellationPolicyCancellationTreatedAsNoShow BusinessAppointmentSettingsCancellationPolicy = "CANCELLATION_TREATED_AS_NO_SHOW" BusinessAppointmentSettingsCancellationPolicyCustomPolicy BusinessAppointmentSettingsCancellationPolicy = "CUSTOM_POLICY" )
func NewBusinessAppointmentSettingsCancellationPolicyFromString ¶
func NewBusinessAppointmentSettingsCancellationPolicyFromString(s string) (BusinessAppointmentSettingsCancellationPolicy, error)
type BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType ¶
type BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType string
Types of daily appointment limits.
const ( BusinessAppointmentSettingsMaxAppointmentsPerDayLimitTypePerTeamMember BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType = "PER_TEAM_MEMBER" BusinessAppointmentSettingsMaxAppointmentsPerDayLimitTypePerLocation BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType = "PER_LOCATION" )
func NewBusinessAppointmentSettingsMaxAppointmentsPerDayLimitTypeFromString ¶
func NewBusinessAppointmentSettingsMaxAppointmentsPerDayLimitTypeFromString(s string) (BusinessAppointmentSettingsMaxAppointmentsPerDayLimitType, error)
type BusinessBookingProfile ¶
type BusinessBookingProfile struct {
// The ID of the seller, obtainable using the Merchants API.
SellerID *string `json:"seller_id,omitempty" url:"seller_id,omitempty"`
// The RFC 3339 timestamp specifying the booking's creation time.
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
// Indicates whether the seller is open for booking.
BookingEnabled *bool `json:"booking_enabled,omitempty" url:"booking_enabled,omitempty"`
// The choice of customer's time zone information of a booking.
// The Square online booking site and all notifications to customers uses either the seller location’s time zone
// or the time zone the customer chooses at booking.
// See [BusinessBookingProfileCustomerTimezoneChoice](#type-businessbookingprofilecustomertimezonechoice) for possible values
CustomerTimezoneChoice *BusinessBookingProfileCustomerTimezoneChoice `json:"customer_timezone_choice,omitempty" url:"customer_timezone_choice,omitempty"`
// The policy for the seller to automatically accept booking requests (`ACCEPT_ALL`) or not (`REQUIRES_ACCEPTANCE`).
// See [BusinessBookingProfileBookingPolicy](#type-businessbookingprofilebookingpolicy) for possible values
BookingPolicy *BusinessBookingProfileBookingPolicy `json:"booking_policy,omitempty" url:"booking_policy,omitempty"`
// Indicates whether customers can cancel or reschedule their own bookings (`true`) or not (`false`).
AllowUserCancel *bool `json:"allow_user_cancel,omitempty" url:"allow_user_cancel,omitempty"`
// Settings for appointment-type bookings.
BusinessAppointmentSettings *BusinessAppointmentSettings `json:"business_appointment_settings,omitempty" url:"business_appointment_settings,omitempty"`
// Indicates whether the seller's subscription to Square Appointments supports creating, updating or canceling an appointment through the API (`true`) or not (`false`) using seller permission.
SupportSellerLevelWrites *bool `json:"support_seller_level_writes,omitempty" url:"support_seller_level_writes,omitempty"`
// contains filtered or unexported fields
}
A seller's business booking profile, including booking policy, appointment settings, etc.
func (*BusinessBookingProfile) GetAllowUserCancel ¶
func (b *BusinessBookingProfile) GetAllowUserCancel() *bool
func (*BusinessBookingProfile) GetBookingEnabled ¶
func (b *BusinessBookingProfile) GetBookingEnabled() *bool
func (*BusinessBookingProfile) GetBookingPolicy ¶
func (b *BusinessBookingProfile) GetBookingPolicy() *BusinessBookingProfileBookingPolicy
func (*BusinessBookingProfile) GetBusinessAppointmentSettings ¶
func (b *BusinessBookingProfile) GetBusinessAppointmentSettings() *BusinessAppointmentSettings
func (*BusinessBookingProfile) GetCreatedAt ¶
func (b *BusinessBookingProfile) GetCreatedAt() *string
func (*BusinessBookingProfile) GetCustomerTimezoneChoice ¶
func (b *BusinessBookingProfile) GetCustomerTimezoneChoice() *BusinessBookingProfileCustomerTimezoneChoice
func (*BusinessBookingProfile) GetExtraProperties ¶
func (b *BusinessBookingProfile) GetExtraProperties() map[string]interface{}
func (*BusinessBookingProfile) GetSellerID ¶
func (b *BusinessBookingProfile) GetSellerID() *string
func (*BusinessBookingProfile) GetSupportSellerLevelWrites ¶
func (b *BusinessBookingProfile) GetSupportSellerLevelWrites() *bool
func (*BusinessBookingProfile) String ¶
func (b *BusinessBookingProfile) String() string
func (*BusinessBookingProfile) UnmarshalJSON ¶
func (b *BusinessBookingProfile) UnmarshalJSON(data []byte) error
type BusinessBookingProfileBookingPolicy ¶
type BusinessBookingProfileBookingPolicy string
Policies for accepting bookings.
const ( BusinessBookingProfileBookingPolicyAcceptAll BusinessBookingProfileBookingPolicy = "ACCEPT_ALL" BusinessBookingProfileBookingPolicyRequiresAcceptance BusinessBookingProfileBookingPolicy = "REQUIRES_ACCEPTANCE" )
func NewBusinessBookingProfileBookingPolicyFromString ¶
func NewBusinessBookingProfileBookingPolicyFromString(s string) (BusinessBookingProfileBookingPolicy, error)
type BusinessBookingProfileCustomerTimezoneChoice ¶
type BusinessBookingProfileCustomerTimezoneChoice string
Choices of customer-facing time zone used for bookings.
const ( BusinessBookingProfileCustomerTimezoneChoiceBusinessLocationTimezone BusinessBookingProfileCustomerTimezoneChoice = "BUSINESS_LOCATION_TIMEZONE" BusinessBookingProfileCustomerTimezoneChoiceCustomerChoice BusinessBookingProfileCustomerTimezoneChoice = "CUSTOMER_CHOICE" )
func NewBusinessBookingProfileCustomerTimezoneChoiceFromString ¶
func NewBusinessBookingProfileCustomerTimezoneChoiceFromString(s string) (BusinessBookingProfileCustomerTimezoneChoice, error)
type BusinessHours ¶
type BusinessHours struct {
// The list of time periods during which the business is open. There can be at most 10 periods per day.
Periods []*BusinessHoursPeriod `json:"periods,omitempty" url:"periods,omitempty"`
// contains filtered or unexported fields
}
The hours of operation for a location.
func (*BusinessHours) GetExtraProperties ¶
func (b *BusinessHours) GetExtraProperties() map[string]interface{}
func (*BusinessHours) GetPeriods ¶
func (b *BusinessHours) GetPeriods() []*BusinessHoursPeriod
func (*BusinessHours) String ¶
func (b *BusinessHours) String() string
func (*BusinessHours) UnmarshalJSON ¶
func (b *BusinessHours) UnmarshalJSON(data []byte) error
type BusinessHoursPeriod ¶
type BusinessHoursPeriod struct {
// The day of the week for this time period.
// See [DayOfWeek](#type-dayofweek) for possible values
DayOfWeek *DayOfWeek `json:"day_of_week,omitempty" url:"day_of_week,omitempty"`
// The start time of a business hours period, specified in local time using partial-time
// RFC 3339 format. For example, `8:30:00` for a period starting at 8:30 in the morning.
// Note that the seconds value is always :00, but it is appended for conformance to the RFC.
StartLocalTime *string `json:"start_local_time,omitempty" url:"start_local_time,omitempty"`
// The end time of a business hours period, specified in local time using partial-time
// RFC 3339 format. For example, `21:00:00` for a period ending at 9:00 in the evening.
// Note that the seconds value is always :00, but it is appended for conformance to the RFC.
EndLocalTime *string `json:"end_local_time,omitempty" url:"end_local_time,omitempty"`
// contains filtered or unexported fields
}
Represents a period of time during which a business location is open.
func (*BusinessHoursPeriod) GetDayOfWeek ¶
func (b *BusinessHoursPeriod) GetDayOfWeek() *DayOfWeek
func (*BusinessHoursPeriod) GetEndLocalTime ¶
func (b *BusinessHoursPeriod) GetEndLocalTime() *string
func (*BusinessHoursPeriod) GetExtraProperties ¶
func (b *BusinessHoursPeriod) GetExtraProperties() map[string]interface{}