Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccountResource
- func (o *AccountResource) GetAttributes() AccountResourceAttributes
- func (o *AccountResource) GetAttributesOk() (*AccountResourceAttributes, bool)
- func (o *AccountResource) GetId() string
- func (o *AccountResource) GetIdOk() (*string, bool)
- func (o *AccountResource) GetLinks() AccountResourceLinks
- func (o *AccountResource) GetLinksOk() (*AccountResourceLinks, bool)
- func (o *AccountResource) GetRelationships() AccountResourceRelationships
- func (o *AccountResource) GetRelationshipsOk() (*AccountResourceRelationships, bool)
- func (o *AccountResource) GetType() string
- func (o *AccountResource) GetTypeOk() (*string, bool)
- func (o *AccountResource) HasLinks() bool
- func (o AccountResource) MarshalJSON() ([]byte, error)
- func (o *AccountResource) SetAttributes(v AccountResourceAttributes)
- func (o *AccountResource) SetId(v string)
- func (o *AccountResource) SetLinks(v AccountResourceLinks)
- func (o *AccountResource) SetRelationships(v AccountResourceRelationships)
- func (o *AccountResource) SetType(v string)
- func (o AccountResource) ToMap() (map[string]interface{}, error)
- func (o *AccountResource) UnmarshalJSON(data []byte) (err error)
- type AccountResourceAttributes
- func (o *AccountResourceAttributes) GetAccountType() AccountTypeEnum
- func (o *AccountResourceAttributes) GetAccountTypeOk() (*AccountTypeEnum, bool)
- func (o *AccountResourceAttributes) GetBalance() MoneyObject
- func (o *AccountResourceAttributes) GetBalanceOk() (*MoneyObject, bool)
- func (o *AccountResourceAttributes) GetCreatedAt() time.Time
- func (o *AccountResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
- func (o *AccountResourceAttributes) GetDisplayName() string
- func (o *AccountResourceAttributes) GetDisplayNameOk() (*string, bool)
- func (o *AccountResourceAttributes) GetOwnershipType() OwnershipTypeEnum
- func (o *AccountResourceAttributes) GetOwnershipTypeOk() (*OwnershipTypeEnum, bool)
- func (o AccountResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *AccountResourceAttributes) SetAccountType(v AccountTypeEnum)
- func (o *AccountResourceAttributes) SetBalance(v MoneyObject)
- func (o *AccountResourceAttributes) SetCreatedAt(v time.Time)
- func (o *AccountResourceAttributes) SetDisplayName(v string)
- func (o *AccountResourceAttributes) SetOwnershipType(v OwnershipTypeEnum)
- func (o AccountResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *AccountResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type AccountResourceLinks
- func (o *AccountResourceLinks) GetSelf() string
- func (o *AccountResourceLinks) GetSelfOk() (*string, bool)
- func (o AccountResourceLinks) MarshalJSON() ([]byte, error)
- func (o *AccountResourceLinks) SetSelf(v string)
- func (o AccountResourceLinks) ToMap() (map[string]interface{}, error)
- func (o *AccountResourceLinks) UnmarshalJSON(data []byte) (err error)
- type AccountResourceRelationships
- func (o *AccountResourceRelationships) GetTransactions() AccountResourceRelationshipsTransactions
- func (o *AccountResourceRelationships) GetTransactionsOk() (*AccountResourceRelationshipsTransactions, bool)
- func (o AccountResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *AccountResourceRelationships) SetTransactions(v AccountResourceRelationshipsTransactions)
- func (o AccountResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *AccountResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type AccountResourceRelationshipsTransactions
- func (o *AccountResourceRelationshipsTransactions) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *AccountResourceRelationshipsTransactions) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *AccountResourceRelationshipsTransactions) HasLinks() bool
- func (o AccountResourceRelationshipsTransactions) MarshalJSON() ([]byte, error)
- func (o *AccountResourceRelationshipsTransactions) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o AccountResourceRelationshipsTransactions) ToMap() (map[string]interface{}, error)
- type AccountResourceRelationshipsTransactionsLinks
- func (o *AccountResourceRelationshipsTransactionsLinks) GetRelated() string
- func (o *AccountResourceRelationshipsTransactionsLinks) GetRelatedOk() (*string, bool)
- func (o AccountResourceRelationshipsTransactionsLinks) MarshalJSON() ([]byte, error)
- func (o *AccountResourceRelationshipsTransactionsLinks) SetRelated(v string)
- func (o AccountResourceRelationshipsTransactionsLinks) ToMap() (map[string]interface{}, error)
- func (o *AccountResourceRelationshipsTransactionsLinks) UnmarshalJSON(data []byte) (err error)
- type AccountTypeEnum
- type AccountsAPIService
- func (a *AccountsAPIService) AccountsGet(ctx context.Context) ApiAccountsGetRequest
- func (a *AccountsAPIService) AccountsGetExecute(r ApiAccountsGetRequest) (*ListAccountsResponse, *http.Response, error)
- func (a *AccountsAPIService) AccountsIdGet(ctx context.Context, id string) ApiAccountsIdGetRequest
- func (a *AccountsAPIService) AccountsIdGetExecute(r ApiAccountsIdGetRequest) (*GetAccountResponse, *http.Response, error)
- type ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) Execute() (*ListTransactionsResponse, *http.Response, error)
- func (r ApiAccountsAccountIdTransactionsGetRequest) FilterCategory(filterCategory string) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) FilterSince(filterSince time.Time) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) FilterStatus(filterStatus TransactionStatusEnum) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) FilterTag(filterTag string) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) FilterUntil(filterUntil time.Time) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) PageAfter(pageAfter string) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) PageBefore(pageBefore string) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) PageSize(pageSize int32) ApiAccountsAccountIdTransactionsGetRequest
- func (r ApiAccountsAccountIdTransactionsGetRequest) String() string
- type ApiAccountsGetRequest
- func (r ApiAccountsGetRequest) Execute() (*ListAccountsResponse, *http.Response, error)
- func (r ApiAccountsGetRequest) FilterAccountType(filterAccountType AccountTypeEnum) ApiAccountsGetRequest
- func (r ApiAccountsGetRequest) FilterOwnershipType(filterOwnershipType OwnershipTypeEnum) ApiAccountsGetRequest
- func (r ApiAccountsGetRequest) PageSize(pageSize int32) ApiAccountsGetRequest
- type ApiAccountsIdGetRequest
- type ApiAttachmentsGetRequest
- type ApiAttachmentsIdGetRequest
- type ApiCategoriesGetRequest
- type ApiCategoriesIdGetRequest
- type ApiTagsGetRequest
- type ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) Execute() (*ListTransactionsResponse, *http.Response, error)
- func (r ApiTransactionsGetRequest) FilterCategory(filterCategory string) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) FilterSince(filterSince time.Time) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) FilterStatus(filterStatus TransactionStatusEnum) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) FilterTag(filterTag string) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) FilterUntil(filterUntil time.Time) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) PageAfter(pageAfter string) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) PageBefore(pageBefore string) ApiTransactionsGetRequest
- func (r ApiTransactionsGetRequest) PageSize(pageSize int32) ApiTransactionsGetRequest
- type ApiTransactionsIdGetRequest
- type ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest
- func (r ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) Execute() (*http.Response, error)
- func (r ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) UpdateTransactionCategoryRequest(updateTransactionCategoryRequest UpdateTransactionCategoryRequest) ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest
- type ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest
- func (r ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) Execute() (*http.Response, error)
- func (r ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) UpdateTransactionTagsRequest(updateTransactionTagsRequest UpdateTransactionTagsRequest) ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest
- type ApiTransactionsTransactionIdRelationshipsTagsPostRequest
- func (r ApiTransactionsTransactionIdRelationshipsTagsPostRequest) Execute() (*http.Response, error)
- func (r ApiTransactionsTransactionIdRelationshipsTagsPostRequest) UpdateTransactionTagsRequest(updateTransactionTagsRequest UpdateTransactionTagsRequest) ApiTransactionsTransactionIdRelationshipsTagsPostRequest
- type ApiUtilPingGetRequest
- type ApiWebhooksGetRequest
- type ApiWebhooksIdDeleteRequest
- type ApiWebhooksIdGetRequest
- type ApiWebhooksPostRequest
- type ApiWebhooksWebhookIdLogsGetRequest
- type ApiWebhooksWebhookIdPingPostRequest
- type AttachmentResource
- func (o *AttachmentResource) GetAttributes() AttachmentResourceAttributes
- func (o *AttachmentResource) GetAttributesOk() (*AttachmentResourceAttributes, bool)
- func (o *AttachmentResource) GetId() string
- func (o *AttachmentResource) GetIdOk() (*string, bool)
- func (o *AttachmentResource) GetLinks() AccountResourceLinks
- func (o *AttachmentResource) GetLinksOk() (*AccountResourceLinks, bool)
- func (o *AttachmentResource) GetRelationships() AttachmentResourceRelationships
- func (o *AttachmentResource) GetRelationshipsOk() (*AttachmentResourceRelationships, bool)
- func (o *AttachmentResource) GetType() string
- func (o *AttachmentResource) GetTypeOk() (*string, bool)
- func (o *AttachmentResource) HasLinks() bool
- func (o AttachmentResource) MarshalJSON() ([]byte, error)
- func (o *AttachmentResource) SetAttributes(v AttachmentResourceAttributes)
- func (o *AttachmentResource) SetId(v string)
- func (o *AttachmentResource) SetLinks(v AccountResourceLinks)
- func (o *AttachmentResource) SetRelationships(v AttachmentResourceRelationships)
- func (o *AttachmentResource) SetType(v string)
- func (o AttachmentResource) ToMap() (map[string]interface{}, error)
- func (o *AttachmentResource) UnmarshalJSON(data []byte) (err error)
- type AttachmentResourceAttributes
- func (o *AttachmentResourceAttributes) GetCreatedAt() time.Time
- func (o *AttachmentResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
- func (o *AttachmentResourceAttributes) GetFileContentType() string
- func (o *AttachmentResourceAttributes) GetFileContentTypeOk() (*string, bool)
- func (o *AttachmentResourceAttributes) GetFileExtension() string
- func (o *AttachmentResourceAttributes) GetFileExtensionOk() (*string, bool)
- func (o *AttachmentResourceAttributes) GetFileURL() string
- func (o *AttachmentResourceAttributes) GetFileURLExpiresAt() time.Time
- func (o *AttachmentResourceAttributes) GetFileURLExpiresAtOk() (*time.Time, bool)
- func (o *AttachmentResourceAttributes) GetFileURLOk() (*string, bool)
- func (o AttachmentResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *AttachmentResourceAttributes) SetCreatedAt(v time.Time)
- func (o *AttachmentResourceAttributes) SetFileContentType(v string)
- func (o *AttachmentResourceAttributes) SetFileExtension(v string)
- func (o *AttachmentResourceAttributes) SetFileURL(v string)
- func (o *AttachmentResourceAttributes) SetFileURLExpiresAt(v time.Time)
- func (o AttachmentResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *AttachmentResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type AttachmentResourceRelationships
- func (o *AttachmentResourceRelationships) GetTransaction() AttachmentResourceRelationshipsTransaction
- func (o *AttachmentResourceRelationships) GetTransactionOk() (*AttachmentResourceRelationshipsTransaction, bool)
- func (o AttachmentResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *AttachmentResourceRelationships) SetTransaction(v AttachmentResourceRelationshipsTransaction)
- func (o AttachmentResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *AttachmentResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type AttachmentResourceRelationshipsTransaction
- func (o *AttachmentResourceRelationshipsTransaction) GetData() AttachmentResourceRelationshipsTransactionData
- func (o *AttachmentResourceRelationshipsTransaction) GetDataOk() (*AttachmentResourceRelationshipsTransactionData, bool)
- func (o *AttachmentResourceRelationshipsTransaction) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *AttachmentResourceRelationshipsTransaction) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *AttachmentResourceRelationshipsTransaction) HasLinks() bool
- func (o AttachmentResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
- func (o *AttachmentResourceRelationshipsTransaction) SetData(v AttachmentResourceRelationshipsTransactionData)
- func (o *AttachmentResourceRelationshipsTransaction) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o AttachmentResourceRelationshipsTransaction) ToMap() (map[string]interface{}, error)
- func (o *AttachmentResourceRelationshipsTransaction) UnmarshalJSON(data []byte) (err error)
- type AttachmentResourceRelationshipsTransactionData
- func (o *AttachmentResourceRelationshipsTransactionData) GetId() string
- func (o *AttachmentResourceRelationshipsTransactionData) GetIdOk() (*string, bool)
- func (o *AttachmentResourceRelationshipsTransactionData) GetType() string
- func (o *AttachmentResourceRelationshipsTransactionData) GetTypeOk() (*string, bool)
- func (o AttachmentResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
- func (o *AttachmentResourceRelationshipsTransactionData) SetId(v string)
- func (o *AttachmentResourceRelationshipsTransactionData) SetType(v string)
- func (o AttachmentResourceRelationshipsTransactionData) ToMap() (map[string]interface{}, error)
- func (o *AttachmentResourceRelationshipsTransactionData) UnmarshalJSON(data []byte) (err error)
- type AttachmentsAPIService
- func (a *AttachmentsAPIService) AttachmentsGet(ctx context.Context) ApiAttachmentsGetRequest
- func (a *AttachmentsAPIService) AttachmentsGetExecute(r ApiAttachmentsGetRequest) (*ListAttachmentsResponse, *http.Response, error)
- func (a *AttachmentsAPIService) AttachmentsIdGet(ctx context.Context, id string) ApiAttachmentsIdGetRequest
- func (a *AttachmentsAPIService) AttachmentsIdGetExecute(r ApiAttachmentsIdGetRequest) (*GetAttachmentResponse, *http.Response, error)
- type BasicAuth
- type CardPurchaseMethodEnum
- type CardPurchaseMethodObject
- func (o *CardPurchaseMethodObject) GetCardNumberSuffix() string
- func (o *CardPurchaseMethodObject) GetCardNumberSuffixOk() (*string, bool)
- func (o *CardPurchaseMethodObject) GetMethod() CardPurchaseMethodEnum
- func (o *CardPurchaseMethodObject) GetMethodOk() (*CardPurchaseMethodEnum, bool)
- func (o CardPurchaseMethodObject) MarshalJSON() ([]byte, error)
- func (o *CardPurchaseMethodObject) SetCardNumberSuffix(v string)
- func (o *CardPurchaseMethodObject) SetMethod(v CardPurchaseMethodEnum)
- func (o CardPurchaseMethodObject) ToMap() (map[string]interface{}, error)
- func (o *CardPurchaseMethodObject) UnmarshalJSON(data []byte) (err error)
- type CashbackObject
- func (o *CashbackObject) GetAmount() MoneyObject
- func (o *CashbackObject) GetAmountOk() (*MoneyObject, bool)
- func (o *CashbackObject) GetDescription() string
- func (o *CashbackObject) GetDescriptionOk() (*string, bool)
- func (o CashbackObject) MarshalJSON() ([]byte, error)
- func (o *CashbackObject) SetAmount(v MoneyObject)
- func (o *CashbackObject) SetDescription(v string)
- func (o CashbackObject) ToMap() (map[string]interface{}, error)
- func (o *CashbackObject) UnmarshalJSON(data []byte) (err error)
- type CategoriesAPIService
- func (a *CategoriesAPIService) CategoriesGet(ctx context.Context) ApiCategoriesGetRequest
- func (a *CategoriesAPIService) CategoriesGetExecute(r ApiCategoriesGetRequest) (*ListCategoriesResponse, *http.Response, error)
- func (a *CategoriesAPIService) CategoriesIdGet(ctx context.Context, id string) ApiCategoriesIdGetRequest
- func (a *CategoriesAPIService) CategoriesIdGetExecute(r ApiCategoriesIdGetRequest) (*GetCategoryResponse, *http.Response, error)
- func (a *CategoriesAPIService) TransactionsTransactionIdRelationshipsCategoryPatch(ctx context.Context, transactionId string) ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest
- func (a *CategoriesAPIService) TransactionsTransactionIdRelationshipsCategoryPatchExecute(r ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) (*http.Response, error)
- type CategoryInputResourceIdentifier
- func (o *CategoryInputResourceIdentifier) GetId() string
- func (o *CategoryInputResourceIdentifier) GetIdOk() (*string, bool)
- func (o *CategoryInputResourceIdentifier) GetType() string
- func (o *CategoryInputResourceIdentifier) GetTypeOk() (*string, bool)
- func (o CategoryInputResourceIdentifier) MarshalJSON() ([]byte, error)
- func (o *CategoryInputResourceIdentifier) SetId(v string)
- func (o *CategoryInputResourceIdentifier) SetType(v string)
- func (o CategoryInputResourceIdentifier) ToMap() (map[string]interface{}, error)
- func (o *CategoryInputResourceIdentifier) UnmarshalJSON(data []byte) (err error)
- type CategoryResource
- func (o *CategoryResource) GetAttributes() CategoryResourceAttributes
- func (o *CategoryResource) GetAttributesOk() (*CategoryResourceAttributes, bool)
- func (o *CategoryResource) GetId() string
- func (o *CategoryResource) GetIdOk() (*string, bool)
- func (o *CategoryResource) GetLinks() AccountResourceLinks
- func (o *CategoryResource) GetLinksOk() (*AccountResourceLinks, bool)
- func (o *CategoryResource) GetRelationships() CategoryResourceRelationships
- func (o *CategoryResource) GetRelationshipsOk() (*CategoryResourceRelationships, bool)
- func (o *CategoryResource) GetType() string
- func (o *CategoryResource) GetTypeOk() (*string, bool)
- func (o *CategoryResource) HasLinks() bool
- func (o CategoryResource) MarshalJSON() ([]byte, error)
- func (o *CategoryResource) SetAttributes(v CategoryResourceAttributes)
- func (o *CategoryResource) SetId(v string)
- func (o *CategoryResource) SetLinks(v AccountResourceLinks)
- func (o *CategoryResource) SetRelationships(v CategoryResourceRelationships)
- func (o *CategoryResource) SetType(v string)
- func (o CategoryResource) ToMap() (map[string]interface{}, error)
- func (o *CategoryResource) UnmarshalJSON(data []byte) (err error)
- type CategoryResourceAttributes
- func (o *CategoryResourceAttributes) GetName() string
- func (o *CategoryResourceAttributes) GetNameOk() (*string, bool)
- func (o CategoryResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *CategoryResourceAttributes) SetName(v string)
- func (o CategoryResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *CategoryResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type CategoryResourceRelationships
- func (o *CategoryResourceRelationships) GetChildren() CategoryResourceRelationshipsChildren
- func (o *CategoryResourceRelationships) GetChildrenOk() (*CategoryResourceRelationshipsChildren, bool)
- func (o *CategoryResourceRelationships) GetParent() CategoryResourceRelationshipsParent
- func (o *CategoryResourceRelationships) GetParentOk() (*CategoryResourceRelationshipsParent, bool)
- func (o CategoryResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *CategoryResourceRelationships) SetChildren(v CategoryResourceRelationshipsChildren)
- func (o *CategoryResourceRelationships) SetParent(v CategoryResourceRelationshipsParent)
- func (o CategoryResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *CategoryResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type CategoryResourceRelationshipsChildren
- func (o *CategoryResourceRelationshipsChildren) GetData() []CategoryResourceRelationshipsChildrenDataInner
- func (o *CategoryResourceRelationshipsChildren) GetDataOk() ([]CategoryResourceRelationshipsChildrenDataInner, bool)
- func (o *CategoryResourceRelationshipsChildren) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *CategoryResourceRelationshipsChildren) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *CategoryResourceRelationshipsChildren) HasLinks() bool
- func (o CategoryResourceRelationshipsChildren) MarshalJSON() ([]byte, error)
- func (o *CategoryResourceRelationshipsChildren) SetData(v []CategoryResourceRelationshipsChildrenDataInner)
- func (o *CategoryResourceRelationshipsChildren) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o CategoryResourceRelationshipsChildren) ToMap() (map[string]interface{}, error)
- func (o *CategoryResourceRelationshipsChildren) UnmarshalJSON(data []byte) (err error)
- type CategoryResourceRelationshipsChildrenDataInner
- func (o *CategoryResourceRelationshipsChildrenDataInner) GetId() string
- func (o *CategoryResourceRelationshipsChildrenDataInner) GetIdOk() (*string, bool)
- func (o *CategoryResourceRelationshipsChildrenDataInner) GetType() string
- func (o *CategoryResourceRelationshipsChildrenDataInner) GetTypeOk() (*string, bool)
- func (o CategoryResourceRelationshipsChildrenDataInner) MarshalJSON() ([]byte, error)
- func (o *CategoryResourceRelationshipsChildrenDataInner) SetId(v string)
- func (o *CategoryResourceRelationshipsChildrenDataInner) SetType(v string)
- func (o CategoryResourceRelationshipsChildrenDataInner) ToMap() (map[string]interface{}, error)
- func (o *CategoryResourceRelationshipsChildrenDataInner) UnmarshalJSON(data []byte) (err error)
- type CategoryResourceRelationshipsParent
- func (o *CategoryResourceRelationshipsParent) GetData() CategoryResourceRelationshipsParentData
- func (o *CategoryResourceRelationshipsParent) GetDataOk() (*CategoryResourceRelationshipsParentData, bool)
- func (o *CategoryResourceRelationshipsParent) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *CategoryResourceRelationshipsParent) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *CategoryResourceRelationshipsParent) HasLinks() bool
- func (o CategoryResourceRelationshipsParent) MarshalJSON() ([]byte, error)
- func (o *CategoryResourceRelationshipsParent) SetData(v CategoryResourceRelationshipsParentData)
- func (o *CategoryResourceRelationshipsParent) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o CategoryResourceRelationshipsParent) ToMap() (map[string]interface{}, error)
- func (o *CategoryResourceRelationshipsParent) UnmarshalJSON(data []byte) (err error)
- type CategoryResourceRelationshipsParentData
- func (o *CategoryResourceRelationshipsParentData) GetId() string
- func (o *CategoryResourceRelationshipsParentData) GetIdOk() (*string, bool)
- func (o *CategoryResourceRelationshipsParentData) GetType() string
- func (o *CategoryResourceRelationshipsParentData) GetTypeOk() (*string, bool)
- func (o CategoryResourceRelationshipsParentData) MarshalJSON() ([]byte, error)
- func (o *CategoryResourceRelationshipsParentData) SetId(v string)
- func (o *CategoryResourceRelationshipsParentData) SetType(v string)
- func (o CategoryResourceRelationshipsParentData) ToMap() (map[string]interface{}, error)
- func (o *CategoryResourceRelationshipsParentData) UnmarshalJSON(data []byte) (err error)
- type Configuration
- type CreateWebhookRequest
- func (o *CreateWebhookRequest) GetData() WebhookInputResource
- func (o *CreateWebhookRequest) GetDataOk() (*WebhookInputResource, bool)
- func (o CreateWebhookRequest) MarshalJSON() ([]byte, error)
- func (o *CreateWebhookRequest) SetData(v WebhookInputResource)
- func (o CreateWebhookRequest) ToMap() (map[string]interface{}, error)
- func (o *CreateWebhookRequest) UnmarshalJSON(data []byte) (err error)
- type CreateWebhookResponse
- func (o *CreateWebhookResponse) GetData() WebhookResource
- func (o *CreateWebhookResponse) GetDataOk() (*WebhookResource, bool)
- func (o CreateWebhookResponse) MarshalJSON() ([]byte, error)
- func (o *CreateWebhookResponse) SetData(v WebhookResource)
- func (o CreateWebhookResponse) ToMap() (map[string]interface{}, error)
- func (o *CreateWebhookResponse) UnmarshalJSON(data []byte) (err error)
- type CustomerObject
- func (o *CustomerObject) GetDisplayName() string
- func (o *CustomerObject) GetDisplayNameOk() (*string, bool)
- func (o CustomerObject) MarshalJSON() ([]byte, error)
- func (o *CustomerObject) SetDisplayName(v string)
- func (o CustomerObject) ToMap() (map[string]interface{}, error)
- func (o *CustomerObject) UnmarshalJSON(data []byte) (err error)
- type ErrorObject
- func (o *ErrorObject) GetDetail() string
- func (o *ErrorObject) GetDetailOk() (*string, bool)
- func (o *ErrorObject) GetSource() ErrorObjectSource
- func (o *ErrorObject) GetSourceOk() (*ErrorObjectSource, bool)
- func (o *ErrorObject) GetStatus() string
- func (o *ErrorObject) GetStatusOk() (*string, bool)
- func (o *ErrorObject) GetTitle() string
- func (o *ErrorObject) GetTitleOk() (*string, bool)
- func (o *ErrorObject) HasSource() bool
- func (o ErrorObject) MarshalJSON() ([]byte, error)
- func (o *ErrorObject) SetDetail(v string)
- func (o *ErrorObject) SetSource(v ErrorObjectSource)
- func (o *ErrorObject) SetStatus(v string)
- func (o *ErrorObject) SetTitle(v string)
- func (o ErrorObject) ToMap() (map[string]interface{}, error)
- func (o *ErrorObject) UnmarshalJSON(data []byte) (err error)
- type ErrorObjectSource
- func (o *ErrorObjectSource) GetParameter() string
- func (o *ErrorObjectSource) GetParameterOk() (*string, bool)
- func (o *ErrorObjectSource) GetPointer() string
- func (o *ErrorObjectSource) GetPointerOk() (*string, bool)
- func (o *ErrorObjectSource) HasParameter() bool
- func (o *ErrorObjectSource) HasPointer() bool
- func (o ErrorObjectSource) MarshalJSON() ([]byte, error)
- func (o *ErrorObjectSource) SetParameter(v string)
- func (o *ErrorObjectSource) SetPointer(v string)
- func (o ErrorObjectSource) ToMap() (map[string]interface{}, error)
- type ErrorResponse
- func (o *ErrorResponse) GetErrors() []ErrorObject
- func (o *ErrorResponse) GetErrorsOk() ([]ErrorObject, bool)
- func (o ErrorResponse) MarshalJSON() ([]byte, error)
- func (o *ErrorResponse) SetErrors(v []ErrorObject)
- func (o ErrorResponse) ToMap() (map[string]interface{}, error)
- func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
- type GenericOpenAPIError
- type GetAccountResponse
- func (o *GetAccountResponse) GetData() AccountResource
- func (o *GetAccountResponse) GetDataOk() (*AccountResource, bool)
- func (o GetAccountResponse) MarshalJSON() ([]byte, error)
- func (o *GetAccountResponse) SetData(v AccountResource)
- func (o GetAccountResponse) ToMap() (map[string]interface{}, error)
- func (o *GetAccountResponse) UnmarshalJSON(data []byte) (err error)
- type GetAttachmentResponse
- func (o *GetAttachmentResponse) GetData() AttachmentResource
- func (o *GetAttachmentResponse) GetDataOk() (*AttachmentResource, bool)
- func (o GetAttachmentResponse) MarshalJSON() ([]byte, error)
- func (o *GetAttachmentResponse) SetData(v AttachmentResource)
- func (o GetAttachmentResponse) ToMap() (map[string]interface{}, error)
- func (o *GetAttachmentResponse) UnmarshalJSON(data []byte) (err error)
- type GetCategoryResponse
- func (o *GetCategoryResponse) GetData() CategoryResource
- func (o *GetCategoryResponse) GetDataOk() (*CategoryResource, bool)
- func (o GetCategoryResponse) MarshalJSON() ([]byte, error)
- func (o *GetCategoryResponse) SetData(v CategoryResource)
- func (o GetCategoryResponse) ToMap() (map[string]interface{}, error)
- func (o *GetCategoryResponse) UnmarshalJSON(data []byte) (err error)
- type GetTransactionResponse
- func (o *GetTransactionResponse) GetData() TransactionResource
- func (o *GetTransactionResponse) GetDataOk() (*TransactionResource, bool)
- func (o GetTransactionResponse) MarshalJSON() ([]byte, error)
- func (o *GetTransactionResponse) SetData(v TransactionResource)
- func (o GetTransactionResponse) ToMap() (map[string]interface{}, error)
- func (o *GetTransactionResponse) UnmarshalJSON(data []byte) (err error)
- type GetWebhookResponse
- func (o *GetWebhookResponse) GetData() WebhookResource
- func (o *GetWebhookResponse) GetDataOk() (*WebhookResource, bool)
- func (o GetWebhookResponse) MarshalJSON() ([]byte, error)
- func (o *GetWebhookResponse) SetData(v WebhookResource)
- func (o GetWebhookResponse) ToMap() (map[string]interface{}, error)
- func (o *GetWebhookResponse) UnmarshalJSON(data []byte) (err error)
- type HoldInfoObject
- func (o *HoldInfoObject) GetAmount() MoneyObject
- func (o *HoldInfoObject) GetAmountOk() (*MoneyObject, bool)
- func (o *HoldInfoObject) GetForeignAmount() MoneyObject
- func (o *HoldInfoObject) GetForeignAmountOk() (*MoneyObject, bool)
- func (o HoldInfoObject) MarshalJSON() ([]byte, error)
- func (o *HoldInfoObject) SetAmount(v MoneyObject)
- func (o *HoldInfoObject) SetForeignAmount(v MoneyObject)
- func (o HoldInfoObject) ToMap() (map[string]interface{}, error)
- func (o *HoldInfoObject) UnmarshalJSON(data []byte) (err error)
- type ListAccountsResponse
- func (o *ListAccountsResponse) GetData() []AccountResource
- func (o *ListAccountsResponse) GetDataOk() ([]AccountResource, bool)
- func (o *ListAccountsResponse) GetLinks() ListAccountsResponseLinks
- func (o *ListAccountsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
- func (o ListAccountsResponse) MarshalJSON() ([]byte, error)
- func (o *ListAccountsResponse) SetData(v []AccountResource)
- func (o *ListAccountsResponse) SetLinks(v ListAccountsResponseLinks)
- func (o ListAccountsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListAccountsResponse) UnmarshalJSON(data []byte) (err error)
- type ListAccountsResponseLinks
- func (o *ListAccountsResponseLinks) GetNext() string
- func (o *ListAccountsResponseLinks) GetNextOk() (*string, bool)
- func (o *ListAccountsResponseLinks) GetPrev() string
- func (o *ListAccountsResponseLinks) GetPrevOk() (*string, bool)
- func (o ListAccountsResponseLinks) MarshalJSON() ([]byte, error)
- func (o *ListAccountsResponseLinks) SetNext(v string)
- func (o *ListAccountsResponseLinks) SetPrev(v string)
- func (o ListAccountsResponseLinks) ToMap() (map[string]interface{}, error)
- func (o *ListAccountsResponseLinks) UnmarshalJSON(data []byte) (err error)
- type ListAttachmentsResponse
- func (o *ListAttachmentsResponse) GetData() []AttachmentResource
- func (o *ListAttachmentsResponse) GetDataOk() ([]AttachmentResource, bool)
- func (o *ListAttachmentsResponse) GetLinks() ListAccountsResponseLinks
- func (o *ListAttachmentsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
- func (o ListAttachmentsResponse) MarshalJSON() ([]byte, error)
- func (o *ListAttachmentsResponse) SetData(v []AttachmentResource)
- func (o *ListAttachmentsResponse) SetLinks(v ListAccountsResponseLinks)
- func (o ListAttachmentsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListAttachmentsResponse) UnmarshalJSON(data []byte) (err error)
- type ListCategoriesResponse
- func (o *ListCategoriesResponse) GetData() []CategoryResource
- func (o *ListCategoriesResponse) GetDataOk() ([]CategoryResource, bool)
- func (o ListCategoriesResponse) MarshalJSON() ([]byte, error)
- func (o *ListCategoriesResponse) SetData(v []CategoryResource)
- func (o ListCategoriesResponse) ToMap() (map[string]interface{}, error)
- func (o *ListCategoriesResponse) UnmarshalJSON(data []byte) (err error)
- type ListTagsResponse
- func (o *ListTagsResponse) GetData() []TagResource
- func (o *ListTagsResponse) GetDataOk() ([]TagResource, bool)
- func (o *ListTagsResponse) GetLinks() ListAccountsResponseLinks
- func (o *ListTagsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
- func (o ListTagsResponse) MarshalJSON() ([]byte, error)
- func (o *ListTagsResponse) SetData(v []TagResource)
- func (o *ListTagsResponse) SetLinks(v ListAccountsResponseLinks)
- func (o ListTagsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListTagsResponse) UnmarshalJSON(data []byte) (err error)
- type ListTransactionsResponse
- func (o *ListTransactionsResponse) GetData() []TransactionResource
- func (o *ListTransactionsResponse) GetDataOk() ([]TransactionResource, bool)
- func (o *ListTransactionsResponse) GetLinks() ListAccountsResponseLinks
- func (o *ListTransactionsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
- func (o ListTransactionsResponse) MarshalJSON() ([]byte, error)
- func (o *ListTransactionsResponse) SetData(v []TransactionResource)
- func (o *ListTransactionsResponse) SetLinks(v ListAccountsResponseLinks)
- func (o ListTransactionsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListTransactionsResponse) UnmarshalJSON(data []byte) (err error)
- type ListWebhookDeliveryLogsResponse
- func (o *ListWebhookDeliveryLogsResponse) GetData() []WebhookDeliveryLogResource
- func (o *ListWebhookDeliveryLogsResponse) GetDataOk() ([]WebhookDeliveryLogResource, bool)
- func (o *ListWebhookDeliveryLogsResponse) GetLinks() ListAccountsResponseLinks
- func (o *ListWebhookDeliveryLogsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
- func (o ListWebhookDeliveryLogsResponse) MarshalJSON() ([]byte, error)
- func (o *ListWebhookDeliveryLogsResponse) SetData(v []WebhookDeliveryLogResource)
- func (o *ListWebhookDeliveryLogsResponse) SetLinks(v ListAccountsResponseLinks)
- func (o ListWebhookDeliveryLogsResponse) ToMap() (map[string]interface{}, error)
- func (o *ListWebhookDeliveryLogsResponse) UnmarshalJSON(data []byte) (err error)
- type ListWebhooksResponse
- func (o *ListWebhooksResponse) GetData() []WebhookResource
- func (o *ListWebhooksResponse) GetDataOk() ([]WebhookResource, bool)
- func (o *ListWebhooksResponse) GetLinks() ListAccountsResponseLinks
- func (o *ListWebhooksResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
- func (o ListWebhooksResponse) MarshalJSON() ([]byte, error)
- func (o *ListWebhooksResponse) SetData(v []WebhookResource)
- func (o *ListWebhooksResponse) SetLinks(v ListAccountsResponseLinks)
- func (o ListWebhooksResponse) ToMap() (map[string]interface{}, error)
- func (o *ListWebhooksResponse) UnmarshalJSON(data []byte) (err error)
- type MappedNullable
- type MoneyObject
- func (o *MoneyObject) GetCurrencyCode() string
- func (o *MoneyObject) GetCurrencyCodeOk() (*string, bool)
- func (o *MoneyObject) GetValue() string
- func (o *MoneyObject) GetValueInBaseUnits() int32
- func (o *MoneyObject) GetValueInBaseUnitsOk() (*int32, bool)
- func (o *MoneyObject) GetValueOk() (*string, bool)
- func (o MoneyObject) MarshalJSON() ([]byte, error)
- func (o *MoneyObject) SetCurrencyCode(v string)
- func (o *MoneyObject) SetValue(v string)
- func (o *MoneyObject) SetValueInBaseUnits(v int32)
- func (o MoneyObject) ToMap() (map[string]interface{}, error)
- func (o *MoneyObject) UnmarshalJSON(data []byte) (err error)
- type NoteObject
- type NullableAccountResource
- func (v NullableAccountResource) Get() *AccountResource
- func (v NullableAccountResource) IsSet() bool
- func (v NullableAccountResource) MarshalJSON() ([]byte, error)
- func (v *NullableAccountResource) Set(val *AccountResource)
- func (v *NullableAccountResource) UnmarshalJSON(src []byte) error
- func (v *NullableAccountResource) Unset()
- type NullableAccountResourceAttributes
- func (v NullableAccountResourceAttributes) Get() *AccountResourceAttributes
- func (v NullableAccountResourceAttributes) IsSet() bool
- func (v NullableAccountResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAccountResourceAttributes) Set(val *AccountResourceAttributes)
- func (v *NullableAccountResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAccountResourceAttributes) Unset()
- type NullableAccountResourceLinks
- func (v NullableAccountResourceLinks) Get() *AccountResourceLinks
- func (v NullableAccountResourceLinks) IsSet() bool
- func (v NullableAccountResourceLinks) MarshalJSON() ([]byte, error)
- func (v *NullableAccountResourceLinks) Set(val *AccountResourceLinks)
- func (v *NullableAccountResourceLinks) UnmarshalJSON(src []byte) error
- func (v *NullableAccountResourceLinks) Unset()
- type NullableAccountResourceRelationships
- func (v NullableAccountResourceRelationships) Get() *AccountResourceRelationships
- func (v NullableAccountResourceRelationships) IsSet() bool
- func (v NullableAccountResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableAccountResourceRelationships) Set(val *AccountResourceRelationships)
- func (v *NullableAccountResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableAccountResourceRelationships) Unset()
- type NullableAccountResourceRelationshipsTransactions
- func (v NullableAccountResourceRelationshipsTransactions) Get() *AccountResourceRelationshipsTransactions
- func (v NullableAccountResourceRelationshipsTransactions) IsSet() bool
- func (v NullableAccountResourceRelationshipsTransactions) MarshalJSON() ([]byte, error)
- func (v *NullableAccountResourceRelationshipsTransactions) Set(val *AccountResourceRelationshipsTransactions)
- func (v *NullableAccountResourceRelationshipsTransactions) UnmarshalJSON(src []byte) error
- func (v *NullableAccountResourceRelationshipsTransactions) Unset()
- type NullableAccountResourceRelationshipsTransactionsLinks
- func (v NullableAccountResourceRelationshipsTransactionsLinks) Get() *AccountResourceRelationshipsTransactionsLinks
- func (v NullableAccountResourceRelationshipsTransactionsLinks) IsSet() bool
- func (v NullableAccountResourceRelationshipsTransactionsLinks) MarshalJSON() ([]byte, error)
- func (v *NullableAccountResourceRelationshipsTransactionsLinks) Set(val *AccountResourceRelationshipsTransactionsLinks)
- func (v *NullableAccountResourceRelationshipsTransactionsLinks) UnmarshalJSON(src []byte) error
- func (v *NullableAccountResourceRelationshipsTransactionsLinks) Unset()
- type NullableAccountTypeEnum
- func (v NullableAccountTypeEnum) Get() *AccountTypeEnum
- func (v NullableAccountTypeEnum) IsSet() bool
- func (v NullableAccountTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableAccountTypeEnum) Set(val *AccountTypeEnum)
- func (v *NullableAccountTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableAccountTypeEnum) Unset()
- type NullableAttachmentResource
- func (v NullableAttachmentResource) Get() *AttachmentResource
- func (v NullableAttachmentResource) IsSet() bool
- func (v NullableAttachmentResource) MarshalJSON() ([]byte, error)
- func (v *NullableAttachmentResource) Set(val *AttachmentResource)
- func (v *NullableAttachmentResource) UnmarshalJSON(src []byte) error
- func (v *NullableAttachmentResource) Unset()
- type NullableAttachmentResourceAttributes
- func (v NullableAttachmentResourceAttributes) Get() *AttachmentResourceAttributes
- func (v NullableAttachmentResourceAttributes) IsSet() bool
- func (v NullableAttachmentResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableAttachmentResourceAttributes) Set(val *AttachmentResourceAttributes)
- func (v *NullableAttachmentResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableAttachmentResourceAttributes) Unset()
- type NullableAttachmentResourceRelationships
- func (v NullableAttachmentResourceRelationships) Get() *AttachmentResourceRelationships
- func (v NullableAttachmentResourceRelationships) IsSet() bool
- func (v NullableAttachmentResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableAttachmentResourceRelationships) Set(val *AttachmentResourceRelationships)
- func (v *NullableAttachmentResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableAttachmentResourceRelationships) Unset()
- type NullableAttachmentResourceRelationshipsTransaction
- func (v NullableAttachmentResourceRelationshipsTransaction) Get() *AttachmentResourceRelationshipsTransaction
- func (v NullableAttachmentResourceRelationshipsTransaction) IsSet() bool
- func (v NullableAttachmentResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
- func (v *NullableAttachmentResourceRelationshipsTransaction) Set(val *AttachmentResourceRelationshipsTransaction)
- func (v *NullableAttachmentResourceRelationshipsTransaction) UnmarshalJSON(src []byte) error
- func (v *NullableAttachmentResourceRelationshipsTransaction) Unset()
- type NullableAttachmentResourceRelationshipsTransactionData
- func (v NullableAttachmentResourceRelationshipsTransactionData) Get() *AttachmentResourceRelationshipsTransactionData
- func (v NullableAttachmentResourceRelationshipsTransactionData) IsSet() bool
- func (v NullableAttachmentResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
- func (v *NullableAttachmentResourceRelationshipsTransactionData) Set(val *AttachmentResourceRelationshipsTransactionData)
- func (v *NullableAttachmentResourceRelationshipsTransactionData) UnmarshalJSON(src []byte) error
- func (v *NullableAttachmentResourceRelationshipsTransactionData) Unset()
- type NullableBool
- type NullableCardPurchaseMethodEnum
- func (v NullableCardPurchaseMethodEnum) Get() *CardPurchaseMethodEnum
- func (v NullableCardPurchaseMethodEnum) IsSet() bool
- func (v NullableCardPurchaseMethodEnum) MarshalJSON() ([]byte, error)
- func (v *NullableCardPurchaseMethodEnum) Set(val *CardPurchaseMethodEnum)
- func (v *NullableCardPurchaseMethodEnum) UnmarshalJSON(src []byte) error
- func (v *NullableCardPurchaseMethodEnum) Unset()
- type NullableCardPurchaseMethodObject
- func (v NullableCardPurchaseMethodObject) Get() *CardPurchaseMethodObject
- func (v NullableCardPurchaseMethodObject) IsSet() bool
- func (v NullableCardPurchaseMethodObject) MarshalJSON() ([]byte, error)
- func (v *NullableCardPurchaseMethodObject) Set(val *CardPurchaseMethodObject)
- func (v *NullableCardPurchaseMethodObject) UnmarshalJSON(src []byte) error
- func (v *NullableCardPurchaseMethodObject) Unset()
- type NullableCashbackObject
- func (v NullableCashbackObject) Get() *CashbackObject
- func (v NullableCashbackObject) IsSet() bool
- func (v NullableCashbackObject) MarshalJSON() ([]byte, error)
- func (v *NullableCashbackObject) Set(val *CashbackObject)
- func (v *NullableCashbackObject) UnmarshalJSON(src []byte) error
- func (v *NullableCashbackObject) Unset()
- type NullableCategoryInputResourceIdentifier
- func (v NullableCategoryInputResourceIdentifier) Get() *CategoryInputResourceIdentifier
- func (v NullableCategoryInputResourceIdentifier) IsSet() bool
- func (v NullableCategoryInputResourceIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryInputResourceIdentifier) Set(val *CategoryInputResourceIdentifier)
- func (v *NullableCategoryInputResourceIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryInputResourceIdentifier) Unset()
- type NullableCategoryResource
- func (v NullableCategoryResource) Get() *CategoryResource
- func (v NullableCategoryResource) IsSet() bool
- func (v NullableCategoryResource) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResource) Set(val *CategoryResource)
- func (v *NullableCategoryResource) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResource) Unset()
- type NullableCategoryResourceAttributes
- func (v NullableCategoryResourceAttributes) Get() *CategoryResourceAttributes
- func (v NullableCategoryResourceAttributes) IsSet() bool
- func (v NullableCategoryResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResourceAttributes) Set(val *CategoryResourceAttributes)
- func (v *NullableCategoryResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResourceAttributes) Unset()
- type NullableCategoryResourceRelationships
- func (v NullableCategoryResourceRelationships) Get() *CategoryResourceRelationships
- func (v NullableCategoryResourceRelationships) IsSet() bool
- func (v NullableCategoryResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResourceRelationships) Set(val *CategoryResourceRelationships)
- func (v *NullableCategoryResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResourceRelationships) Unset()
- type NullableCategoryResourceRelationshipsChildren
- func (v NullableCategoryResourceRelationshipsChildren) Get() *CategoryResourceRelationshipsChildren
- func (v NullableCategoryResourceRelationshipsChildren) IsSet() bool
- func (v NullableCategoryResourceRelationshipsChildren) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResourceRelationshipsChildren) Set(val *CategoryResourceRelationshipsChildren)
- func (v *NullableCategoryResourceRelationshipsChildren) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResourceRelationshipsChildren) Unset()
- type NullableCategoryResourceRelationshipsChildrenDataInner
- func (v NullableCategoryResourceRelationshipsChildrenDataInner) Get() *CategoryResourceRelationshipsChildrenDataInner
- func (v NullableCategoryResourceRelationshipsChildrenDataInner) IsSet() bool
- func (v NullableCategoryResourceRelationshipsChildrenDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResourceRelationshipsChildrenDataInner) Set(val *CategoryResourceRelationshipsChildrenDataInner)
- func (v *NullableCategoryResourceRelationshipsChildrenDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResourceRelationshipsChildrenDataInner) Unset()
- type NullableCategoryResourceRelationshipsParent
- func (v NullableCategoryResourceRelationshipsParent) Get() *CategoryResourceRelationshipsParent
- func (v NullableCategoryResourceRelationshipsParent) IsSet() bool
- func (v NullableCategoryResourceRelationshipsParent) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResourceRelationshipsParent) Set(val *CategoryResourceRelationshipsParent)
- func (v *NullableCategoryResourceRelationshipsParent) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResourceRelationshipsParent) Unset()
- type NullableCategoryResourceRelationshipsParentData
- func (v NullableCategoryResourceRelationshipsParentData) Get() *CategoryResourceRelationshipsParentData
- func (v NullableCategoryResourceRelationshipsParentData) IsSet() bool
- func (v NullableCategoryResourceRelationshipsParentData) MarshalJSON() ([]byte, error)
- func (v *NullableCategoryResourceRelationshipsParentData) Set(val *CategoryResourceRelationshipsParentData)
- func (v *NullableCategoryResourceRelationshipsParentData) UnmarshalJSON(src []byte) error
- func (v *NullableCategoryResourceRelationshipsParentData) Unset()
- type NullableCreateWebhookRequest
- func (v NullableCreateWebhookRequest) Get() *CreateWebhookRequest
- func (v NullableCreateWebhookRequest) IsSet() bool
- func (v NullableCreateWebhookRequest) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWebhookRequest) Set(val *CreateWebhookRequest)
- func (v *NullableCreateWebhookRequest) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWebhookRequest) Unset()
- type NullableCreateWebhookResponse
- func (v NullableCreateWebhookResponse) Get() *CreateWebhookResponse
- func (v NullableCreateWebhookResponse) IsSet() bool
- func (v NullableCreateWebhookResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCreateWebhookResponse) Set(val *CreateWebhookResponse)
- func (v *NullableCreateWebhookResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCreateWebhookResponse) Unset()
- type NullableCustomerObject
- func (v NullableCustomerObject) Get() *CustomerObject
- func (v NullableCustomerObject) IsSet() bool
- func (v NullableCustomerObject) MarshalJSON() ([]byte, error)
- func (v *NullableCustomerObject) Set(val *CustomerObject)
- func (v *NullableCustomerObject) UnmarshalJSON(src []byte) error
- func (v *NullableCustomerObject) Unset()
- type NullableErrorObject
- func (v NullableErrorObject) Get() *ErrorObject
- func (v NullableErrorObject) IsSet() bool
- func (v NullableErrorObject) MarshalJSON() ([]byte, error)
- func (v *NullableErrorObject) Set(val *ErrorObject)
- func (v *NullableErrorObject) UnmarshalJSON(src []byte) error
- func (v *NullableErrorObject) Unset()
- type NullableErrorObjectSource
- func (v NullableErrorObjectSource) Get() *ErrorObjectSource
- func (v NullableErrorObjectSource) IsSet() bool
- func (v NullableErrorObjectSource) MarshalJSON() ([]byte, error)
- func (v *NullableErrorObjectSource) Set(val *ErrorObjectSource)
- func (v *NullableErrorObjectSource) UnmarshalJSON(src []byte) error
- func (v *NullableErrorObjectSource) Unset()
- type NullableErrorResponse
- func (v NullableErrorResponse) Get() *ErrorResponse
- func (v NullableErrorResponse) IsSet() bool
- func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
- func (v *NullableErrorResponse) Set(val *ErrorResponse)
- func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
- func (v *NullableErrorResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGetAccountResponse
- func (v NullableGetAccountResponse) Get() *GetAccountResponse
- func (v NullableGetAccountResponse) IsSet() bool
- func (v NullableGetAccountResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAccountResponse) Set(val *GetAccountResponse)
- func (v *NullableGetAccountResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAccountResponse) Unset()
- type NullableGetAttachmentResponse
- func (v NullableGetAttachmentResponse) Get() *GetAttachmentResponse
- func (v NullableGetAttachmentResponse) IsSet() bool
- func (v NullableGetAttachmentResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetAttachmentResponse) Set(val *GetAttachmentResponse)
- func (v *NullableGetAttachmentResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetAttachmentResponse) Unset()
- type NullableGetCategoryResponse
- func (v NullableGetCategoryResponse) Get() *GetCategoryResponse
- func (v NullableGetCategoryResponse) IsSet() bool
- func (v NullableGetCategoryResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetCategoryResponse) Set(val *GetCategoryResponse)
- func (v *NullableGetCategoryResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetCategoryResponse) Unset()
- type NullableGetTransactionResponse
- func (v NullableGetTransactionResponse) Get() *GetTransactionResponse
- func (v NullableGetTransactionResponse) IsSet() bool
- func (v NullableGetTransactionResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetTransactionResponse) Set(val *GetTransactionResponse)
- func (v *NullableGetTransactionResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetTransactionResponse) Unset()
- type NullableGetWebhookResponse
- func (v NullableGetWebhookResponse) Get() *GetWebhookResponse
- func (v NullableGetWebhookResponse) IsSet() bool
- func (v NullableGetWebhookResponse) MarshalJSON() ([]byte, error)
- func (v *NullableGetWebhookResponse) Set(val *GetWebhookResponse)
- func (v *NullableGetWebhookResponse) UnmarshalJSON(src []byte) error
- func (v *NullableGetWebhookResponse) Unset()
- type NullableHoldInfoObject
- func (v NullableHoldInfoObject) Get() *HoldInfoObject
- func (v NullableHoldInfoObject) IsSet() bool
- func (v NullableHoldInfoObject) MarshalJSON() ([]byte, error)
- func (v *NullableHoldInfoObject) Set(val *HoldInfoObject)
- func (v *NullableHoldInfoObject) UnmarshalJSON(src []byte) error
- func (v *NullableHoldInfoObject) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableListAccountsResponse
- func (v NullableListAccountsResponse) Get() *ListAccountsResponse
- func (v NullableListAccountsResponse) IsSet() bool
- func (v NullableListAccountsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAccountsResponse) Set(val *ListAccountsResponse)
- func (v *NullableListAccountsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAccountsResponse) Unset()
- type NullableListAccountsResponseLinks
- func (v NullableListAccountsResponseLinks) Get() *ListAccountsResponseLinks
- func (v NullableListAccountsResponseLinks) IsSet() bool
- func (v NullableListAccountsResponseLinks) MarshalJSON() ([]byte, error)
- func (v *NullableListAccountsResponseLinks) Set(val *ListAccountsResponseLinks)
- func (v *NullableListAccountsResponseLinks) UnmarshalJSON(src []byte) error
- func (v *NullableListAccountsResponseLinks) Unset()
- type NullableListAttachmentsResponse
- func (v NullableListAttachmentsResponse) Get() *ListAttachmentsResponse
- func (v NullableListAttachmentsResponse) IsSet() bool
- func (v NullableListAttachmentsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListAttachmentsResponse) Set(val *ListAttachmentsResponse)
- func (v *NullableListAttachmentsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListAttachmentsResponse) Unset()
- type NullableListCategoriesResponse
- func (v NullableListCategoriesResponse) Get() *ListCategoriesResponse
- func (v NullableListCategoriesResponse) IsSet() bool
- func (v NullableListCategoriesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListCategoriesResponse) Set(val *ListCategoriesResponse)
- func (v *NullableListCategoriesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListCategoriesResponse) Unset()
- type NullableListTagsResponse
- func (v NullableListTagsResponse) Get() *ListTagsResponse
- func (v NullableListTagsResponse) IsSet() bool
- func (v NullableListTagsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListTagsResponse) Set(val *ListTagsResponse)
- func (v *NullableListTagsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListTagsResponse) Unset()
- type NullableListTransactionsResponse
- func (v NullableListTransactionsResponse) Get() *ListTransactionsResponse
- func (v NullableListTransactionsResponse) IsSet() bool
- func (v NullableListTransactionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListTransactionsResponse) Set(val *ListTransactionsResponse)
- func (v *NullableListTransactionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListTransactionsResponse) Unset()
- type NullableListWebhookDeliveryLogsResponse
- func (v NullableListWebhookDeliveryLogsResponse) Get() *ListWebhookDeliveryLogsResponse
- func (v NullableListWebhookDeliveryLogsResponse) IsSet() bool
- func (v NullableListWebhookDeliveryLogsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWebhookDeliveryLogsResponse) Set(val *ListWebhookDeliveryLogsResponse)
- func (v *NullableListWebhookDeliveryLogsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWebhookDeliveryLogsResponse) Unset()
- type NullableListWebhooksResponse
- func (v NullableListWebhooksResponse) Get() *ListWebhooksResponse
- func (v NullableListWebhooksResponse) IsSet() bool
- func (v NullableListWebhooksResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListWebhooksResponse) Set(val *ListWebhooksResponse)
- func (v *NullableListWebhooksResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListWebhooksResponse) Unset()
- type NullableMoneyObject
- func (v NullableMoneyObject) Get() *MoneyObject
- func (v NullableMoneyObject) IsSet() bool
- func (v NullableMoneyObject) MarshalJSON() ([]byte, error)
- func (v *NullableMoneyObject) Set(val *MoneyObject)
- func (v *NullableMoneyObject) UnmarshalJSON(src []byte) error
- func (v *NullableMoneyObject) Unset()
- type NullableNoteObject
- type NullableOwnershipTypeEnum
- func (v NullableOwnershipTypeEnum) Get() *OwnershipTypeEnum
- func (v NullableOwnershipTypeEnum) IsSet() bool
- func (v NullableOwnershipTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableOwnershipTypeEnum) Set(val *OwnershipTypeEnum)
- func (v *NullableOwnershipTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableOwnershipTypeEnum) Unset()
- type NullablePingResponse
- func (v NullablePingResponse) Get() *PingResponse
- func (v NullablePingResponse) IsSet() bool
- func (v NullablePingResponse) MarshalJSON() ([]byte, error)
- func (v *NullablePingResponse) Set(val *PingResponse)
- func (v *NullablePingResponse) UnmarshalJSON(src []byte) error
- func (v *NullablePingResponse) Unset()
- type NullablePingResponseMeta
- func (v NullablePingResponseMeta) Get() *PingResponseMeta
- func (v NullablePingResponseMeta) IsSet() bool
- func (v NullablePingResponseMeta) MarshalJSON() ([]byte, error)
- func (v *NullablePingResponseMeta) Set(val *PingResponseMeta)
- func (v *NullablePingResponseMeta) UnmarshalJSON(src []byte) error
- func (v *NullablePingResponseMeta) Unset()
- type NullableRoundUpObject
- func (v NullableRoundUpObject) Get() *RoundUpObject
- func (v NullableRoundUpObject) IsSet() bool
- func (v NullableRoundUpObject) MarshalJSON() ([]byte, error)
- func (v *NullableRoundUpObject) Set(val *RoundUpObject)
- func (v *NullableRoundUpObject) UnmarshalJSON(src []byte) error
- func (v *NullableRoundUpObject) Unset()
- type NullableString
- type NullableTagInputResourceIdentifier
- func (v NullableTagInputResourceIdentifier) Get() *TagInputResourceIdentifier
- func (v NullableTagInputResourceIdentifier) IsSet() bool
- func (v NullableTagInputResourceIdentifier) MarshalJSON() ([]byte, error)
- func (v *NullableTagInputResourceIdentifier) Set(val *TagInputResourceIdentifier)
- func (v *NullableTagInputResourceIdentifier) UnmarshalJSON(src []byte) error
- func (v *NullableTagInputResourceIdentifier) Unset()
- type NullableTagResource
- func (v NullableTagResource) Get() *TagResource
- func (v NullableTagResource) IsSet() bool
- func (v NullableTagResource) MarshalJSON() ([]byte, error)
- func (v *NullableTagResource) Set(val *TagResource)
- func (v *NullableTagResource) UnmarshalJSON(src []byte) error
- func (v *NullableTagResource) Unset()
- type NullableTime
- type NullableTransactionResource
- func (v NullableTransactionResource) Get() *TransactionResource
- func (v NullableTransactionResource) IsSet() bool
- func (v NullableTransactionResource) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResource) Set(val *TransactionResource)
- func (v *NullableTransactionResource) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResource) Unset()
- type NullableTransactionResourceAttributes
- func (v NullableTransactionResourceAttributes) Get() *TransactionResourceAttributes
- func (v NullableTransactionResourceAttributes) IsSet() bool
- func (v NullableTransactionResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceAttributes) Set(val *TransactionResourceAttributes)
- func (v *NullableTransactionResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceAttributes) Unset()
- type NullableTransactionResourceRelationships
- func (v NullableTransactionResourceRelationships) Get() *TransactionResourceRelationships
- func (v NullableTransactionResourceRelationships) IsSet() bool
- func (v NullableTransactionResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationships) Set(val *TransactionResourceRelationships)
- func (v *NullableTransactionResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationships) Unset()
- type NullableTransactionResourceRelationshipsAccount
- func (v NullableTransactionResourceRelationshipsAccount) Get() *TransactionResourceRelationshipsAccount
- func (v NullableTransactionResourceRelationshipsAccount) IsSet() bool
- func (v NullableTransactionResourceRelationshipsAccount) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsAccount) Set(val *TransactionResourceRelationshipsAccount)
- func (v *NullableTransactionResourceRelationshipsAccount) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsAccount) Unset()
- type NullableTransactionResourceRelationshipsAccountData
- func (v NullableTransactionResourceRelationshipsAccountData) Get() *TransactionResourceRelationshipsAccountData
- func (v NullableTransactionResourceRelationshipsAccountData) IsSet() bool
- func (v NullableTransactionResourceRelationshipsAccountData) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsAccountData) Set(val *TransactionResourceRelationshipsAccountData)
- func (v *NullableTransactionResourceRelationshipsAccountData) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsAccountData) Unset()
- type NullableTransactionResourceRelationshipsAttachment
- func (v NullableTransactionResourceRelationshipsAttachment) Get() *TransactionResourceRelationshipsAttachment
- func (v NullableTransactionResourceRelationshipsAttachment) IsSet() bool
- func (v NullableTransactionResourceRelationshipsAttachment) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsAttachment) Set(val *TransactionResourceRelationshipsAttachment)
- func (v *NullableTransactionResourceRelationshipsAttachment) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsAttachment) Unset()
- type NullableTransactionResourceRelationshipsAttachmentData
- func (v NullableTransactionResourceRelationshipsAttachmentData) Get() *TransactionResourceRelationshipsAttachmentData
- func (v NullableTransactionResourceRelationshipsAttachmentData) IsSet() bool
- func (v NullableTransactionResourceRelationshipsAttachmentData) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsAttachmentData) Set(val *TransactionResourceRelationshipsAttachmentData)
- func (v *NullableTransactionResourceRelationshipsAttachmentData) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsAttachmentData) Unset()
- type NullableTransactionResourceRelationshipsCategory
- func (v NullableTransactionResourceRelationshipsCategory) Get() *TransactionResourceRelationshipsCategory
- func (v NullableTransactionResourceRelationshipsCategory) IsSet() bool
- func (v NullableTransactionResourceRelationshipsCategory) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsCategory) Set(val *TransactionResourceRelationshipsCategory)
- func (v *NullableTransactionResourceRelationshipsCategory) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsCategory) Unset()
- type NullableTransactionResourceRelationshipsCategoryLinks
- func (v NullableTransactionResourceRelationshipsCategoryLinks) Get() *TransactionResourceRelationshipsCategoryLinks
- func (v NullableTransactionResourceRelationshipsCategoryLinks) IsSet() bool
- func (v NullableTransactionResourceRelationshipsCategoryLinks) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsCategoryLinks) Set(val *TransactionResourceRelationshipsCategoryLinks)
- func (v *NullableTransactionResourceRelationshipsCategoryLinks) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsCategoryLinks) Unset()
- type NullableTransactionResourceRelationshipsTags
- func (v NullableTransactionResourceRelationshipsTags) Get() *TransactionResourceRelationshipsTags
- func (v NullableTransactionResourceRelationshipsTags) IsSet() bool
- func (v NullableTransactionResourceRelationshipsTags) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsTags) Set(val *TransactionResourceRelationshipsTags)
- func (v *NullableTransactionResourceRelationshipsTags) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsTags) Unset()
- type NullableTransactionResourceRelationshipsTagsDataInner
- func (v NullableTransactionResourceRelationshipsTagsDataInner) Get() *TransactionResourceRelationshipsTagsDataInner
- func (v NullableTransactionResourceRelationshipsTagsDataInner) IsSet() bool
- func (v NullableTransactionResourceRelationshipsTagsDataInner) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsTagsDataInner) Set(val *TransactionResourceRelationshipsTagsDataInner)
- func (v *NullableTransactionResourceRelationshipsTagsDataInner) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsTagsDataInner) Unset()
- type NullableTransactionResourceRelationshipsTagsLinks
- func (v NullableTransactionResourceRelationshipsTagsLinks) Get() *TransactionResourceRelationshipsTagsLinks
- func (v NullableTransactionResourceRelationshipsTagsLinks) IsSet() bool
- func (v NullableTransactionResourceRelationshipsTagsLinks) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsTagsLinks) Set(val *TransactionResourceRelationshipsTagsLinks)
- func (v *NullableTransactionResourceRelationshipsTagsLinks) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsTagsLinks) Unset()
- type NullableTransactionResourceRelationshipsTransferAccount
- func (v NullableTransactionResourceRelationshipsTransferAccount) Get() *TransactionResourceRelationshipsTransferAccount
- func (v NullableTransactionResourceRelationshipsTransferAccount) IsSet() bool
- func (v NullableTransactionResourceRelationshipsTransferAccount) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsTransferAccount) Set(val *TransactionResourceRelationshipsTransferAccount)
- func (v *NullableTransactionResourceRelationshipsTransferAccount) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsTransferAccount) Unset()
- type NullableTransactionResourceRelationshipsTransferAccountData
- func (v NullableTransactionResourceRelationshipsTransferAccountData) Get() *TransactionResourceRelationshipsTransferAccountData
- func (v NullableTransactionResourceRelationshipsTransferAccountData) IsSet() bool
- func (v NullableTransactionResourceRelationshipsTransferAccountData) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsTransferAccountData) Set(val *TransactionResourceRelationshipsTransferAccountData)
- func (v *NullableTransactionResourceRelationshipsTransferAccountData) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsTransferAccountData) Unset()
- type NullableTransactionResourceRelationshipsTransferAccountLinks
- func (v NullableTransactionResourceRelationshipsTransferAccountLinks) Get() *TransactionResourceRelationshipsTransferAccountLinks
- func (v NullableTransactionResourceRelationshipsTransferAccountLinks) IsSet() bool
- func (v NullableTransactionResourceRelationshipsTransferAccountLinks) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionResourceRelationshipsTransferAccountLinks) Set(val *TransactionResourceRelationshipsTransferAccountLinks)
- func (v *NullableTransactionResourceRelationshipsTransferAccountLinks) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionResourceRelationshipsTransferAccountLinks) Unset()
- type NullableTransactionStatusEnum
- func (v NullableTransactionStatusEnum) Get() *TransactionStatusEnum
- func (v NullableTransactionStatusEnum) IsSet() bool
- func (v NullableTransactionStatusEnum) MarshalJSON() ([]byte, error)
- func (v *NullableTransactionStatusEnum) Set(val *TransactionStatusEnum)
- func (v *NullableTransactionStatusEnum) UnmarshalJSON(src []byte) error
- func (v *NullableTransactionStatusEnum) Unset()
- type NullableUpdateTransactionCategoryRequest
- func (v NullableUpdateTransactionCategoryRequest) Get() *UpdateTransactionCategoryRequest
- func (v NullableUpdateTransactionCategoryRequest) IsSet() bool
- func (v NullableUpdateTransactionCategoryRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTransactionCategoryRequest) Set(val *UpdateTransactionCategoryRequest)
- func (v *NullableUpdateTransactionCategoryRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTransactionCategoryRequest) Unset()
- type NullableUpdateTransactionTagsRequest
- func (v NullableUpdateTransactionTagsRequest) Get() *UpdateTransactionTagsRequest
- func (v NullableUpdateTransactionTagsRequest) IsSet() bool
- func (v NullableUpdateTransactionTagsRequest) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateTransactionTagsRequest) Set(val *UpdateTransactionTagsRequest)
- func (v *NullableUpdateTransactionTagsRequest) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateTransactionTagsRequest) Unset()
- type NullableWebhookDeliveryLogResource
- func (v NullableWebhookDeliveryLogResource) Get() *WebhookDeliveryLogResource
- func (v NullableWebhookDeliveryLogResource) IsSet() bool
- func (v NullableWebhookDeliveryLogResource) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResource) Set(val *WebhookDeliveryLogResource)
- func (v *NullableWebhookDeliveryLogResource) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResource) Unset()
- type NullableWebhookDeliveryLogResourceAttributes
- func (v NullableWebhookDeliveryLogResourceAttributes) Get() *WebhookDeliveryLogResourceAttributes
- func (v NullableWebhookDeliveryLogResourceAttributes) IsSet() bool
- func (v NullableWebhookDeliveryLogResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResourceAttributes) Set(val *WebhookDeliveryLogResourceAttributes)
- func (v *NullableWebhookDeliveryLogResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResourceAttributes) Unset()
- type NullableWebhookDeliveryLogResourceAttributesRequest
- func (v NullableWebhookDeliveryLogResourceAttributesRequest) Get() *WebhookDeliveryLogResourceAttributesRequest
- func (v NullableWebhookDeliveryLogResourceAttributesRequest) IsSet() bool
- func (v NullableWebhookDeliveryLogResourceAttributesRequest) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResourceAttributesRequest) Set(val *WebhookDeliveryLogResourceAttributesRequest)
- func (v *NullableWebhookDeliveryLogResourceAttributesRequest) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResourceAttributesRequest) Unset()
- type NullableWebhookDeliveryLogResourceAttributesResponse
- func (v NullableWebhookDeliveryLogResourceAttributesResponse) Get() *WebhookDeliveryLogResourceAttributesResponse
- func (v NullableWebhookDeliveryLogResourceAttributesResponse) IsSet() bool
- func (v NullableWebhookDeliveryLogResourceAttributesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResourceAttributesResponse) Set(val *WebhookDeliveryLogResourceAttributesResponse)
- func (v *NullableWebhookDeliveryLogResourceAttributesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResourceAttributesResponse) Unset()
- type NullableWebhookDeliveryLogResourceRelationships
- func (v NullableWebhookDeliveryLogResourceRelationships) Get() *WebhookDeliveryLogResourceRelationships
- func (v NullableWebhookDeliveryLogResourceRelationships) IsSet() bool
- func (v NullableWebhookDeliveryLogResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResourceRelationships) Set(val *WebhookDeliveryLogResourceRelationships)
- func (v *NullableWebhookDeliveryLogResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResourceRelationships) Unset()
- type NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent
- func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) Get() *WebhookDeliveryLogResourceRelationshipsWebhookEvent
- func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) IsSet() bool
- func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) Set(val *WebhookDeliveryLogResourceRelationshipsWebhookEvent)
- func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) Unset()
- type NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData
- func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) Get() *WebhookDeliveryLogResourceRelationshipsWebhookEventData
- func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) IsSet() bool
- func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) Set(val *WebhookDeliveryLogResourceRelationshipsWebhookEventData)
- func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) Unset()
- type NullableWebhookDeliveryStatusEnum
- func (v NullableWebhookDeliveryStatusEnum) Get() *WebhookDeliveryStatusEnum
- func (v NullableWebhookDeliveryStatusEnum) IsSet() bool
- func (v NullableWebhookDeliveryStatusEnum) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookDeliveryStatusEnum) Set(val *WebhookDeliveryStatusEnum)
- func (v *NullableWebhookDeliveryStatusEnum) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookDeliveryStatusEnum) Unset()
- type NullableWebhookEventCallback
- func (v NullableWebhookEventCallback) Get() *WebhookEventCallback
- func (v NullableWebhookEventCallback) IsSet() bool
- func (v NullableWebhookEventCallback) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventCallback) Set(val *WebhookEventCallback)
- func (v *NullableWebhookEventCallback) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventCallback) Unset()
- type NullableWebhookEventResource
- func (v NullableWebhookEventResource) Get() *WebhookEventResource
- func (v NullableWebhookEventResource) IsSet() bool
- func (v NullableWebhookEventResource) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResource) Set(val *WebhookEventResource)
- func (v *NullableWebhookEventResource) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResource) Unset()
- type NullableWebhookEventResourceAttributes
- func (v NullableWebhookEventResourceAttributes) Get() *WebhookEventResourceAttributes
- func (v NullableWebhookEventResourceAttributes) IsSet() bool
- func (v NullableWebhookEventResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResourceAttributes) Set(val *WebhookEventResourceAttributes)
- func (v *NullableWebhookEventResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResourceAttributes) Unset()
- type NullableWebhookEventResourceRelationships
- func (v NullableWebhookEventResourceRelationships) Get() *WebhookEventResourceRelationships
- func (v NullableWebhookEventResourceRelationships) IsSet() bool
- func (v NullableWebhookEventResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResourceRelationships) Set(val *WebhookEventResourceRelationships)
- func (v *NullableWebhookEventResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResourceRelationships) Unset()
- type NullableWebhookEventResourceRelationshipsTransaction
- func (v NullableWebhookEventResourceRelationshipsTransaction) Get() *WebhookEventResourceRelationshipsTransaction
- func (v NullableWebhookEventResourceRelationshipsTransaction) IsSet() bool
- func (v NullableWebhookEventResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResourceRelationshipsTransaction) Set(val *WebhookEventResourceRelationshipsTransaction)
- func (v *NullableWebhookEventResourceRelationshipsTransaction) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResourceRelationshipsTransaction) Unset()
- type NullableWebhookEventResourceRelationshipsTransactionData
- func (v NullableWebhookEventResourceRelationshipsTransactionData) Get() *WebhookEventResourceRelationshipsTransactionData
- func (v NullableWebhookEventResourceRelationshipsTransactionData) IsSet() bool
- func (v NullableWebhookEventResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResourceRelationshipsTransactionData) Set(val *WebhookEventResourceRelationshipsTransactionData)
- func (v *NullableWebhookEventResourceRelationshipsTransactionData) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResourceRelationshipsTransactionData) Unset()
- type NullableWebhookEventResourceRelationshipsWebhook
- func (v NullableWebhookEventResourceRelationshipsWebhook) Get() *WebhookEventResourceRelationshipsWebhook
- func (v NullableWebhookEventResourceRelationshipsWebhook) IsSet() bool
- func (v NullableWebhookEventResourceRelationshipsWebhook) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResourceRelationshipsWebhook) Set(val *WebhookEventResourceRelationshipsWebhook)
- func (v *NullableWebhookEventResourceRelationshipsWebhook) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResourceRelationshipsWebhook) Unset()
- type NullableWebhookEventResourceRelationshipsWebhookData
- func (v NullableWebhookEventResourceRelationshipsWebhookData) Get() *WebhookEventResourceRelationshipsWebhookData
- func (v NullableWebhookEventResourceRelationshipsWebhookData) IsSet() bool
- func (v NullableWebhookEventResourceRelationshipsWebhookData) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventResourceRelationshipsWebhookData) Set(val *WebhookEventResourceRelationshipsWebhookData)
- func (v *NullableWebhookEventResourceRelationshipsWebhookData) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventResourceRelationshipsWebhookData) Unset()
- type NullableWebhookEventTypeEnum
- func (v NullableWebhookEventTypeEnum) Get() *WebhookEventTypeEnum
- func (v NullableWebhookEventTypeEnum) IsSet() bool
- func (v NullableWebhookEventTypeEnum) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookEventTypeEnum) Set(val *WebhookEventTypeEnum)
- func (v *NullableWebhookEventTypeEnum) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookEventTypeEnum) Unset()
- type NullableWebhookInputResource
- func (v NullableWebhookInputResource) Get() *WebhookInputResource
- func (v NullableWebhookInputResource) IsSet() bool
- func (v NullableWebhookInputResource) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookInputResource) Set(val *WebhookInputResource)
- func (v *NullableWebhookInputResource) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookInputResource) Unset()
- type NullableWebhookInputResourceAttributes
- func (v NullableWebhookInputResourceAttributes) Get() *WebhookInputResourceAttributes
- func (v NullableWebhookInputResourceAttributes) IsSet() bool
- func (v NullableWebhookInputResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookInputResourceAttributes) Set(val *WebhookInputResourceAttributes)
- func (v *NullableWebhookInputResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookInputResourceAttributes) Unset()
- type NullableWebhookResource
- func (v NullableWebhookResource) Get() *WebhookResource
- func (v NullableWebhookResource) IsSet() bool
- func (v NullableWebhookResource) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookResource) Set(val *WebhookResource)
- func (v *NullableWebhookResource) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookResource) Unset()
- type NullableWebhookResourceAttributes
- func (v NullableWebhookResourceAttributes) Get() *WebhookResourceAttributes
- func (v NullableWebhookResourceAttributes) IsSet() bool
- func (v NullableWebhookResourceAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookResourceAttributes) Set(val *WebhookResourceAttributes)
- func (v *NullableWebhookResourceAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookResourceAttributes) Unset()
- type NullableWebhookResourceRelationships
- func (v NullableWebhookResourceRelationships) Get() *WebhookResourceRelationships
- func (v NullableWebhookResourceRelationships) IsSet() bool
- func (v NullableWebhookResourceRelationships) MarshalJSON() ([]byte, error)
- func (v *NullableWebhookResourceRelationships) Set(val *WebhookResourceRelationships)
- func (v *NullableWebhookResourceRelationships) UnmarshalJSON(src []byte) error
- func (v *NullableWebhookResourceRelationships) Unset()
- type OwnershipTypeEnum
- type PingResponse
- func (o *PingResponse) GetMeta() PingResponseMeta
- func (o *PingResponse) GetMetaOk() (*PingResponseMeta, bool)
- func (o PingResponse) MarshalJSON() ([]byte, error)
- func (o *PingResponse) SetMeta(v PingResponseMeta)
- func (o PingResponse) ToMap() (map[string]interface{}, error)
- func (o *PingResponse) UnmarshalJSON(data []byte) (err error)
- type PingResponseMeta
- func (o *PingResponseMeta) GetId() string
- func (o *PingResponseMeta) GetIdOk() (*string, bool)
- func (o *PingResponseMeta) GetStatusEmoji() string
- func (o *PingResponseMeta) GetStatusEmojiOk() (*string, bool)
- func (o PingResponseMeta) MarshalJSON() ([]byte, error)
- func (o *PingResponseMeta) SetId(v string)
- func (o *PingResponseMeta) SetStatusEmoji(v string)
- func (o PingResponseMeta) ToMap() (map[string]interface{}, error)
- func (o *PingResponseMeta) UnmarshalJSON(data []byte) (err error)
- type RoundUpObject
- func (o *RoundUpObject) GetAmount() MoneyObject
- func (o *RoundUpObject) GetAmountOk() (*MoneyObject, bool)
- func (o *RoundUpObject) GetBoostPortion() MoneyObject
- func (o *RoundUpObject) GetBoostPortionOk() (*MoneyObject, bool)
- func (o RoundUpObject) MarshalJSON() ([]byte, error)
- func (o *RoundUpObject) SetAmount(v MoneyObject)
- func (o *RoundUpObject) SetBoostPortion(v MoneyObject)
- func (o RoundUpObject) ToMap() (map[string]interface{}, error)
- func (o *RoundUpObject) UnmarshalJSON(data []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type TagInputResourceIdentifier
- func (o *TagInputResourceIdentifier) GetId() string
- func (o *TagInputResourceIdentifier) GetIdOk() (*string, bool)
- func (o *TagInputResourceIdentifier) GetType() string
- func (o *TagInputResourceIdentifier) GetTypeOk() (*string, bool)
- func (o TagInputResourceIdentifier) MarshalJSON() ([]byte, error)
- func (o *TagInputResourceIdentifier) SetId(v string)
- func (o *TagInputResourceIdentifier) SetType(v string)
- func (o TagInputResourceIdentifier) ToMap() (map[string]interface{}, error)
- func (o *TagInputResourceIdentifier) UnmarshalJSON(data []byte) (err error)
- type TagResource
- func (o *TagResource) GetId() string
- func (o *TagResource) GetIdOk() (*string, bool)
- func (o *TagResource) GetRelationships() AccountResourceRelationships
- func (o *TagResource) GetRelationshipsOk() (*AccountResourceRelationships, bool)
- func (o *TagResource) GetType() string
- func (o *TagResource) GetTypeOk() (*string, bool)
- func (o TagResource) MarshalJSON() ([]byte, error)
- func (o *TagResource) SetId(v string)
- func (o *TagResource) SetRelationships(v AccountResourceRelationships)
- func (o *TagResource) SetType(v string)
- func (o TagResource) ToMap() (map[string]interface{}, error)
- func (o *TagResource) UnmarshalJSON(data []byte) (err error)
- type TagsAPIService
- func (a *TagsAPIService) TagsGet(ctx context.Context) ApiTagsGetRequest
- func (a *TagsAPIService) TagsGetExecute(r ApiTagsGetRequest) (*ListTagsResponse, *http.Response, error)
- func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsDelete(ctx context.Context, transactionId string) ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest
- func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsDeleteExecute(r ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) (*http.Response, error)
- func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsPost(ctx context.Context, transactionId string) ApiTransactionsTransactionIdRelationshipsTagsPostRequest
- func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsPostExecute(r ApiTransactionsTransactionIdRelationshipsTagsPostRequest) (*http.Response, error)
- type TransactionResource
- func (o *TransactionResource) GetAttributes() TransactionResourceAttributes
- func (o *TransactionResource) GetAttributesOk() (*TransactionResourceAttributes, bool)
- func (o *TransactionResource) GetId() string
- func (o *TransactionResource) GetIdOk() (*string, bool)
- func (o *TransactionResource) GetLinks() AccountResourceLinks
- func (o *TransactionResource) GetLinksOk() (*AccountResourceLinks, bool)
- func (o *TransactionResource) GetRelationships() TransactionResourceRelationships
- func (o *TransactionResource) GetRelationshipsOk() (*TransactionResourceRelationships, bool)
- func (o *TransactionResource) GetType() string
- func (o *TransactionResource) GetTypeOk() (*string, bool)
- func (o *TransactionResource) HasLinks() bool
- func (o TransactionResource) MarshalJSON() ([]byte, error)
- func (o *TransactionResource) SetAttributes(v TransactionResourceAttributes)
- func (o *TransactionResource) SetId(v string)
- func (o *TransactionResource) SetLinks(v AccountResourceLinks)
- func (o *TransactionResource) SetRelationships(v TransactionResourceRelationships)
- func (o *TransactionResource) SetType(v string)
- func (o TransactionResource) ToMap() (map[string]interface{}, error)
- func (o *TransactionResource) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceAttributes
- func (o *TransactionResourceAttributes) GetAmount() MoneyObject
- func (o *TransactionResourceAttributes) GetAmountOk() (*MoneyObject, bool)
- func (o *TransactionResourceAttributes) GetCardPurchaseMethod() CardPurchaseMethodObject
- func (o *TransactionResourceAttributes) GetCardPurchaseMethodOk() (*CardPurchaseMethodObject, bool)
- func (o *TransactionResourceAttributes) GetCashback() CashbackObject
- func (o *TransactionResourceAttributes) GetCashbackOk() (*CashbackObject, bool)
- func (o *TransactionResourceAttributes) GetCreatedAt() time.Time
- func (o *TransactionResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
- func (o *TransactionResourceAttributes) GetDeepLinkURL() string
- func (o *TransactionResourceAttributes) GetDeepLinkURLOk() (*string, bool)
- func (o *TransactionResourceAttributes) GetDescription() string
- func (o *TransactionResourceAttributes) GetDescriptionOk() (*string, bool)
- func (o *TransactionResourceAttributes) GetForeignAmount() MoneyObject
- func (o *TransactionResourceAttributes) GetForeignAmountOk() (*MoneyObject, bool)
- func (o *TransactionResourceAttributes) GetHoldInfo() HoldInfoObject
- func (o *TransactionResourceAttributes) GetHoldInfoOk() (*HoldInfoObject, bool)
- func (o *TransactionResourceAttributes) GetIsCategorizable() bool
- func (o *TransactionResourceAttributes) GetIsCategorizableOk() (*bool, bool)
- func (o *TransactionResourceAttributes) GetMessage() string
- func (o *TransactionResourceAttributes) GetMessageOk() (*string, bool)
- func (o *TransactionResourceAttributes) GetNote() NoteObject
- func (o *TransactionResourceAttributes) GetNoteOk() (*NoteObject, bool)
- func (o *TransactionResourceAttributes) GetPerformingCustomer() CustomerObject
- func (o *TransactionResourceAttributes) GetPerformingCustomerOk() (*CustomerObject, bool)
- func (o *TransactionResourceAttributes) GetRawText() string
- func (o *TransactionResourceAttributes) GetRawTextOk() (*string, bool)
- func (o *TransactionResourceAttributes) GetRoundUp() RoundUpObject
- func (o *TransactionResourceAttributes) GetRoundUpOk() (*RoundUpObject, bool)
- func (o *TransactionResourceAttributes) GetSettledAt() time.Time
- func (o *TransactionResourceAttributes) GetSettledAtOk() (*time.Time, bool)
- func (o *TransactionResourceAttributes) GetStatus() TransactionStatusEnum
- func (o *TransactionResourceAttributes) GetStatusOk() (*TransactionStatusEnum, bool)
- func (o *TransactionResourceAttributes) GetTransactionType() string
- func (o *TransactionResourceAttributes) GetTransactionTypeOk() (*string, bool)
- func (o TransactionResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceAttributes) SetAmount(v MoneyObject)
- func (o *TransactionResourceAttributes) SetCardPurchaseMethod(v CardPurchaseMethodObject)
- func (o *TransactionResourceAttributes) SetCashback(v CashbackObject)
- func (o *TransactionResourceAttributes) SetCreatedAt(v time.Time)
- func (o *TransactionResourceAttributes) SetDeepLinkURL(v string)
- func (o *TransactionResourceAttributes) SetDescription(v string)
- func (o *TransactionResourceAttributes) SetForeignAmount(v MoneyObject)
- func (o *TransactionResourceAttributes) SetHoldInfo(v HoldInfoObject)
- func (o *TransactionResourceAttributes) SetIsCategorizable(v bool)
- func (o *TransactionResourceAttributes) SetMessage(v string)
- func (o *TransactionResourceAttributes) SetNote(v NoteObject)
- func (o *TransactionResourceAttributes) SetPerformingCustomer(v CustomerObject)
- func (o *TransactionResourceAttributes) SetRawText(v string)
- func (o *TransactionResourceAttributes) SetRoundUp(v RoundUpObject)
- func (o *TransactionResourceAttributes) SetSettledAt(v time.Time)
- func (o *TransactionResourceAttributes) SetStatus(v TransactionStatusEnum)
- func (o *TransactionResourceAttributes) SetTransactionType(v string)
- func (o TransactionResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationships
- func (o *TransactionResourceRelationships) GetAccount() TransactionResourceRelationshipsAccount
- func (o *TransactionResourceRelationships) GetAccountOk() (*TransactionResourceRelationshipsAccount, bool)
- func (o *TransactionResourceRelationships) GetAttachment() TransactionResourceRelationshipsAttachment
- func (o *TransactionResourceRelationships) GetAttachmentOk() (*TransactionResourceRelationshipsAttachment, bool)
- func (o *TransactionResourceRelationships) GetCategory() TransactionResourceRelationshipsCategory
- func (o *TransactionResourceRelationships) GetCategoryOk() (*TransactionResourceRelationshipsCategory, bool)
- func (o *TransactionResourceRelationships) GetParentCategory() CategoryResourceRelationshipsParent
- func (o *TransactionResourceRelationships) GetParentCategoryOk() (*CategoryResourceRelationshipsParent, bool)
- func (o *TransactionResourceRelationships) GetTags() TransactionResourceRelationshipsTags
- func (o *TransactionResourceRelationships) GetTagsOk() (*TransactionResourceRelationshipsTags, bool)
- func (o *TransactionResourceRelationships) GetTransferAccount() TransactionResourceRelationshipsTransferAccount
- func (o *TransactionResourceRelationships) GetTransferAccountOk() (*TransactionResourceRelationshipsTransferAccount, bool)
- func (o TransactionResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationships) SetAccount(v TransactionResourceRelationshipsAccount)
- func (o *TransactionResourceRelationships) SetAttachment(v TransactionResourceRelationshipsAttachment)
- func (o *TransactionResourceRelationships) SetCategory(v TransactionResourceRelationshipsCategory)
- func (o *TransactionResourceRelationships) SetParentCategory(v CategoryResourceRelationshipsParent)
- func (o *TransactionResourceRelationships) SetTags(v TransactionResourceRelationshipsTags)
- func (o *TransactionResourceRelationships) SetTransferAccount(v TransactionResourceRelationshipsTransferAccount)
- func (o TransactionResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsAccount
- func (o *TransactionResourceRelationshipsAccount) GetData() TransactionResourceRelationshipsAccountData
- func (o *TransactionResourceRelationshipsAccount) GetDataOk() (*TransactionResourceRelationshipsAccountData, bool)
- func (o *TransactionResourceRelationshipsAccount) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *TransactionResourceRelationshipsAccount) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *TransactionResourceRelationshipsAccount) HasLinks() bool
- func (o TransactionResourceRelationshipsAccount) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsAccount) SetData(v TransactionResourceRelationshipsAccountData)
- func (o *TransactionResourceRelationshipsAccount) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o TransactionResourceRelationshipsAccount) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsAccount) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsAccountData
- func (o *TransactionResourceRelationshipsAccountData) GetId() string
- func (o *TransactionResourceRelationshipsAccountData) GetIdOk() (*string, bool)
- func (o *TransactionResourceRelationshipsAccountData) GetType() string
- func (o *TransactionResourceRelationshipsAccountData) GetTypeOk() (*string, bool)
- func (o TransactionResourceRelationshipsAccountData) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsAccountData) SetId(v string)
- func (o *TransactionResourceRelationshipsAccountData) SetType(v string)
- func (o TransactionResourceRelationshipsAccountData) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsAccountData) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsAttachment
- func (o *TransactionResourceRelationshipsAttachment) GetData() TransactionResourceRelationshipsAttachmentData
- func (o *TransactionResourceRelationshipsAttachment) GetDataOk() (*TransactionResourceRelationshipsAttachmentData, bool)
- func (o *TransactionResourceRelationshipsAttachment) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *TransactionResourceRelationshipsAttachment) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *TransactionResourceRelationshipsAttachment) HasLinks() bool
- func (o TransactionResourceRelationshipsAttachment) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsAttachment) SetData(v TransactionResourceRelationshipsAttachmentData)
- func (o *TransactionResourceRelationshipsAttachment) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o TransactionResourceRelationshipsAttachment) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsAttachment) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsAttachmentData
- func (o *TransactionResourceRelationshipsAttachmentData) GetId() string
- func (o *TransactionResourceRelationshipsAttachmentData) GetIdOk() (*string, bool)
- func (o *TransactionResourceRelationshipsAttachmentData) GetType() string
- func (o *TransactionResourceRelationshipsAttachmentData) GetTypeOk() (*string, bool)
- func (o TransactionResourceRelationshipsAttachmentData) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsAttachmentData) SetId(v string)
- func (o *TransactionResourceRelationshipsAttachmentData) SetType(v string)
- func (o TransactionResourceRelationshipsAttachmentData) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsAttachmentData) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsCategory
- func (o *TransactionResourceRelationshipsCategory) GetData() CategoryResourceRelationshipsParentData
- func (o *TransactionResourceRelationshipsCategory) GetDataOk() (*CategoryResourceRelationshipsParentData, bool)
- func (o *TransactionResourceRelationshipsCategory) GetLinks() TransactionResourceRelationshipsCategoryLinks
- func (o *TransactionResourceRelationshipsCategory) GetLinksOk() (*TransactionResourceRelationshipsCategoryLinks, bool)
- func (o *TransactionResourceRelationshipsCategory) HasLinks() bool
- func (o TransactionResourceRelationshipsCategory) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsCategory) SetData(v CategoryResourceRelationshipsParentData)
- func (o *TransactionResourceRelationshipsCategory) SetLinks(v TransactionResourceRelationshipsCategoryLinks)
- func (o TransactionResourceRelationshipsCategory) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsCategory) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsCategoryLinks
- func (o *TransactionResourceRelationshipsCategoryLinks) GetRelated() string
- func (o *TransactionResourceRelationshipsCategoryLinks) GetRelatedOk() (*string, bool)
- func (o *TransactionResourceRelationshipsCategoryLinks) GetSelf() string
- func (o *TransactionResourceRelationshipsCategoryLinks) GetSelfOk() (*string, bool)
- func (o *TransactionResourceRelationshipsCategoryLinks) HasRelated() bool
- func (o TransactionResourceRelationshipsCategoryLinks) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsCategoryLinks) SetRelated(v string)
- func (o *TransactionResourceRelationshipsCategoryLinks) SetSelf(v string)
- func (o TransactionResourceRelationshipsCategoryLinks) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsCategoryLinks) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsTags
- func (o *TransactionResourceRelationshipsTags) GetData() []TransactionResourceRelationshipsTagsDataInner
- func (o *TransactionResourceRelationshipsTags) GetDataOk() ([]TransactionResourceRelationshipsTagsDataInner, bool)
- func (o *TransactionResourceRelationshipsTags) GetLinks() TransactionResourceRelationshipsTagsLinks
- func (o *TransactionResourceRelationshipsTags) GetLinksOk() (*TransactionResourceRelationshipsTagsLinks, bool)
- func (o *TransactionResourceRelationshipsTags) HasLinks() bool
- func (o TransactionResourceRelationshipsTags) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsTags) SetData(v []TransactionResourceRelationshipsTagsDataInner)
- func (o *TransactionResourceRelationshipsTags) SetLinks(v TransactionResourceRelationshipsTagsLinks)
- func (o TransactionResourceRelationshipsTags) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsTags) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsTagsDataInner
- func (o *TransactionResourceRelationshipsTagsDataInner) GetId() string
- func (o *TransactionResourceRelationshipsTagsDataInner) GetIdOk() (*string, bool)
- func (o *TransactionResourceRelationshipsTagsDataInner) GetType() string
- func (o *TransactionResourceRelationshipsTagsDataInner) GetTypeOk() (*string, bool)
- func (o TransactionResourceRelationshipsTagsDataInner) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsTagsDataInner) SetId(v string)
- func (o *TransactionResourceRelationshipsTagsDataInner) SetType(v string)
- func (o TransactionResourceRelationshipsTagsDataInner) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsTagsDataInner) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsTagsLinks
- func (o *TransactionResourceRelationshipsTagsLinks) GetSelf() string
- func (o *TransactionResourceRelationshipsTagsLinks) GetSelfOk() (*string, bool)
- func (o TransactionResourceRelationshipsTagsLinks) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsTagsLinks) SetSelf(v string)
- func (o TransactionResourceRelationshipsTagsLinks) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsTagsLinks) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsTransferAccount
- func (o *TransactionResourceRelationshipsTransferAccount) GetData() TransactionResourceRelationshipsTransferAccountData
- func (o *TransactionResourceRelationshipsTransferAccount) GetDataOk() (*TransactionResourceRelationshipsTransferAccountData, bool)
- func (o *TransactionResourceRelationshipsTransferAccount) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *TransactionResourceRelationshipsTransferAccount) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *TransactionResourceRelationshipsTransferAccount) HasLinks() bool
- func (o TransactionResourceRelationshipsTransferAccount) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsTransferAccount) SetData(v TransactionResourceRelationshipsTransferAccountData)
- func (o *TransactionResourceRelationshipsTransferAccount) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o TransactionResourceRelationshipsTransferAccount) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsTransferAccount) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsTransferAccountData
- func (o *TransactionResourceRelationshipsTransferAccountData) GetId() string
- func (o *TransactionResourceRelationshipsTransferAccountData) GetIdOk() (*string, bool)
- func (o *TransactionResourceRelationshipsTransferAccountData) GetType() string
- func (o *TransactionResourceRelationshipsTransferAccountData) GetTypeOk() (*string, bool)
- func (o TransactionResourceRelationshipsTransferAccountData) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsTransferAccountData) SetId(v string)
- func (o *TransactionResourceRelationshipsTransferAccountData) SetType(v string)
- func (o TransactionResourceRelationshipsTransferAccountData) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsTransferAccountData) UnmarshalJSON(data []byte) (err error)
- type TransactionResourceRelationshipsTransferAccountLinks
- func (o *TransactionResourceRelationshipsTransferAccountLinks) GetRelated() string
- func (o *TransactionResourceRelationshipsTransferAccountLinks) GetRelatedOk() (*string, bool)
- func (o TransactionResourceRelationshipsTransferAccountLinks) MarshalJSON() ([]byte, error)
- func (o *TransactionResourceRelationshipsTransferAccountLinks) SetRelated(v string)
- func (o TransactionResourceRelationshipsTransferAccountLinks) ToMap() (map[string]interface{}, error)
- func (o *TransactionResourceRelationshipsTransferAccountLinks) UnmarshalJSON(data []byte) (err error)
- type TransactionStatusEnum
- type TransactionsAPIService
- func (a *TransactionsAPIService) AccountsAccountIdTransactionsGet(ctx context.Context, accountId string) ApiAccountsAccountIdTransactionsGetRequest
- func (a *TransactionsAPIService) AccountsAccountIdTransactionsGetExecute(r ApiAccountsAccountIdTransactionsGetRequest) (*ListTransactionsResponse, *http.Response, error)
- func (a *TransactionsAPIService) TransactionsGet(ctx context.Context) ApiTransactionsGetRequest
- func (a *TransactionsAPIService) TransactionsGetExecute(r ApiTransactionsGetRequest) (*ListTransactionsResponse, *http.Response, error)
- func (a *TransactionsAPIService) TransactionsIdGet(ctx context.Context, id string) ApiTransactionsIdGetRequest
- func (a *TransactionsAPIService) TransactionsIdGetExecute(r ApiTransactionsIdGetRequest) (*GetTransactionResponse, *http.Response, error)
- type UpdateTransactionCategoryRequest
- func (o *UpdateTransactionCategoryRequest) GetData() CategoryInputResourceIdentifier
- func (o *UpdateTransactionCategoryRequest) GetDataOk() (*CategoryInputResourceIdentifier, bool)
- func (o UpdateTransactionCategoryRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateTransactionCategoryRequest) SetData(v CategoryInputResourceIdentifier)
- func (o UpdateTransactionCategoryRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateTransactionCategoryRequest) UnmarshalJSON(data []byte) (err error)
- type UpdateTransactionTagsRequest
- func (o *UpdateTransactionTagsRequest) GetData() []TagInputResourceIdentifier
- func (o *UpdateTransactionTagsRequest) GetDataOk() ([]TagInputResourceIdentifier, bool)
- func (o UpdateTransactionTagsRequest) MarshalJSON() ([]byte, error)
- func (o *UpdateTransactionTagsRequest) SetData(v []TagInputResourceIdentifier)
- func (o UpdateTransactionTagsRequest) ToMap() (map[string]interface{}, error)
- func (o *UpdateTransactionTagsRequest) UnmarshalJSON(data []byte) (err error)
- type UtilityEndpointsAPIService
- type WebhookDeliveryLogResource
- func (o *WebhookDeliveryLogResource) GetAttributes() WebhookDeliveryLogResourceAttributes
- func (o *WebhookDeliveryLogResource) GetAttributesOk() (*WebhookDeliveryLogResourceAttributes, bool)
- func (o *WebhookDeliveryLogResource) GetId() string
- func (o *WebhookDeliveryLogResource) GetIdOk() (*string, bool)
- func (o *WebhookDeliveryLogResource) GetRelationships() WebhookDeliveryLogResourceRelationships
- func (o *WebhookDeliveryLogResource) GetRelationshipsOk() (*WebhookDeliveryLogResourceRelationships, bool)
- func (o *WebhookDeliveryLogResource) GetType() string
- func (o *WebhookDeliveryLogResource) GetTypeOk() (*string, bool)
- func (o WebhookDeliveryLogResource) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResource) SetAttributes(v WebhookDeliveryLogResourceAttributes)
- func (o *WebhookDeliveryLogResource) SetId(v string)
- func (o *WebhookDeliveryLogResource) SetRelationships(v WebhookDeliveryLogResourceRelationships)
- func (o *WebhookDeliveryLogResource) SetType(v string)
- func (o WebhookDeliveryLogResource) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResource) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryLogResourceAttributes
- func (o *WebhookDeliveryLogResourceAttributes) GetCreatedAt() time.Time
- func (o *WebhookDeliveryLogResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
- func (o *WebhookDeliveryLogResourceAttributes) GetDeliveryStatus() WebhookDeliveryStatusEnum
- func (o *WebhookDeliveryLogResourceAttributes) GetDeliveryStatusOk() (*WebhookDeliveryStatusEnum, bool)
- func (o *WebhookDeliveryLogResourceAttributes) GetRequest() WebhookDeliveryLogResourceAttributesRequest
- func (o *WebhookDeliveryLogResourceAttributes) GetRequestOk() (*WebhookDeliveryLogResourceAttributesRequest, bool)
- func (o *WebhookDeliveryLogResourceAttributes) GetResponse() WebhookDeliveryLogResourceAttributesResponse
- func (o *WebhookDeliveryLogResourceAttributes) GetResponseOk() (*WebhookDeliveryLogResourceAttributesResponse, bool)
- func (o WebhookDeliveryLogResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResourceAttributes) SetCreatedAt(v time.Time)
- func (o *WebhookDeliveryLogResourceAttributes) SetDeliveryStatus(v WebhookDeliveryStatusEnum)
- func (o *WebhookDeliveryLogResourceAttributes) SetRequest(v WebhookDeliveryLogResourceAttributesRequest)
- func (o *WebhookDeliveryLogResourceAttributes) SetResponse(v WebhookDeliveryLogResourceAttributesResponse)
- func (o WebhookDeliveryLogResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryLogResourceAttributesRequest
- func (o *WebhookDeliveryLogResourceAttributesRequest) GetBody() string
- func (o *WebhookDeliveryLogResourceAttributesRequest) GetBodyOk() (*string, bool)
- func (o WebhookDeliveryLogResourceAttributesRequest) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResourceAttributesRequest) SetBody(v string)
- func (o WebhookDeliveryLogResourceAttributesRequest) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResourceAttributesRequest) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryLogResourceAttributesResponse
- func (o *WebhookDeliveryLogResourceAttributesResponse) GetBody() string
- func (o *WebhookDeliveryLogResourceAttributesResponse) GetBodyOk() (*string, bool)
- func (o *WebhookDeliveryLogResourceAttributesResponse) GetStatusCode() int32
- func (o *WebhookDeliveryLogResourceAttributesResponse) GetStatusCodeOk() (*int32, bool)
- func (o WebhookDeliveryLogResourceAttributesResponse) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResourceAttributesResponse) SetBody(v string)
- func (o *WebhookDeliveryLogResourceAttributesResponse) SetStatusCode(v int32)
- func (o WebhookDeliveryLogResourceAttributesResponse) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResourceAttributesResponse) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryLogResourceRelationships
- func (o *WebhookDeliveryLogResourceRelationships) GetWebhookEvent() WebhookDeliveryLogResourceRelationshipsWebhookEvent
- func (o *WebhookDeliveryLogResourceRelationships) GetWebhookEventOk() (*WebhookDeliveryLogResourceRelationshipsWebhookEvent, bool)
- func (o WebhookDeliveryLogResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResourceRelationships) SetWebhookEvent(v WebhookDeliveryLogResourceRelationshipsWebhookEvent)
- func (o WebhookDeliveryLogResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryLogResourceRelationshipsWebhookEvent
- func NewWebhookDeliveryLogResourceRelationshipsWebhookEvent(data WebhookDeliveryLogResourceRelationshipsWebhookEventData) *WebhookDeliveryLogResourceRelationshipsWebhookEvent
- func NewWebhookDeliveryLogResourceRelationshipsWebhookEventWithDefaults() *WebhookDeliveryLogResourceRelationshipsWebhookEvent
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) GetData() WebhookDeliveryLogResourceRelationshipsWebhookEventData
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) GetDataOk() (*WebhookDeliveryLogResourceRelationshipsWebhookEventData, bool)
- func (o WebhookDeliveryLogResourceRelationshipsWebhookEvent) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) SetData(v WebhookDeliveryLogResourceRelationshipsWebhookEventData)
- func (o WebhookDeliveryLogResourceRelationshipsWebhookEvent) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryLogResourceRelationshipsWebhookEventData
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetId() string
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetIdOk() (*string, bool)
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetType() string
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetTypeOk() (*string, bool)
- func (o WebhookDeliveryLogResourceRelationshipsWebhookEventData) MarshalJSON() ([]byte, error)
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) SetId(v string)
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) SetType(v string)
- func (o WebhookDeliveryLogResourceRelationshipsWebhookEventData) ToMap() (map[string]interface{}, error)
- func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) UnmarshalJSON(data []byte) (err error)
- type WebhookDeliveryStatusEnum
- type WebhookEventCallback
- func (o *WebhookEventCallback) GetData() WebhookEventResource
- func (o *WebhookEventCallback) GetDataOk() (*WebhookEventResource, bool)
- func (o WebhookEventCallback) MarshalJSON() ([]byte, error)
- func (o *WebhookEventCallback) SetData(v WebhookEventResource)
- func (o WebhookEventCallback) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventCallback) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResource
- func (o *WebhookEventResource) GetAttributes() WebhookEventResourceAttributes
- func (o *WebhookEventResource) GetAttributesOk() (*WebhookEventResourceAttributes, bool)
- func (o *WebhookEventResource) GetId() string
- func (o *WebhookEventResource) GetIdOk() (*string, bool)
- func (o *WebhookEventResource) GetRelationships() WebhookEventResourceRelationships
- func (o *WebhookEventResource) GetRelationshipsOk() (*WebhookEventResourceRelationships, bool)
- func (o *WebhookEventResource) GetType() string
- func (o *WebhookEventResource) GetTypeOk() (*string, bool)
- func (o WebhookEventResource) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResource) SetAttributes(v WebhookEventResourceAttributes)
- func (o *WebhookEventResource) SetId(v string)
- func (o *WebhookEventResource) SetRelationships(v WebhookEventResourceRelationships)
- func (o *WebhookEventResource) SetType(v string)
- func (o WebhookEventResource) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResource) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResourceAttributes
- func (o *WebhookEventResourceAttributes) GetCreatedAt() time.Time
- func (o *WebhookEventResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
- func (o *WebhookEventResourceAttributes) GetEventType() WebhookEventTypeEnum
- func (o *WebhookEventResourceAttributes) GetEventTypeOk() (*WebhookEventTypeEnum, bool)
- func (o WebhookEventResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResourceAttributes) SetCreatedAt(v time.Time)
- func (o *WebhookEventResourceAttributes) SetEventType(v WebhookEventTypeEnum)
- func (o WebhookEventResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResourceRelationships
- func (o *WebhookEventResourceRelationships) GetTransaction() AttachmentResourceRelationshipsTransaction
- func (o *WebhookEventResourceRelationships) GetTransactionOk() (*AttachmentResourceRelationshipsTransaction, bool)
- func (o *WebhookEventResourceRelationships) GetWebhook() WebhookEventResourceRelationshipsWebhook
- func (o *WebhookEventResourceRelationships) GetWebhookOk() (*WebhookEventResourceRelationshipsWebhook, bool)
- func (o *WebhookEventResourceRelationships) HasTransaction() bool
- func (o WebhookEventResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResourceRelationships) SetTransaction(v AttachmentResourceRelationshipsTransaction)
- func (o *WebhookEventResourceRelationships) SetWebhook(v WebhookEventResourceRelationshipsWebhook)
- func (o WebhookEventResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResourceRelationshipsTransaction
- func (o *WebhookEventResourceRelationshipsTransaction) GetData() WebhookEventResourceRelationshipsTransactionData
- func (o *WebhookEventResourceRelationshipsTransaction) GetDataOk() (*WebhookEventResourceRelationshipsTransactionData, bool)
- func (o *WebhookEventResourceRelationshipsTransaction) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *WebhookEventResourceRelationshipsTransaction) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *WebhookEventResourceRelationshipsTransaction) HasLinks() bool
- func (o WebhookEventResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResourceRelationshipsTransaction) SetData(v WebhookEventResourceRelationshipsTransactionData)
- func (o *WebhookEventResourceRelationshipsTransaction) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o WebhookEventResourceRelationshipsTransaction) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResourceRelationshipsTransaction) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResourceRelationshipsTransactionData
- func (o *WebhookEventResourceRelationshipsTransactionData) GetId() string
- func (o *WebhookEventResourceRelationshipsTransactionData) GetIdOk() (*string, bool)
- func (o *WebhookEventResourceRelationshipsTransactionData) GetType() string
- func (o *WebhookEventResourceRelationshipsTransactionData) GetTypeOk() (*string, bool)
- func (o WebhookEventResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResourceRelationshipsTransactionData) SetId(v string)
- func (o *WebhookEventResourceRelationshipsTransactionData) SetType(v string)
- func (o WebhookEventResourceRelationshipsTransactionData) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResourceRelationshipsTransactionData) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResourceRelationshipsWebhook
- func (o *WebhookEventResourceRelationshipsWebhook) GetData() WebhookEventResourceRelationshipsWebhookData
- func (o *WebhookEventResourceRelationshipsWebhook) GetDataOk() (*WebhookEventResourceRelationshipsWebhookData, bool)
- func (o *WebhookEventResourceRelationshipsWebhook) GetLinks() AccountResourceRelationshipsTransactionsLinks
- func (o *WebhookEventResourceRelationshipsWebhook) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
- func (o *WebhookEventResourceRelationshipsWebhook) HasLinks() bool
- func (o WebhookEventResourceRelationshipsWebhook) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResourceRelationshipsWebhook) SetData(v WebhookEventResourceRelationshipsWebhookData)
- func (o *WebhookEventResourceRelationshipsWebhook) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
- func (o WebhookEventResourceRelationshipsWebhook) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResourceRelationshipsWebhook) UnmarshalJSON(data []byte) (err error)
- type WebhookEventResourceRelationshipsWebhookData
- func (o *WebhookEventResourceRelationshipsWebhookData) GetId() string
- func (o *WebhookEventResourceRelationshipsWebhookData) GetIdOk() (*string, bool)
- func (o *WebhookEventResourceRelationshipsWebhookData) GetType() string
- func (o *WebhookEventResourceRelationshipsWebhookData) GetTypeOk() (*string, bool)
- func (o WebhookEventResourceRelationshipsWebhookData) MarshalJSON() ([]byte, error)
- func (o *WebhookEventResourceRelationshipsWebhookData) SetId(v string)
- func (o *WebhookEventResourceRelationshipsWebhookData) SetType(v string)
- func (o WebhookEventResourceRelationshipsWebhookData) ToMap() (map[string]interface{}, error)
- func (o *WebhookEventResourceRelationshipsWebhookData) UnmarshalJSON(data []byte) (err error)
- type WebhookEventTypeEnum
- type WebhookInputResource
- func (o *WebhookInputResource) GetAttributes() WebhookInputResourceAttributes
- func (o *WebhookInputResource) GetAttributesOk() (*WebhookInputResourceAttributes, bool)
- func (o WebhookInputResource) MarshalJSON() ([]byte, error)
- func (o *WebhookInputResource) SetAttributes(v WebhookInputResourceAttributes)
- func (o WebhookInputResource) ToMap() (map[string]interface{}, error)
- func (o *WebhookInputResource) UnmarshalJSON(data []byte) (err error)
- type WebhookInputResourceAttributes
- func (o *WebhookInputResourceAttributes) GetDescription() string
- func (o *WebhookInputResourceAttributes) GetDescriptionOk() (*string, bool)
- func (o *WebhookInputResourceAttributes) GetUrl() string
- func (o *WebhookInputResourceAttributes) GetUrlOk() (*string, bool)
- func (o *WebhookInputResourceAttributes) HasDescription() bool
- func (o WebhookInputResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *WebhookInputResourceAttributes) SetDescription(v string)
- func (o *WebhookInputResourceAttributes) SetDescriptionNil()
- func (o *WebhookInputResourceAttributes) SetUrl(v string)
- func (o WebhookInputResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *WebhookInputResourceAttributes) UnmarshalJSON(data []byte) (err error)
- func (o *WebhookInputResourceAttributes) UnsetDescription()
- type WebhookResource
- func (o *WebhookResource) GetAttributes() WebhookResourceAttributes
- func (o *WebhookResource) GetAttributesOk() (*WebhookResourceAttributes, bool)
- func (o *WebhookResource) GetId() string
- func (o *WebhookResource) GetIdOk() (*string, bool)
- func (o *WebhookResource) GetLinks() AccountResourceLinks
- func (o *WebhookResource) GetLinksOk() (*AccountResourceLinks, bool)
- func (o *WebhookResource) GetRelationships() WebhookResourceRelationships
- func (o *WebhookResource) GetRelationshipsOk() (*WebhookResourceRelationships, bool)
- func (o *WebhookResource) GetType() string
- func (o *WebhookResource) GetTypeOk() (*string, bool)
- func (o *WebhookResource) HasLinks() bool
- func (o WebhookResource) MarshalJSON() ([]byte, error)
- func (o *WebhookResource) SetAttributes(v WebhookResourceAttributes)
- func (o *WebhookResource) SetId(v string)
- func (o *WebhookResource) SetLinks(v AccountResourceLinks)
- func (o *WebhookResource) SetRelationships(v WebhookResourceRelationships)
- func (o *WebhookResource) SetType(v string)
- func (o WebhookResource) ToMap() (map[string]interface{}, error)
- func (o *WebhookResource) UnmarshalJSON(data []byte) (err error)
- type WebhookResourceAttributes
- func (o *WebhookResourceAttributes) GetCreatedAt() time.Time
- func (o *WebhookResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
- func (o *WebhookResourceAttributes) GetDescription() string
- func (o *WebhookResourceAttributes) GetDescriptionOk() (*string, bool)
- func (o *WebhookResourceAttributes) GetSecretKey() string
- func (o *WebhookResourceAttributes) GetSecretKeyOk() (*string, bool)
- func (o *WebhookResourceAttributes) GetUrl() string
- func (o *WebhookResourceAttributes) GetUrlOk() (*string, bool)
- func (o *WebhookResourceAttributes) HasSecretKey() bool
- func (o WebhookResourceAttributes) MarshalJSON() ([]byte, error)
- func (o *WebhookResourceAttributes) SetCreatedAt(v time.Time)
- func (o *WebhookResourceAttributes) SetDescription(v string)
- func (o *WebhookResourceAttributes) SetSecretKey(v string)
- func (o *WebhookResourceAttributes) SetUrl(v string)
- func (o WebhookResourceAttributes) ToMap() (map[string]interface{}, error)
- func (o *WebhookResourceAttributes) UnmarshalJSON(data []byte) (err error)
- type WebhookResourceRelationships
- func (o *WebhookResourceRelationships) GetLogs() AccountResourceRelationshipsTransactions
- func (o *WebhookResourceRelationships) GetLogsOk() (*AccountResourceRelationshipsTransactions, bool)
- func (o WebhookResourceRelationships) MarshalJSON() ([]byte, error)
- func (o *WebhookResourceRelationships) SetLogs(v AccountResourceRelationshipsTransactions)
- func (o WebhookResourceRelationships) ToMap() (map[string]interface{}, error)
- func (o *WebhookResourceRelationships) UnmarshalJSON(data []byte) (err error)
- type WebhooksAPIService
- func (a *WebhooksAPIService) WebhooksGet(ctx context.Context) ApiWebhooksGetRequest
- func (a *WebhooksAPIService) WebhooksGetExecute(r ApiWebhooksGetRequest) (*ListWebhooksResponse, *http.Response, error)
- func (a *WebhooksAPIService) WebhooksIdDelete(ctx context.Context, id string) ApiWebhooksIdDeleteRequest
- func (a *WebhooksAPIService) WebhooksIdDeleteExecute(r ApiWebhooksIdDeleteRequest) (*http.Response, error)
- func (a *WebhooksAPIService) WebhooksIdGet(ctx context.Context, id string) ApiWebhooksIdGetRequest
- func (a *WebhooksAPIService) WebhooksIdGetExecute(r ApiWebhooksIdGetRequest) (*GetWebhookResponse, *http.Response, error)
- func (a *WebhooksAPIService) WebhooksPost(ctx context.Context) ApiWebhooksPostRequest
- func (a *WebhooksAPIService) WebhooksPostExecute(r ApiWebhooksPostRequest) (*CreateWebhookResponse, *http.Response, error)
- func (a *WebhooksAPIService) WebhooksWebhookIdLogsGet(ctx context.Context, webhookId string) ApiWebhooksWebhookIdLogsGetRequest
- func (a *WebhooksAPIService) WebhooksWebhookIdLogsGetExecute(r ApiWebhooksWebhookIdLogsGetRequest) (*ListWebhookDeliveryLogsResponse, *http.Response, error)
- func (a *WebhooksAPIService) WebhooksWebhookIdPingPost(ctx context.Context, webhookId string) ApiWebhooksWebhookIdPingPostRequest
- func (a *WebhooksAPIService) WebhooksWebhookIdPingPostExecute(r ApiWebhooksWebhookIdPingPostRequest) (*WebhookEventCallback, *http.Response, error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedAccountTypeEnumEnumValues = []AccountTypeEnum{
"SAVER",
"TRANSACTIONAL",
"HOME_LOAN",
}
All allowed values of AccountTypeEnum enum
var AllowedCardPurchaseMethodEnumEnumValues = []CardPurchaseMethodEnum{
"BAR_CODE",
"OCR",
"CARD_PIN",
"CARD_DETAILS",
"CARD_ON_FILE",
"ECOMMERCE",
"MAGNETIC_STRIPE",
"CONTACTLESS",
}
All allowed values of CardPurchaseMethodEnum enum
var AllowedOwnershipTypeEnumEnumValues = []OwnershipTypeEnum{
"INDIVIDUAL",
"JOINT",
}
All allowed values of OwnershipTypeEnum enum
var AllowedTransactionStatusEnumEnumValues = []TransactionStatusEnum{
"HELD",
"SETTLED",
}
All allowed values of TransactionStatusEnum enum
var AllowedWebhookDeliveryStatusEnumEnumValues = []WebhookDeliveryStatusEnum{
"DELIVERED",
"UNDELIVERABLE",
"BAD_RESPONSE_CODE",
}
All allowed values of WebhookDeliveryStatusEnum enum
var AllowedWebhookEventTypeEnumEnumValues = []WebhookEventTypeEnum{
"TRANSACTION_CREATED",
"TRANSACTION_SETTLED",
"TRANSACTION_DELETED",
"PING",
}
All allowed values of WebhookEventTypeEnum enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { AccountsAPI *AccountsAPIService AttachmentsAPI *AttachmentsAPIService CategoriesAPI *CategoriesAPIService TagsAPI *TagsAPIService TransactionsAPI *TransactionsAPIService UtilityEndpointsAPI *UtilityEndpointsAPIService WebhooksAPI *WebhooksAPIService // contains filtered or unexported fields }
APIClient manages communication with the Up API API vv1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccountResource ¶
type AccountResource struct { // The type of this resource: `accounts` Type string `json:"type"` // The unique identifier for this account. Id string `json:"id"` Attributes AccountResourceAttributes `json:"attributes"` Relationships AccountResourceRelationships `json:"relationships"` Links *AccountResourceLinks `json:"links,omitempty"` }
AccountResource Provides information about an Up bank account.
func NewAccountResource ¶
func NewAccountResource(type_ string, id string, attributes AccountResourceAttributes, relationships AccountResourceRelationships) *AccountResource
NewAccountResource instantiates a new AccountResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountResourceWithDefaults ¶
func NewAccountResourceWithDefaults() *AccountResource
NewAccountResourceWithDefaults instantiates a new AccountResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountResource) GetAttributes ¶
func (o *AccountResource) GetAttributes() AccountResourceAttributes
GetAttributes returns the Attributes field value
func (*AccountResource) GetAttributesOk ¶
func (o *AccountResource) GetAttributesOk() (*AccountResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*AccountResource) GetId ¶
func (o *AccountResource) GetId() string
GetId returns the Id field value
func (*AccountResource) GetIdOk ¶
func (o *AccountResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccountResource) GetLinks ¶
func (o *AccountResource) GetLinks() AccountResourceLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*AccountResource) GetLinksOk ¶
func (o *AccountResource) GetLinksOk() (*AccountResourceLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountResource) GetRelationships ¶
func (o *AccountResource) GetRelationships() AccountResourceRelationships
GetRelationships returns the Relationships field value
func (*AccountResource) GetRelationshipsOk ¶
func (o *AccountResource) GetRelationshipsOk() (*AccountResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*AccountResource) GetType ¶
func (o *AccountResource) GetType() string
GetType returns the Type field value
func (*AccountResource) GetTypeOk ¶
func (o *AccountResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AccountResource) HasLinks ¶
func (o *AccountResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (AccountResource) MarshalJSON ¶
func (o AccountResource) MarshalJSON() ([]byte, error)
func (*AccountResource) SetAttributes ¶
func (o *AccountResource) SetAttributes(v AccountResourceAttributes)
SetAttributes sets field value
func (*AccountResource) SetLinks ¶
func (o *AccountResource) SetLinks(v AccountResourceLinks)
SetLinks gets a reference to the given AccountResourceLinks and assigns it to the Links field.
func (*AccountResource) SetRelationships ¶
func (o *AccountResource) SetRelationships(v AccountResourceRelationships)
SetRelationships sets field value
func (*AccountResource) SetType ¶
func (o *AccountResource) SetType(v string)
SetType sets field value
func (AccountResource) ToMap ¶
func (o AccountResource) ToMap() (map[string]interface{}, error)
func (*AccountResource) UnmarshalJSON ¶
func (o *AccountResource) UnmarshalJSON(data []byte) (err error)
type AccountResourceAttributes ¶
type AccountResourceAttributes struct { // The name associated with the account in the Up application. DisplayName string `json:"displayName"` // The bank account type of this account. AccountType AccountTypeEnum `json:"accountType"` // The ownership structure for this account. OwnershipType OwnershipTypeEnum `json:"ownershipType"` // The available balance of the account, taking into account any amounts that are currently on hold. Balance MoneyObject `json:"balance"` // The date-time at which this account was first opened. CreatedAt time.Time `json:"createdAt"` }
AccountResourceAttributes struct for AccountResourceAttributes
func NewAccountResourceAttributes ¶
func NewAccountResourceAttributes(displayName string, accountType AccountTypeEnum, ownershipType OwnershipTypeEnum, balance MoneyObject, createdAt time.Time) *AccountResourceAttributes
NewAccountResourceAttributes instantiates a new AccountResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountResourceAttributesWithDefaults ¶
func NewAccountResourceAttributesWithDefaults() *AccountResourceAttributes
NewAccountResourceAttributesWithDefaults instantiates a new AccountResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountResourceAttributes) GetAccountType ¶
func (o *AccountResourceAttributes) GetAccountType() AccountTypeEnum
GetAccountType returns the AccountType field value
func (*AccountResourceAttributes) GetAccountTypeOk ¶
func (o *AccountResourceAttributes) GetAccountTypeOk() (*AccountTypeEnum, bool)
GetAccountTypeOk returns a tuple with the AccountType field value and a boolean to check if the value has been set.
func (*AccountResourceAttributes) GetBalance ¶
func (o *AccountResourceAttributes) GetBalance() MoneyObject
GetBalance returns the Balance field value
func (*AccountResourceAttributes) GetBalanceOk ¶
func (o *AccountResourceAttributes) GetBalanceOk() (*MoneyObject, bool)
GetBalanceOk returns a tuple with the Balance field value and a boolean to check if the value has been set.
func (*AccountResourceAttributes) GetCreatedAt ¶
func (o *AccountResourceAttributes) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*AccountResourceAttributes) GetCreatedAtOk ¶
func (o *AccountResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*AccountResourceAttributes) GetDisplayName ¶
func (o *AccountResourceAttributes) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*AccountResourceAttributes) GetDisplayNameOk ¶
func (o *AccountResourceAttributes) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (*AccountResourceAttributes) GetOwnershipType ¶
func (o *AccountResourceAttributes) GetOwnershipType() OwnershipTypeEnum
GetOwnershipType returns the OwnershipType field value
func (*AccountResourceAttributes) GetOwnershipTypeOk ¶
func (o *AccountResourceAttributes) GetOwnershipTypeOk() (*OwnershipTypeEnum, bool)
GetOwnershipTypeOk returns a tuple with the OwnershipType field value and a boolean to check if the value has been set.
func (AccountResourceAttributes) MarshalJSON ¶
func (o AccountResourceAttributes) MarshalJSON() ([]byte, error)
func (*AccountResourceAttributes) SetAccountType ¶
func (o *AccountResourceAttributes) SetAccountType(v AccountTypeEnum)
SetAccountType sets field value
func (*AccountResourceAttributes) SetBalance ¶
func (o *AccountResourceAttributes) SetBalance(v MoneyObject)
SetBalance sets field value
func (*AccountResourceAttributes) SetCreatedAt ¶
func (o *AccountResourceAttributes) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AccountResourceAttributes) SetDisplayName ¶
func (o *AccountResourceAttributes) SetDisplayName(v string)
SetDisplayName sets field value
func (*AccountResourceAttributes) SetOwnershipType ¶
func (o *AccountResourceAttributes) SetOwnershipType(v OwnershipTypeEnum)
SetOwnershipType sets field value
func (AccountResourceAttributes) ToMap ¶
func (o AccountResourceAttributes) ToMap() (map[string]interface{}, error)
func (*AccountResourceAttributes) UnmarshalJSON ¶
func (o *AccountResourceAttributes) UnmarshalJSON(data []byte) (err error)
type AccountResourceLinks ¶
type AccountResourceLinks struct { // The canonical link to this resource within the API. Self string `json:"self"` }
AccountResourceLinks struct for AccountResourceLinks
func NewAccountResourceLinks ¶
func NewAccountResourceLinks(self string) *AccountResourceLinks
NewAccountResourceLinks instantiates a new AccountResourceLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountResourceLinksWithDefaults ¶
func NewAccountResourceLinksWithDefaults() *AccountResourceLinks
NewAccountResourceLinksWithDefaults instantiates a new AccountResourceLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountResourceLinks) GetSelf ¶
func (o *AccountResourceLinks) GetSelf() string
GetSelf returns the Self field value
func (*AccountResourceLinks) GetSelfOk ¶
func (o *AccountResourceLinks) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (AccountResourceLinks) MarshalJSON ¶
func (o AccountResourceLinks) MarshalJSON() ([]byte, error)
func (*AccountResourceLinks) SetSelf ¶
func (o *AccountResourceLinks) SetSelf(v string)
SetSelf sets field value
func (AccountResourceLinks) ToMap ¶
func (o AccountResourceLinks) ToMap() (map[string]interface{}, error)
func (*AccountResourceLinks) UnmarshalJSON ¶
func (o *AccountResourceLinks) UnmarshalJSON(data []byte) (err error)
type AccountResourceRelationships ¶
type AccountResourceRelationships struct {
Transactions AccountResourceRelationshipsTransactions `json:"transactions"`
}
AccountResourceRelationships struct for AccountResourceRelationships
func NewAccountResourceRelationships ¶
func NewAccountResourceRelationships(transactions AccountResourceRelationshipsTransactions) *AccountResourceRelationships
NewAccountResourceRelationships instantiates a new AccountResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountResourceRelationshipsWithDefaults ¶
func NewAccountResourceRelationshipsWithDefaults() *AccountResourceRelationships
NewAccountResourceRelationshipsWithDefaults instantiates a new AccountResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountResourceRelationships) GetTransactions ¶
func (o *AccountResourceRelationships) GetTransactions() AccountResourceRelationshipsTransactions
GetTransactions returns the Transactions field value
func (*AccountResourceRelationships) GetTransactionsOk ¶
func (o *AccountResourceRelationships) GetTransactionsOk() (*AccountResourceRelationshipsTransactions, bool)
GetTransactionsOk returns a tuple with the Transactions field value and a boolean to check if the value has been set.
func (AccountResourceRelationships) MarshalJSON ¶
func (o AccountResourceRelationships) MarshalJSON() ([]byte, error)
func (*AccountResourceRelationships) SetTransactions ¶
func (o *AccountResourceRelationships) SetTransactions(v AccountResourceRelationshipsTransactions)
SetTransactions sets field value
func (AccountResourceRelationships) ToMap ¶
func (o AccountResourceRelationships) ToMap() (map[string]interface{}, error)
func (*AccountResourceRelationships) UnmarshalJSON ¶
func (o *AccountResourceRelationships) UnmarshalJSON(data []byte) (err error)
type AccountResourceRelationshipsTransactions ¶
type AccountResourceRelationshipsTransactions struct {
Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"`
}
AccountResourceRelationshipsTransactions struct for AccountResourceRelationshipsTransactions
func NewAccountResourceRelationshipsTransactions ¶
func NewAccountResourceRelationshipsTransactions() *AccountResourceRelationshipsTransactions
NewAccountResourceRelationshipsTransactions instantiates a new AccountResourceRelationshipsTransactions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountResourceRelationshipsTransactionsWithDefaults ¶
func NewAccountResourceRelationshipsTransactionsWithDefaults() *AccountResourceRelationshipsTransactions
NewAccountResourceRelationshipsTransactionsWithDefaults instantiates a new AccountResourceRelationshipsTransactions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountResourceRelationshipsTransactions) GetLinks ¶
func (o *AccountResourceRelationshipsTransactions) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*AccountResourceRelationshipsTransactions) GetLinksOk ¶
func (o *AccountResourceRelationshipsTransactions) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccountResourceRelationshipsTransactions) HasLinks ¶
func (o *AccountResourceRelationshipsTransactions) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (AccountResourceRelationshipsTransactions) MarshalJSON ¶
func (o AccountResourceRelationshipsTransactions) MarshalJSON() ([]byte, error)
func (*AccountResourceRelationshipsTransactions) SetLinks ¶
func (o *AccountResourceRelationshipsTransactions) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (AccountResourceRelationshipsTransactions) ToMap ¶
func (o AccountResourceRelationshipsTransactions) ToMap() (map[string]interface{}, error)
type AccountResourceRelationshipsTransactionsLinks ¶
type AccountResourceRelationshipsTransactionsLinks struct { // The link to retrieve the related resource(s) in this relationship. Related string `json:"related"` }
AccountResourceRelationshipsTransactionsLinks struct for AccountResourceRelationshipsTransactionsLinks
func NewAccountResourceRelationshipsTransactionsLinks ¶
func NewAccountResourceRelationshipsTransactionsLinks(related string) *AccountResourceRelationshipsTransactionsLinks
NewAccountResourceRelationshipsTransactionsLinks instantiates a new AccountResourceRelationshipsTransactionsLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountResourceRelationshipsTransactionsLinksWithDefaults ¶
func NewAccountResourceRelationshipsTransactionsLinksWithDefaults() *AccountResourceRelationshipsTransactionsLinks
NewAccountResourceRelationshipsTransactionsLinksWithDefaults instantiates a new AccountResourceRelationshipsTransactionsLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountResourceRelationshipsTransactionsLinks) GetRelated ¶
func (o *AccountResourceRelationshipsTransactionsLinks) GetRelated() string
GetRelated returns the Related field value
func (*AccountResourceRelationshipsTransactionsLinks) GetRelatedOk ¶
func (o *AccountResourceRelationshipsTransactionsLinks) GetRelatedOk() (*string, bool)
GetRelatedOk returns a tuple with the Related field value and a boolean to check if the value has been set.
func (AccountResourceRelationshipsTransactionsLinks) MarshalJSON ¶
func (o AccountResourceRelationshipsTransactionsLinks) MarshalJSON() ([]byte, error)
func (*AccountResourceRelationshipsTransactionsLinks) SetRelated ¶
func (o *AccountResourceRelationshipsTransactionsLinks) SetRelated(v string)
SetRelated sets field value
func (AccountResourceRelationshipsTransactionsLinks) ToMap ¶
func (o AccountResourceRelationshipsTransactionsLinks) ToMap() (map[string]interface{}, error)
func (*AccountResourceRelationshipsTransactionsLinks) UnmarshalJSON ¶
func (o *AccountResourceRelationshipsTransactionsLinks) UnmarshalJSON(data []byte) (err error)
type AccountTypeEnum ¶
type AccountTypeEnum string
AccountTypeEnum Specifies the type of bank account. Currently returned values are `SAVER`, `TRANSACTIONAL` and `HOME_LOAN`.
const ( SAVER AccountTypeEnum = "SAVER" TRANSACTIONAL AccountTypeEnum = "TRANSACTIONAL" HOME_LOAN AccountTypeEnum = "HOME_LOAN" )
List of AccountTypeEnum
func NewAccountTypeEnumFromValue ¶
func NewAccountTypeEnumFromValue(v string) (*AccountTypeEnum, error)
NewAccountTypeEnumFromValue returns a pointer to a valid AccountTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccountTypeEnum) IsValid ¶
func (v AccountTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccountTypeEnum) Ptr ¶
func (v AccountTypeEnum) Ptr() *AccountTypeEnum
Ptr returns reference to AccountTypeEnum value
func (*AccountTypeEnum) UnmarshalJSON ¶
func (v *AccountTypeEnum) UnmarshalJSON(src []byte) error
type AccountsAPIService ¶
type AccountsAPIService service
AccountsAPIService AccountsAPI service
func (*AccountsAPIService) AccountsGet ¶
func (a *AccountsAPIService) AccountsGet(ctx context.Context) ApiAccountsGetRequest
AccountsGet List accounts
Retrieve a paginated list of all accounts for the currently authenticated user. The returned list is paginated and can be scrolled by following the `prev` and `next` links where present.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAccountsGetRequest
func (*AccountsAPIService) AccountsGetExecute ¶
func (a *AccountsAPIService) AccountsGetExecute(r ApiAccountsGetRequest) (*ListAccountsResponse, *http.Response, error)
Execute executes the request
@return ListAccountsResponse
func (*AccountsAPIService) AccountsIdGet ¶
func (a *AccountsAPIService) AccountsIdGet(ctx context.Context, id string) ApiAccountsIdGetRequest
AccountsIdGet Retrieve account
Retrieve a specific account by providing its unique identifier.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The unique identifier for the account. @return ApiAccountsIdGetRequest
func (*AccountsAPIService) AccountsIdGetExecute ¶
func (a *AccountsAPIService) AccountsIdGetExecute(r ApiAccountsIdGetRequest) (*GetAccountResponse, *http.Response, error)
Execute executes the request
@return GetAccountResponse
type ApiAccountsAccountIdTransactionsGetRequest ¶
type ApiAccountsAccountIdTransactionsGetRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiAccountsAccountIdTransactionsGetRequest) Execute ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) Execute() (*ListTransactionsResponse, *http.Response, error)
func (ApiAccountsAccountIdTransactionsGetRequest) FilterCategory ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) FilterCategory(filterCategory string) ApiAccountsAccountIdTransactionsGetRequest
The category identifier for which to filter transactions. Both parent and child categories can be filtered through this parameter. Providing an invalid category identifier results in a `404` response.
func (ApiAccountsAccountIdTransactionsGetRequest) FilterSince ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) FilterSince(filterSince time.Time) ApiAccountsAccountIdTransactionsGetRequest
The start date-time from which to return records, formatted according to rfc-3339. Not to be used for pagination purposes.
func (ApiAccountsAccountIdTransactionsGetRequest) FilterStatus ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) FilterStatus(filterStatus TransactionStatusEnum) ApiAccountsAccountIdTransactionsGetRequest
The transaction status for which to return records. This can be used to filter `HELD` transactions from those that are `SETTLED`.
func (ApiAccountsAccountIdTransactionsGetRequest) FilterTag ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) FilterTag(filterTag string) ApiAccountsAccountIdTransactionsGetRequest
A transaction tag to filter for which to return records. If the tag does not exist, zero records are returned and a success response is given.
func (ApiAccountsAccountIdTransactionsGetRequest) FilterUntil ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) FilterUntil(filterUntil time.Time) ApiAccountsAccountIdTransactionsGetRequest
The end date-time up to which to return records, formatted according to rfc-3339. Not to be used for pagination purposes.
func (ApiAccountsAccountIdTransactionsGetRequest) PageAfter ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) PageAfter(pageAfter string) ApiAccountsAccountIdTransactionsGetRequest
Where to continue paginating across
func (ApiAccountsAccountIdTransactionsGetRequest) PageBefore ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) PageBefore(pageBefore string) ApiAccountsAccountIdTransactionsGetRequest
To view a page before a specific transaction.
func (ApiAccountsAccountIdTransactionsGetRequest) PageSize ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) PageSize(pageSize int32) ApiAccountsAccountIdTransactionsGetRequest
The number of records to return in each page.
func (ApiAccountsAccountIdTransactionsGetRequest) String ¶
func (r ApiAccountsAccountIdTransactionsGetRequest) String() string
type ApiAccountsGetRequest ¶
type ApiAccountsGetRequest struct { ApiService *AccountsAPIService // contains filtered or unexported fields }
func (ApiAccountsGetRequest) Execute ¶
func (r ApiAccountsGetRequest) Execute() (*ListAccountsResponse, *http.Response, error)
func (ApiAccountsGetRequest) FilterAccountType ¶
func (r ApiAccountsGetRequest) FilterAccountType(filterAccountType AccountTypeEnum) ApiAccountsGetRequest
The type of account for which to return records. This can be used to filter Savers from spending accounts.
func (ApiAccountsGetRequest) FilterOwnershipType ¶
func (r ApiAccountsGetRequest) FilterOwnershipType(filterOwnershipType OwnershipTypeEnum) ApiAccountsGetRequest
The account ownership structure for which to return records. This can be used to filter 2Up accounts from Up accounts.
func (ApiAccountsGetRequest) PageSize ¶
func (r ApiAccountsGetRequest) PageSize(pageSize int32) ApiAccountsGetRequest
The number of records to return in each page.
type ApiAccountsIdGetRequest ¶
type ApiAccountsIdGetRequest struct { ApiService *AccountsAPIService // contains filtered or unexported fields }
func (ApiAccountsIdGetRequest) Execute ¶
func (r ApiAccountsIdGetRequest) Execute() (*GetAccountResponse, *http.Response, error)
type ApiAttachmentsGetRequest ¶
type ApiAttachmentsGetRequest struct { ApiService *AttachmentsAPIService // contains filtered or unexported fields }
func (ApiAttachmentsGetRequest) Execute ¶
func (r ApiAttachmentsGetRequest) Execute() (*ListAttachmentsResponse, *http.Response, error)
type ApiAttachmentsIdGetRequest ¶
type ApiAttachmentsIdGetRequest struct { ApiService *AttachmentsAPIService // contains filtered or unexported fields }
func (ApiAttachmentsIdGetRequest) Execute ¶
func (r ApiAttachmentsIdGetRequest) Execute() (*GetAttachmentResponse, *http.Response, error)
type ApiCategoriesGetRequest ¶
type ApiCategoriesGetRequest struct { ApiService *CategoriesAPIService // contains filtered or unexported fields }
func (ApiCategoriesGetRequest) Execute ¶
func (r ApiCategoriesGetRequest) Execute() (*ListCategoriesResponse, *http.Response, error)
func (ApiCategoriesGetRequest) FilterParent ¶
func (r ApiCategoriesGetRequest) FilterParent(filterParent string) ApiCategoriesGetRequest
The unique identifier of a parent category for which to return only its children. Providing an invalid category identifier results in a `404` response.
type ApiCategoriesIdGetRequest ¶
type ApiCategoriesIdGetRequest struct { ApiService *CategoriesAPIService // contains filtered or unexported fields }
func (ApiCategoriesIdGetRequest) Execute ¶
func (r ApiCategoriesIdGetRequest) Execute() (*GetCategoryResponse, *http.Response, error)
type ApiTagsGetRequest ¶
type ApiTagsGetRequest struct { ApiService *TagsAPIService // contains filtered or unexported fields }
func (ApiTagsGetRequest) Execute ¶
func (r ApiTagsGetRequest) Execute() (*ListTagsResponse, *http.Response, error)
func (ApiTagsGetRequest) PageSize ¶
func (r ApiTagsGetRequest) PageSize(pageSize int32) ApiTagsGetRequest
The number of records to return in each page.
type ApiTransactionsGetRequest ¶
type ApiTransactionsGetRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiTransactionsGetRequest) Execute ¶
func (r ApiTransactionsGetRequest) Execute() (*ListTransactionsResponse, *http.Response, error)
func (ApiTransactionsGetRequest) FilterCategory ¶
func (r ApiTransactionsGetRequest) FilterCategory(filterCategory string) ApiTransactionsGetRequest
The category identifier for which to filter transactions. Both parent and child categories can be filtered through this parameter. Providing an invalid category identifier results in a `404` response.
func (ApiTransactionsGetRequest) FilterSince ¶
func (r ApiTransactionsGetRequest) FilterSince(filterSince time.Time) ApiTransactionsGetRequest
The start date-time from which to return records, formatted according to rfc-3339. Not to be used for pagination purposes.
func (ApiTransactionsGetRequest) FilterStatus ¶
func (r ApiTransactionsGetRequest) FilterStatus(filterStatus TransactionStatusEnum) ApiTransactionsGetRequest
The transaction status for which to return records. This can be used to filter `HELD` transactions from those that are `SETTLED`.
func (ApiTransactionsGetRequest) FilterTag ¶
func (r ApiTransactionsGetRequest) FilterTag(filterTag string) ApiTransactionsGetRequest
A transaction tag to filter for which to return records. If the tag does not exist, zero records are returned and a success response is given.
func (ApiTransactionsGetRequest) FilterUntil ¶
func (r ApiTransactionsGetRequest) FilterUntil(filterUntil time.Time) ApiTransactionsGetRequest
The end date-time up to which to return records, formatted according to rfc-3339. Not to be used for pagination purposes.
func (ApiTransactionsGetRequest) PageAfter ¶
func (r ApiTransactionsGetRequest) PageAfter(pageAfter string) ApiTransactionsGetRequest
Where to continue paginating across
func (ApiTransactionsGetRequest) PageBefore ¶
func (r ApiTransactionsGetRequest) PageBefore(pageBefore string) ApiTransactionsGetRequest
To view a page before a specific transaction.
func (ApiTransactionsGetRequest) PageSize ¶
func (r ApiTransactionsGetRequest) PageSize(pageSize int32) ApiTransactionsGetRequest
The number of records to return in each page.
type ApiTransactionsIdGetRequest ¶
type ApiTransactionsIdGetRequest struct { ApiService *TransactionsAPIService // contains filtered or unexported fields }
func (ApiTransactionsIdGetRequest) Execute ¶
func (r ApiTransactionsIdGetRequest) Execute() (*GetTransactionResponse, *http.Response, error)
type ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest ¶
type ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest struct { ApiService *CategoriesAPIService // contains filtered or unexported fields }
func (ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) Execute ¶
func (r ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) Execute() (*http.Response, error)
func (ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) UpdateTransactionCategoryRequest ¶
func (r ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) UpdateTransactionCategoryRequest(updateTransactionCategoryRequest UpdateTransactionCategoryRequest) ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest
type ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest ¶
type ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest struct { ApiService *TagsAPIService // contains filtered or unexported fields }
func (ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) Execute ¶
func (r ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) Execute() (*http.Response, error)
func (ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) UpdateTransactionTagsRequest ¶
func (r ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) UpdateTransactionTagsRequest(updateTransactionTagsRequest UpdateTransactionTagsRequest) ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest
type ApiTransactionsTransactionIdRelationshipsTagsPostRequest ¶
type ApiTransactionsTransactionIdRelationshipsTagsPostRequest struct { ApiService *TagsAPIService // contains filtered or unexported fields }
func (ApiTransactionsTransactionIdRelationshipsTagsPostRequest) Execute ¶
func (r ApiTransactionsTransactionIdRelationshipsTagsPostRequest) Execute() (*http.Response, error)
func (ApiTransactionsTransactionIdRelationshipsTagsPostRequest) UpdateTransactionTagsRequest ¶
func (r ApiTransactionsTransactionIdRelationshipsTagsPostRequest) UpdateTransactionTagsRequest(updateTransactionTagsRequest UpdateTransactionTagsRequest) ApiTransactionsTransactionIdRelationshipsTagsPostRequest
type ApiUtilPingGetRequest ¶
type ApiUtilPingGetRequest struct { ApiService *UtilityEndpointsAPIService // contains filtered or unexported fields }
func (ApiUtilPingGetRequest) Execute ¶
func (r ApiUtilPingGetRequest) Execute() (*PingResponse, *http.Response, error)
type ApiWebhooksGetRequest ¶
type ApiWebhooksGetRequest struct { ApiService *WebhooksAPIService // contains filtered or unexported fields }
func (ApiWebhooksGetRequest) Execute ¶
func (r ApiWebhooksGetRequest) Execute() (*ListWebhooksResponse, *http.Response, error)
func (ApiWebhooksGetRequest) PageSize ¶
func (r ApiWebhooksGetRequest) PageSize(pageSize int32) ApiWebhooksGetRequest
The number of records to return in each page.
type ApiWebhooksIdDeleteRequest ¶
type ApiWebhooksIdDeleteRequest struct { ApiService *WebhooksAPIService // contains filtered or unexported fields }
type ApiWebhooksIdGetRequest ¶
type ApiWebhooksIdGetRequest struct { ApiService *WebhooksAPIService // contains filtered or unexported fields }
func (ApiWebhooksIdGetRequest) Execute ¶
func (r ApiWebhooksIdGetRequest) Execute() (*GetWebhookResponse, *http.Response, error)
type ApiWebhooksPostRequest ¶
type ApiWebhooksPostRequest struct { ApiService *WebhooksAPIService // contains filtered or unexported fields }
func (ApiWebhooksPostRequest) CreateWebhookRequest ¶
func (r ApiWebhooksPostRequest) CreateWebhookRequest(createWebhookRequest CreateWebhookRequest) ApiWebhooksPostRequest
func (ApiWebhooksPostRequest) Execute ¶
func (r ApiWebhooksPostRequest) Execute() (*CreateWebhookResponse, *http.Response, error)
type ApiWebhooksWebhookIdLogsGetRequest ¶
type ApiWebhooksWebhookIdLogsGetRequest struct { ApiService *WebhooksAPIService // contains filtered or unexported fields }
func (ApiWebhooksWebhookIdLogsGetRequest) Execute ¶
func (r ApiWebhooksWebhookIdLogsGetRequest) Execute() (*ListWebhookDeliveryLogsResponse, *http.Response, error)
func (ApiWebhooksWebhookIdLogsGetRequest) PageSize ¶
func (r ApiWebhooksWebhookIdLogsGetRequest) PageSize(pageSize int32) ApiWebhooksWebhookIdLogsGetRequest
The number of records to return in each page.
type ApiWebhooksWebhookIdPingPostRequest ¶
type ApiWebhooksWebhookIdPingPostRequest struct { ApiService *WebhooksAPIService // contains filtered or unexported fields }
func (ApiWebhooksWebhookIdPingPostRequest) Execute ¶
func (r ApiWebhooksWebhookIdPingPostRequest) Execute() (*WebhookEventCallback, *http.Response, error)
type AttachmentResource ¶
type AttachmentResource struct { // The type of this resource: `attachments` Type string `json:"type"` // The unique identifier for this attachment. Id string `json:"id"` Attributes AttachmentResourceAttributes `json:"attributes"` Relationships AttachmentResourceRelationships `json:"relationships"` Links *AccountResourceLinks `json:"links,omitempty"` }
AttachmentResource struct for AttachmentResource
func NewAttachmentResource ¶
func NewAttachmentResource(type_ string, id string, attributes AttachmentResourceAttributes, relationships AttachmentResourceRelationships) *AttachmentResource
NewAttachmentResource instantiates a new AttachmentResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAttachmentResourceWithDefaults ¶
func NewAttachmentResourceWithDefaults() *AttachmentResource
NewAttachmentResourceWithDefaults instantiates a new AttachmentResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AttachmentResource) GetAttributes ¶
func (o *AttachmentResource) GetAttributes() AttachmentResourceAttributes
GetAttributes returns the Attributes field value
func (*AttachmentResource) GetAttributesOk ¶
func (o *AttachmentResource) GetAttributesOk() (*AttachmentResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*AttachmentResource) GetId ¶
func (o *AttachmentResource) GetId() string
GetId returns the Id field value
func (*AttachmentResource) GetIdOk ¶
func (o *AttachmentResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AttachmentResource) GetLinks ¶
func (o *AttachmentResource) GetLinks() AccountResourceLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*AttachmentResource) GetLinksOk ¶
func (o *AttachmentResource) GetLinksOk() (*AccountResourceLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttachmentResource) GetRelationships ¶
func (o *AttachmentResource) GetRelationships() AttachmentResourceRelationships
GetRelationships returns the Relationships field value
func (*AttachmentResource) GetRelationshipsOk ¶
func (o *AttachmentResource) GetRelationshipsOk() (*AttachmentResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*AttachmentResource) GetType ¶
func (o *AttachmentResource) GetType() string
GetType returns the Type field value
func (*AttachmentResource) GetTypeOk ¶
func (o *AttachmentResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AttachmentResource) HasLinks ¶
func (o *AttachmentResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (AttachmentResource) MarshalJSON ¶
func (o AttachmentResource) MarshalJSON() ([]byte, error)
func (*AttachmentResource) SetAttributes ¶
func (o *AttachmentResource) SetAttributes(v AttachmentResourceAttributes)
SetAttributes sets field value
func (*AttachmentResource) SetId ¶
func (o *AttachmentResource) SetId(v string)
SetId sets field value
func (*AttachmentResource) SetLinks ¶
func (o *AttachmentResource) SetLinks(v AccountResourceLinks)
SetLinks gets a reference to the given AccountResourceLinks and assigns it to the Links field.
func (*AttachmentResource) SetRelationships ¶
func (o *AttachmentResource) SetRelationships(v AttachmentResourceRelationships)
SetRelationships sets field value
func (*AttachmentResource) SetType ¶
func (o *AttachmentResource) SetType(v string)
SetType sets field value
func (AttachmentResource) ToMap ¶
func (o AttachmentResource) ToMap() (map[string]interface{}, error)
func (*AttachmentResource) UnmarshalJSON ¶
func (o *AttachmentResource) UnmarshalJSON(data []byte) (err error)
type AttachmentResourceAttributes ¶
type AttachmentResourceAttributes struct { // The date-time when the file was created. CreatedAt NullableTime `json:"createdAt"` // A temporary link to download the file. FileURL NullableString `json:"fileURL"` // The date-time at which the `fileURL` link expires. FileURLExpiresAt time.Time `json:"fileURLExpiresAt"` // File extension for the uploaded attachment. FileExtension NullableString `json:"fileExtension"` // Content type for the uploaded attachment. FileContentType NullableString `json:"fileContentType"` }
AttachmentResourceAttributes struct for AttachmentResourceAttributes
func NewAttachmentResourceAttributes ¶
func NewAttachmentResourceAttributes(createdAt NullableTime, fileURL NullableString, fileURLExpiresAt time.Time, fileExtension NullableString, fileContentType NullableString) *AttachmentResourceAttributes
NewAttachmentResourceAttributes instantiates a new AttachmentResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAttachmentResourceAttributesWithDefaults ¶
func NewAttachmentResourceAttributesWithDefaults() *AttachmentResourceAttributes
NewAttachmentResourceAttributesWithDefaults instantiates a new AttachmentResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AttachmentResourceAttributes) GetCreatedAt ¶
func (o *AttachmentResourceAttributes) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*AttachmentResourceAttributes) GetCreatedAtOk ¶
func (o *AttachmentResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AttachmentResourceAttributes) GetFileContentType ¶
func (o *AttachmentResourceAttributes) GetFileContentType() string
GetFileContentType returns the FileContentType field value If the value is explicit nil, the zero value for string will be returned
func (*AttachmentResourceAttributes) GetFileContentTypeOk ¶
func (o *AttachmentResourceAttributes) GetFileContentTypeOk() (*string, bool)
GetFileContentTypeOk returns a tuple with the FileContentType field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AttachmentResourceAttributes) GetFileExtension ¶
func (o *AttachmentResourceAttributes) GetFileExtension() string
GetFileExtension returns the FileExtension field value If the value is explicit nil, the zero value for string will be returned
func (*AttachmentResourceAttributes) GetFileExtensionOk ¶
func (o *AttachmentResourceAttributes) GetFileExtensionOk() (*string, bool)
GetFileExtensionOk returns a tuple with the FileExtension field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AttachmentResourceAttributes) GetFileURL ¶
func (o *AttachmentResourceAttributes) GetFileURL() string
GetFileURL returns the FileURL field value If the value is explicit nil, the zero value for string will be returned
func (*AttachmentResourceAttributes) GetFileURLExpiresAt ¶
func (o *AttachmentResourceAttributes) GetFileURLExpiresAt() time.Time
GetFileURLExpiresAt returns the FileURLExpiresAt field value
func (*AttachmentResourceAttributes) GetFileURLExpiresAtOk ¶
func (o *AttachmentResourceAttributes) GetFileURLExpiresAtOk() (*time.Time, bool)
GetFileURLExpiresAtOk returns a tuple with the FileURLExpiresAt field value and a boolean to check if the value has been set.
func (*AttachmentResourceAttributes) GetFileURLOk ¶
func (o *AttachmentResourceAttributes) GetFileURLOk() (*string, bool)
GetFileURLOk returns a tuple with the FileURL field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (AttachmentResourceAttributes) MarshalJSON ¶
func (o AttachmentResourceAttributes) MarshalJSON() ([]byte, error)
func (*AttachmentResourceAttributes) SetCreatedAt ¶
func (o *AttachmentResourceAttributes) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*AttachmentResourceAttributes) SetFileContentType ¶
func (o *AttachmentResourceAttributes) SetFileContentType(v string)
SetFileContentType sets field value
func (*AttachmentResourceAttributes) SetFileExtension ¶
func (o *AttachmentResourceAttributes) SetFileExtension(v string)
SetFileExtension sets field value
func (*AttachmentResourceAttributes) SetFileURL ¶
func (o *AttachmentResourceAttributes) SetFileURL(v string)
SetFileURL sets field value
func (*AttachmentResourceAttributes) SetFileURLExpiresAt ¶
func (o *AttachmentResourceAttributes) SetFileURLExpiresAt(v time.Time)
SetFileURLExpiresAt sets field value
func (AttachmentResourceAttributes) ToMap ¶
func (o AttachmentResourceAttributes) ToMap() (map[string]interface{}, error)
func (*AttachmentResourceAttributes) UnmarshalJSON ¶
func (o *AttachmentResourceAttributes) UnmarshalJSON(data []byte) (err error)
type AttachmentResourceRelationships ¶
type AttachmentResourceRelationships struct {
Transaction AttachmentResourceRelationshipsTransaction `json:"transaction"`
}
AttachmentResourceRelationships struct for AttachmentResourceRelationships
func NewAttachmentResourceRelationships ¶
func NewAttachmentResourceRelationships(transaction AttachmentResourceRelationshipsTransaction) *AttachmentResourceRelationships
NewAttachmentResourceRelationships instantiates a new AttachmentResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAttachmentResourceRelationshipsWithDefaults ¶
func NewAttachmentResourceRelationshipsWithDefaults() *AttachmentResourceRelationships
NewAttachmentResourceRelationshipsWithDefaults instantiates a new AttachmentResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AttachmentResourceRelationships) GetTransaction ¶
func (o *AttachmentResourceRelationships) GetTransaction() AttachmentResourceRelationshipsTransaction
GetTransaction returns the Transaction field value
func (*AttachmentResourceRelationships) GetTransactionOk ¶
func (o *AttachmentResourceRelationships) GetTransactionOk() (*AttachmentResourceRelationshipsTransaction, bool)
GetTransactionOk returns a tuple with the Transaction field value and a boolean to check if the value has been set.
func (AttachmentResourceRelationships) MarshalJSON ¶
func (o AttachmentResourceRelationships) MarshalJSON() ([]byte, error)
func (*AttachmentResourceRelationships) SetTransaction ¶
func (o *AttachmentResourceRelationships) SetTransaction(v AttachmentResourceRelationshipsTransaction)
SetTransaction sets field value
func (AttachmentResourceRelationships) ToMap ¶
func (o AttachmentResourceRelationships) ToMap() (map[string]interface{}, error)
func (*AttachmentResourceRelationships) UnmarshalJSON ¶
func (o *AttachmentResourceRelationships) UnmarshalJSON(data []byte) (err error)
type AttachmentResourceRelationshipsTransaction ¶
type AttachmentResourceRelationshipsTransaction struct { Data AttachmentResourceRelationshipsTransactionData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
AttachmentResourceRelationshipsTransaction struct for AttachmentResourceRelationshipsTransaction
func NewAttachmentResourceRelationshipsTransaction ¶
func NewAttachmentResourceRelationshipsTransaction(data AttachmentResourceRelationshipsTransactionData) *AttachmentResourceRelationshipsTransaction
NewAttachmentResourceRelationshipsTransaction instantiates a new AttachmentResourceRelationshipsTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAttachmentResourceRelationshipsTransactionWithDefaults ¶
func NewAttachmentResourceRelationshipsTransactionWithDefaults() *AttachmentResourceRelationshipsTransaction
NewAttachmentResourceRelationshipsTransactionWithDefaults instantiates a new AttachmentResourceRelationshipsTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AttachmentResourceRelationshipsTransaction) GetData ¶
func (o *AttachmentResourceRelationshipsTransaction) GetData() AttachmentResourceRelationshipsTransactionData
GetData returns the Data field value
func (*AttachmentResourceRelationshipsTransaction) GetDataOk ¶
func (o *AttachmentResourceRelationshipsTransaction) GetDataOk() (*AttachmentResourceRelationshipsTransactionData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*AttachmentResourceRelationshipsTransaction) GetLinks ¶
func (o *AttachmentResourceRelationshipsTransaction) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*AttachmentResourceRelationshipsTransaction) GetLinksOk ¶
func (o *AttachmentResourceRelationshipsTransaction) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AttachmentResourceRelationshipsTransaction) HasLinks ¶
func (o *AttachmentResourceRelationshipsTransaction) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (AttachmentResourceRelationshipsTransaction) MarshalJSON ¶
func (o AttachmentResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
func (*AttachmentResourceRelationshipsTransaction) SetData ¶
func (o *AttachmentResourceRelationshipsTransaction) SetData(v AttachmentResourceRelationshipsTransactionData)
SetData sets field value
func (*AttachmentResourceRelationshipsTransaction) SetLinks ¶
func (o *AttachmentResourceRelationshipsTransaction) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (AttachmentResourceRelationshipsTransaction) ToMap ¶
func (o AttachmentResourceRelationshipsTransaction) ToMap() (map[string]interface{}, error)
func (*AttachmentResourceRelationshipsTransaction) UnmarshalJSON ¶
func (o *AttachmentResourceRelationshipsTransaction) UnmarshalJSON(data []byte) (err error)
type AttachmentResourceRelationshipsTransactionData ¶
type AttachmentResourceRelationshipsTransactionData struct { // The type of this resource: `transactions` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
AttachmentResourceRelationshipsTransactionData struct for AttachmentResourceRelationshipsTransactionData
func NewAttachmentResourceRelationshipsTransactionData ¶
func NewAttachmentResourceRelationshipsTransactionData(type_ string, id string) *AttachmentResourceRelationshipsTransactionData
NewAttachmentResourceRelationshipsTransactionData instantiates a new AttachmentResourceRelationshipsTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAttachmentResourceRelationshipsTransactionDataWithDefaults ¶
func NewAttachmentResourceRelationshipsTransactionDataWithDefaults() *AttachmentResourceRelationshipsTransactionData
NewAttachmentResourceRelationshipsTransactionDataWithDefaults instantiates a new AttachmentResourceRelationshipsTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AttachmentResourceRelationshipsTransactionData) GetId ¶
func (o *AttachmentResourceRelationshipsTransactionData) GetId() string
GetId returns the Id field value
func (*AttachmentResourceRelationshipsTransactionData) GetIdOk ¶
func (o *AttachmentResourceRelationshipsTransactionData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AttachmentResourceRelationshipsTransactionData) GetType ¶
func (o *AttachmentResourceRelationshipsTransactionData) GetType() string
GetType returns the Type field value
func (*AttachmentResourceRelationshipsTransactionData) GetTypeOk ¶
func (o *AttachmentResourceRelationshipsTransactionData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (AttachmentResourceRelationshipsTransactionData) MarshalJSON ¶
func (o AttachmentResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
func (*AttachmentResourceRelationshipsTransactionData) SetId ¶
func (o *AttachmentResourceRelationshipsTransactionData) SetId(v string)
SetId sets field value
func (*AttachmentResourceRelationshipsTransactionData) SetType ¶
func (o *AttachmentResourceRelationshipsTransactionData) SetType(v string)
SetType sets field value
func (AttachmentResourceRelationshipsTransactionData) ToMap ¶
func (o AttachmentResourceRelationshipsTransactionData) ToMap() (map[string]interface{}, error)
func (*AttachmentResourceRelationshipsTransactionData) UnmarshalJSON ¶
func (o *AttachmentResourceRelationshipsTransactionData) UnmarshalJSON(data []byte) (err error)
type AttachmentsAPIService ¶
type AttachmentsAPIService service
AttachmentsAPIService AttachmentsAPI service
func (*AttachmentsAPIService) AttachmentsGet ¶
func (a *AttachmentsAPIService) AttachmentsGet(ctx context.Context) ApiAttachmentsGetRequest
AttachmentsGet List attachments
Retrieve a list of all attachments. The returned list is [paginated](#pagination) and can be scrolled by following the `next` and `prev` links where present.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiAttachmentsGetRequest
func (*AttachmentsAPIService) AttachmentsGetExecute ¶
func (a *AttachmentsAPIService) AttachmentsGetExecute(r ApiAttachmentsGetRequest) (*ListAttachmentsResponse, *http.Response, error)
Execute executes the request
@return ListAttachmentsResponse
func (*AttachmentsAPIService) AttachmentsIdGet ¶
func (a *AttachmentsAPIService) AttachmentsIdGet(ctx context.Context, id string) ApiAttachmentsIdGetRequest
AttachmentsIdGet Retrieve attachment
Retrieve a specific attachment by providing its unique identifier.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The unique identifier for the attachment. @return ApiAttachmentsIdGetRequest
func (*AttachmentsAPIService) AttachmentsIdGetExecute ¶
func (a *AttachmentsAPIService) AttachmentsIdGetExecute(r ApiAttachmentsIdGetRequest) (*GetAttachmentResponse, *http.Response, error)
Execute executes the request
@return GetAttachmentResponse
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type CardPurchaseMethodEnum ¶
type CardPurchaseMethodEnum string
CardPurchaseMethodEnum Specifies the type of card charge.
const ( BAR_CODE CardPurchaseMethodEnum = "BAR_CODE" OCR CardPurchaseMethodEnum = "OCR" CARD_PIN CardPurchaseMethodEnum = "CARD_PIN" CARD_DETAILS CardPurchaseMethodEnum = "CARD_DETAILS" CARD_ON_FILE CardPurchaseMethodEnum = "CARD_ON_FILE" ECOMMERCE CardPurchaseMethodEnum = "ECOMMERCE" MAGNETIC_STRIPE CardPurchaseMethodEnum = "MAGNETIC_STRIPE" CONTACTLESS CardPurchaseMethodEnum = "CONTACTLESS" )
List of CardPurchaseMethodEnum
func NewCardPurchaseMethodEnumFromValue ¶
func NewCardPurchaseMethodEnumFromValue(v string) (*CardPurchaseMethodEnum, error)
NewCardPurchaseMethodEnumFromValue returns a pointer to a valid CardPurchaseMethodEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (CardPurchaseMethodEnum) IsValid ¶
func (v CardPurchaseMethodEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CardPurchaseMethodEnum) Ptr ¶
func (v CardPurchaseMethodEnum) Ptr() *CardPurchaseMethodEnum
Ptr returns reference to CardPurchaseMethodEnum value
func (*CardPurchaseMethodEnum) UnmarshalJSON ¶
func (v *CardPurchaseMethodEnum) UnmarshalJSON(src []byte) error
type CardPurchaseMethodObject ¶
type CardPurchaseMethodObject struct { // The type of card purchase. Method CardPurchaseMethodEnum `json:"method"` // The last four digits of the card used for the purchase, if applicable. CardNumberSuffix NullableString `json:"cardNumberSuffix"` }
CardPurchaseMethodObject Provides information about the card used for a transaction.
func NewCardPurchaseMethodObject ¶
func NewCardPurchaseMethodObject(method CardPurchaseMethodEnum, cardNumberSuffix NullableString) *CardPurchaseMethodObject
NewCardPurchaseMethodObject instantiates a new CardPurchaseMethodObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCardPurchaseMethodObjectWithDefaults ¶
func NewCardPurchaseMethodObjectWithDefaults() *CardPurchaseMethodObject
NewCardPurchaseMethodObjectWithDefaults instantiates a new CardPurchaseMethodObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CardPurchaseMethodObject) GetCardNumberSuffix ¶
func (o *CardPurchaseMethodObject) GetCardNumberSuffix() string
GetCardNumberSuffix returns the CardNumberSuffix field value If the value is explicit nil, the zero value for string will be returned
func (*CardPurchaseMethodObject) GetCardNumberSuffixOk ¶
func (o *CardPurchaseMethodObject) GetCardNumberSuffixOk() (*string, bool)
GetCardNumberSuffixOk returns a tuple with the CardNumberSuffix field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CardPurchaseMethodObject) GetMethod ¶
func (o *CardPurchaseMethodObject) GetMethod() CardPurchaseMethodEnum
GetMethod returns the Method field value
func (*CardPurchaseMethodObject) GetMethodOk ¶
func (o *CardPurchaseMethodObject) GetMethodOk() (*CardPurchaseMethodEnum, bool)
GetMethodOk returns a tuple with the Method field value and a boolean to check if the value has been set.
func (CardPurchaseMethodObject) MarshalJSON ¶
func (o CardPurchaseMethodObject) MarshalJSON() ([]byte, error)
func (*CardPurchaseMethodObject) SetCardNumberSuffix ¶
func (o *CardPurchaseMethodObject) SetCardNumberSuffix(v string)
SetCardNumberSuffix sets field value
func (*CardPurchaseMethodObject) SetMethod ¶
func (o *CardPurchaseMethodObject) SetMethod(v CardPurchaseMethodEnum)
SetMethod sets field value
func (CardPurchaseMethodObject) ToMap ¶
func (o CardPurchaseMethodObject) ToMap() (map[string]interface{}, error)
func (*CardPurchaseMethodObject) UnmarshalJSON ¶
func (o *CardPurchaseMethodObject) UnmarshalJSON(data []byte) (err error)
type CashbackObject ¶
type CashbackObject struct { // A brief description of why this cashback was paid. Description string `json:"description"` // The total amount of cashback paid, represented as a positive value. Amount MoneyObject `json:"amount"` }
CashbackObject Provides information about an instant reimbursement in the form of cashback.
func NewCashbackObject ¶
func NewCashbackObject(description string, amount MoneyObject) *CashbackObject
NewCashbackObject instantiates a new CashbackObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCashbackObjectWithDefaults ¶
func NewCashbackObjectWithDefaults() *CashbackObject
NewCashbackObjectWithDefaults instantiates a new CashbackObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CashbackObject) GetAmount ¶
func (o *CashbackObject) GetAmount() MoneyObject
GetAmount returns the Amount field value
func (*CashbackObject) GetAmountOk ¶
func (o *CashbackObject) GetAmountOk() (*MoneyObject, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*CashbackObject) GetDescription ¶
func (o *CashbackObject) GetDescription() string
GetDescription returns the Description field value
func (*CashbackObject) GetDescriptionOk ¶
func (o *CashbackObject) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (CashbackObject) MarshalJSON ¶
func (o CashbackObject) MarshalJSON() ([]byte, error)
func (*CashbackObject) SetAmount ¶
func (o *CashbackObject) SetAmount(v MoneyObject)
SetAmount sets field value
func (*CashbackObject) SetDescription ¶
func (o *CashbackObject) SetDescription(v string)
SetDescription sets field value
func (CashbackObject) ToMap ¶
func (o CashbackObject) ToMap() (map[string]interface{}, error)
func (*CashbackObject) UnmarshalJSON ¶
func (o *CashbackObject) UnmarshalJSON(data []byte) (err error)
type CategoriesAPIService ¶
type CategoriesAPIService service
CategoriesAPIService CategoriesAPI service
func (*CategoriesAPIService) CategoriesGet ¶
func (a *CategoriesAPIService) CategoriesGet(ctx context.Context) ApiCategoriesGetRequest
CategoriesGet List categories
Retrieve a list of all categories and their ancestry. The returned list is not paginated.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCategoriesGetRequest
func (*CategoriesAPIService) CategoriesGetExecute ¶
func (a *CategoriesAPIService) CategoriesGetExecute(r ApiCategoriesGetRequest) (*ListCategoriesResponse, *http.Response, error)
Execute executes the request
@return ListCategoriesResponse
func (*CategoriesAPIService) CategoriesIdGet ¶
func (a *CategoriesAPIService) CategoriesIdGet(ctx context.Context, id string) ApiCategoriesIdGetRequest
CategoriesIdGet Retrieve category
Retrieve a specific category by providing its unique identifier.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The unique identifier for the category. @return ApiCategoriesIdGetRequest
func (*CategoriesAPIService) CategoriesIdGetExecute ¶
func (a *CategoriesAPIService) CategoriesIdGetExecute(r ApiCategoriesIdGetRequest) (*GetCategoryResponse, *http.Response, error)
Execute executes the request
@return GetCategoryResponse
func (*CategoriesAPIService) TransactionsTransactionIdRelationshipsCategoryPatch ¶
func (a *CategoriesAPIService) TransactionsTransactionIdRelationshipsCategoryPatch(ctx context.Context, transactionId string) ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest
TransactionsTransactionIdRelationshipsCategoryPatch Categorize transaction
Updates the category associated with a transaction. Only transactions for which `isCategorizable` is set to true support this operation. The `id` is taken from the list exposed on `/categories` and cannot be one of the top-level (parent) categories. To de-categorize a transaction, set the entire `data` key to `null`. An HTTP `204` is returned on success. The associated category, along with its request URL is also exposed via the `category` relationship on the transaction resource returned from `/transactions/{id}`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param transactionId The unique identifier for the transaction. @return ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest
func (*CategoriesAPIService) TransactionsTransactionIdRelationshipsCategoryPatchExecute ¶
func (a *CategoriesAPIService) TransactionsTransactionIdRelationshipsCategoryPatchExecute(r ApiTransactionsTransactionIdRelationshipsCategoryPatchRequest) (*http.Response, error)
Execute executes the request
type CategoryInputResourceIdentifier ¶
type CategoryInputResourceIdentifier struct { // The type of this resource: `categories` Type string `json:"type"` // The unique identifier of the category, as returned by the `/categories` endpoint. Id string `json:"id"` }
CategoryInputResourceIdentifier Uniquely identifies a category in the API.
func NewCategoryInputResourceIdentifier ¶
func NewCategoryInputResourceIdentifier(type_ string, id string) *CategoryInputResourceIdentifier
NewCategoryInputResourceIdentifier instantiates a new CategoryInputResourceIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryInputResourceIdentifierWithDefaults ¶
func NewCategoryInputResourceIdentifierWithDefaults() *CategoryInputResourceIdentifier
NewCategoryInputResourceIdentifierWithDefaults instantiates a new CategoryInputResourceIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryInputResourceIdentifier) GetId ¶
func (o *CategoryInputResourceIdentifier) GetId() string
GetId returns the Id field value
func (*CategoryInputResourceIdentifier) GetIdOk ¶
func (o *CategoryInputResourceIdentifier) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CategoryInputResourceIdentifier) GetType ¶
func (o *CategoryInputResourceIdentifier) GetType() string
GetType returns the Type field value
func (*CategoryInputResourceIdentifier) GetTypeOk ¶
func (o *CategoryInputResourceIdentifier) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (CategoryInputResourceIdentifier) MarshalJSON ¶
func (o CategoryInputResourceIdentifier) MarshalJSON() ([]byte, error)
func (*CategoryInputResourceIdentifier) SetId ¶
func (o *CategoryInputResourceIdentifier) SetId(v string)
SetId sets field value
func (*CategoryInputResourceIdentifier) SetType ¶
func (o *CategoryInputResourceIdentifier) SetType(v string)
SetType sets field value
func (CategoryInputResourceIdentifier) ToMap ¶
func (o CategoryInputResourceIdentifier) ToMap() (map[string]interface{}, error)
func (*CategoryInputResourceIdentifier) UnmarshalJSON ¶
func (o *CategoryInputResourceIdentifier) UnmarshalJSON(data []byte) (err error)
type CategoryResource ¶
type CategoryResource struct { // The type of this resource: `categories` Type string `json:"type"` // The unique identifier for this category. This is a human-readable but URL-safe value. Id string `json:"id"` Attributes CategoryResourceAttributes `json:"attributes"` Relationships CategoryResourceRelationships `json:"relationships"` Links *AccountResourceLinks `json:"links,omitempty"` }
CategoryResource Provides information about a category and its ancestry.
func NewCategoryResource ¶
func NewCategoryResource(type_ string, id string, attributes CategoryResourceAttributes, relationships CategoryResourceRelationships) *CategoryResource
NewCategoryResource instantiates a new CategoryResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceWithDefaults ¶
func NewCategoryResourceWithDefaults() *CategoryResource
NewCategoryResourceWithDefaults instantiates a new CategoryResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResource) GetAttributes ¶
func (o *CategoryResource) GetAttributes() CategoryResourceAttributes
GetAttributes returns the Attributes field value
func (*CategoryResource) GetAttributesOk ¶
func (o *CategoryResource) GetAttributesOk() (*CategoryResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*CategoryResource) GetId ¶
func (o *CategoryResource) GetId() string
GetId returns the Id field value
func (*CategoryResource) GetIdOk ¶
func (o *CategoryResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CategoryResource) GetLinks ¶
func (o *CategoryResource) GetLinks() AccountResourceLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*CategoryResource) GetLinksOk ¶
func (o *CategoryResource) GetLinksOk() (*AccountResourceLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryResource) GetRelationships ¶
func (o *CategoryResource) GetRelationships() CategoryResourceRelationships
GetRelationships returns the Relationships field value
func (*CategoryResource) GetRelationshipsOk ¶
func (o *CategoryResource) GetRelationshipsOk() (*CategoryResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*CategoryResource) GetType ¶
func (o *CategoryResource) GetType() string
GetType returns the Type field value
func (*CategoryResource) GetTypeOk ¶
func (o *CategoryResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*CategoryResource) HasLinks ¶
func (o *CategoryResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CategoryResource) MarshalJSON ¶
func (o CategoryResource) MarshalJSON() ([]byte, error)
func (*CategoryResource) SetAttributes ¶
func (o *CategoryResource) SetAttributes(v CategoryResourceAttributes)
SetAttributes sets field value
func (*CategoryResource) SetLinks ¶
func (o *CategoryResource) SetLinks(v AccountResourceLinks)
SetLinks gets a reference to the given AccountResourceLinks and assigns it to the Links field.
func (*CategoryResource) SetRelationships ¶
func (o *CategoryResource) SetRelationships(v CategoryResourceRelationships)
SetRelationships sets field value
func (*CategoryResource) SetType ¶
func (o *CategoryResource) SetType(v string)
SetType sets field value
func (CategoryResource) ToMap ¶
func (o CategoryResource) ToMap() (map[string]interface{}, error)
func (*CategoryResource) UnmarshalJSON ¶
func (o *CategoryResource) UnmarshalJSON(data []byte) (err error)
type CategoryResourceAttributes ¶
type CategoryResourceAttributes struct { // The name of this category as seen in the Up application. Name string `json:"name"` }
CategoryResourceAttributes struct for CategoryResourceAttributes
func NewCategoryResourceAttributes ¶
func NewCategoryResourceAttributes(name string) *CategoryResourceAttributes
NewCategoryResourceAttributes instantiates a new CategoryResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceAttributesWithDefaults ¶
func NewCategoryResourceAttributesWithDefaults() *CategoryResourceAttributes
NewCategoryResourceAttributesWithDefaults instantiates a new CategoryResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResourceAttributes) GetName ¶
func (o *CategoryResourceAttributes) GetName() string
GetName returns the Name field value
func (*CategoryResourceAttributes) GetNameOk ¶
func (o *CategoryResourceAttributes) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (CategoryResourceAttributes) MarshalJSON ¶
func (o CategoryResourceAttributes) MarshalJSON() ([]byte, error)
func (*CategoryResourceAttributes) SetName ¶
func (o *CategoryResourceAttributes) SetName(v string)
SetName sets field value
func (CategoryResourceAttributes) ToMap ¶
func (o CategoryResourceAttributes) ToMap() (map[string]interface{}, error)
func (*CategoryResourceAttributes) UnmarshalJSON ¶
func (o *CategoryResourceAttributes) UnmarshalJSON(data []byte) (err error)
type CategoryResourceRelationships ¶
type CategoryResourceRelationships struct { Parent CategoryResourceRelationshipsParent `json:"parent"` Children CategoryResourceRelationshipsChildren `json:"children"` }
CategoryResourceRelationships struct for CategoryResourceRelationships
func NewCategoryResourceRelationships ¶
func NewCategoryResourceRelationships(parent CategoryResourceRelationshipsParent, children CategoryResourceRelationshipsChildren) *CategoryResourceRelationships
NewCategoryResourceRelationships instantiates a new CategoryResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceRelationshipsWithDefaults ¶
func NewCategoryResourceRelationshipsWithDefaults() *CategoryResourceRelationships
NewCategoryResourceRelationshipsWithDefaults instantiates a new CategoryResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResourceRelationships) GetChildren ¶
func (o *CategoryResourceRelationships) GetChildren() CategoryResourceRelationshipsChildren
GetChildren returns the Children field value
func (*CategoryResourceRelationships) GetChildrenOk ¶
func (o *CategoryResourceRelationships) GetChildrenOk() (*CategoryResourceRelationshipsChildren, bool)
GetChildrenOk returns a tuple with the Children field value and a boolean to check if the value has been set.
func (*CategoryResourceRelationships) GetParent ¶
func (o *CategoryResourceRelationships) GetParent() CategoryResourceRelationshipsParent
GetParent returns the Parent field value
func (*CategoryResourceRelationships) GetParentOk ¶
func (o *CategoryResourceRelationships) GetParentOk() (*CategoryResourceRelationshipsParent, bool)
GetParentOk returns a tuple with the Parent field value and a boolean to check if the value has been set.
func (CategoryResourceRelationships) MarshalJSON ¶
func (o CategoryResourceRelationships) MarshalJSON() ([]byte, error)
func (*CategoryResourceRelationships) SetChildren ¶
func (o *CategoryResourceRelationships) SetChildren(v CategoryResourceRelationshipsChildren)
SetChildren sets field value
func (*CategoryResourceRelationships) SetParent ¶
func (o *CategoryResourceRelationships) SetParent(v CategoryResourceRelationshipsParent)
SetParent sets field value
func (CategoryResourceRelationships) ToMap ¶
func (o CategoryResourceRelationships) ToMap() (map[string]interface{}, error)
func (*CategoryResourceRelationships) UnmarshalJSON ¶
func (o *CategoryResourceRelationships) UnmarshalJSON(data []byte) (err error)
type CategoryResourceRelationshipsChildren ¶
type CategoryResourceRelationshipsChildren struct { Data []CategoryResourceRelationshipsChildrenDataInner `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
CategoryResourceRelationshipsChildren struct for CategoryResourceRelationshipsChildren
func NewCategoryResourceRelationshipsChildren ¶
func NewCategoryResourceRelationshipsChildren(data []CategoryResourceRelationshipsChildrenDataInner) *CategoryResourceRelationshipsChildren
NewCategoryResourceRelationshipsChildren instantiates a new CategoryResourceRelationshipsChildren object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceRelationshipsChildrenWithDefaults ¶
func NewCategoryResourceRelationshipsChildrenWithDefaults() *CategoryResourceRelationshipsChildren
NewCategoryResourceRelationshipsChildrenWithDefaults instantiates a new CategoryResourceRelationshipsChildren object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResourceRelationshipsChildren) GetData ¶
func (o *CategoryResourceRelationshipsChildren) GetData() []CategoryResourceRelationshipsChildrenDataInner
GetData returns the Data field value
func (*CategoryResourceRelationshipsChildren) GetDataOk ¶
func (o *CategoryResourceRelationshipsChildren) GetDataOk() ([]CategoryResourceRelationshipsChildrenDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*CategoryResourceRelationshipsChildren) GetLinks ¶
func (o *CategoryResourceRelationshipsChildren) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*CategoryResourceRelationshipsChildren) GetLinksOk ¶
func (o *CategoryResourceRelationshipsChildren) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryResourceRelationshipsChildren) HasLinks ¶
func (o *CategoryResourceRelationshipsChildren) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CategoryResourceRelationshipsChildren) MarshalJSON ¶
func (o CategoryResourceRelationshipsChildren) MarshalJSON() ([]byte, error)
func (*CategoryResourceRelationshipsChildren) SetData ¶
func (o *CategoryResourceRelationshipsChildren) SetData(v []CategoryResourceRelationshipsChildrenDataInner)
SetData sets field value
func (*CategoryResourceRelationshipsChildren) SetLinks ¶
func (o *CategoryResourceRelationshipsChildren) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (CategoryResourceRelationshipsChildren) ToMap ¶
func (o CategoryResourceRelationshipsChildren) ToMap() (map[string]interface{}, error)
func (*CategoryResourceRelationshipsChildren) UnmarshalJSON ¶
func (o *CategoryResourceRelationshipsChildren) UnmarshalJSON(data []byte) (err error)
type CategoryResourceRelationshipsChildrenDataInner ¶
type CategoryResourceRelationshipsChildrenDataInner struct { // The type of this resource: `categories` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
CategoryResourceRelationshipsChildrenDataInner struct for CategoryResourceRelationshipsChildrenDataInner
func NewCategoryResourceRelationshipsChildrenDataInner ¶
func NewCategoryResourceRelationshipsChildrenDataInner(type_ string, id string) *CategoryResourceRelationshipsChildrenDataInner
NewCategoryResourceRelationshipsChildrenDataInner instantiates a new CategoryResourceRelationshipsChildrenDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceRelationshipsChildrenDataInnerWithDefaults ¶
func NewCategoryResourceRelationshipsChildrenDataInnerWithDefaults() *CategoryResourceRelationshipsChildrenDataInner
NewCategoryResourceRelationshipsChildrenDataInnerWithDefaults instantiates a new CategoryResourceRelationshipsChildrenDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResourceRelationshipsChildrenDataInner) GetId ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) GetId() string
GetId returns the Id field value
func (*CategoryResourceRelationshipsChildrenDataInner) GetIdOk ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CategoryResourceRelationshipsChildrenDataInner) GetType ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) GetType() string
GetType returns the Type field value
func (*CategoryResourceRelationshipsChildrenDataInner) GetTypeOk ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (CategoryResourceRelationshipsChildrenDataInner) MarshalJSON ¶
func (o CategoryResourceRelationshipsChildrenDataInner) MarshalJSON() ([]byte, error)
func (*CategoryResourceRelationshipsChildrenDataInner) SetId ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) SetId(v string)
SetId sets field value
func (*CategoryResourceRelationshipsChildrenDataInner) SetType ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) SetType(v string)
SetType sets field value
func (CategoryResourceRelationshipsChildrenDataInner) ToMap ¶
func (o CategoryResourceRelationshipsChildrenDataInner) ToMap() (map[string]interface{}, error)
func (*CategoryResourceRelationshipsChildrenDataInner) UnmarshalJSON ¶
func (o *CategoryResourceRelationshipsChildrenDataInner) UnmarshalJSON(data []byte) (err error)
type CategoryResourceRelationshipsParent ¶
type CategoryResourceRelationshipsParent struct { Data NullableCategoryResourceRelationshipsParentData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
CategoryResourceRelationshipsParent struct for CategoryResourceRelationshipsParent
func NewCategoryResourceRelationshipsParent ¶
func NewCategoryResourceRelationshipsParent(data NullableCategoryResourceRelationshipsParentData) *CategoryResourceRelationshipsParent
NewCategoryResourceRelationshipsParent instantiates a new CategoryResourceRelationshipsParent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceRelationshipsParentWithDefaults ¶
func NewCategoryResourceRelationshipsParentWithDefaults() *CategoryResourceRelationshipsParent
NewCategoryResourceRelationshipsParentWithDefaults instantiates a new CategoryResourceRelationshipsParent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResourceRelationshipsParent) GetData ¶
func (o *CategoryResourceRelationshipsParent) GetData() CategoryResourceRelationshipsParentData
GetData returns the Data field value If the value is explicit nil, the zero value for CategoryResourceRelationshipsParentData will be returned
func (*CategoryResourceRelationshipsParent) GetDataOk ¶
func (o *CategoryResourceRelationshipsParent) GetDataOk() (*CategoryResourceRelationshipsParentData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*CategoryResourceRelationshipsParent) GetLinks ¶
func (o *CategoryResourceRelationshipsParent) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*CategoryResourceRelationshipsParent) GetLinksOk ¶
func (o *CategoryResourceRelationshipsParent) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CategoryResourceRelationshipsParent) HasLinks ¶
func (o *CategoryResourceRelationshipsParent) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (CategoryResourceRelationshipsParent) MarshalJSON ¶
func (o CategoryResourceRelationshipsParent) MarshalJSON() ([]byte, error)
func (*CategoryResourceRelationshipsParent) SetData ¶
func (o *CategoryResourceRelationshipsParent) SetData(v CategoryResourceRelationshipsParentData)
SetData sets field value
func (*CategoryResourceRelationshipsParent) SetLinks ¶
func (o *CategoryResourceRelationshipsParent) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (CategoryResourceRelationshipsParent) ToMap ¶
func (o CategoryResourceRelationshipsParent) ToMap() (map[string]interface{}, error)
func (*CategoryResourceRelationshipsParent) UnmarshalJSON ¶
func (o *CategoryResourceRelationshipsParent) UnmarshalJSON(data []byte) (err error)
type CategoryResourceRelationshipsParentData ¶
type CategoryResourceRelationshipsParentData struct { // The type of this resource: `categories` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
CategoryResourceRelationshipsParentData struct for CategoryResourceRelationshipsParentData
func NewCategoryResourceRelationshipsParentData ¶
func NewCategoryResourceRelationshipsParentData(type_ string, id string) *CategoryResourceRelationshipsParentData
NewCategoryResourceRelationshipsParentData instantiates a new CategoryResourceRelationshipsParentData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCategoryResourceRelationshipsParentDataWithDefaults ¶
func NewCategoryResourceRelationshipsParentDataWithDefaults() *CategoryResourceRelationshipsParentData
NewCategoryResourceRelationshipsParentDataWithDefaults instantiates a new CategoryResourceRelationshipsParentData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CategoryResourceRelationshipsParentData) GetId ¶
func (o *CategoryResourceRelationshipsParentData) GetId() string
GetId returns the Id field value
func (*CategoryResourceRelationshipsParentData) GetIdOk ¶
func (o *CategoryResourceRelationshipsParentData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CategoryResourceRelationshipsParentData) GetType ¶
func (o *CategoryResourceRelationshipsParentData) GetType() string
GetType returns the Type field value
func (*CategoryResourceRelationshipsParentData) GetTypeOk ¶
func (o *CategoryResourceRelationshipsParentData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (CategoryResourceRelationshipsParentData) MarshalJSON ¶
func (o CategoryResourceRelationshipsParentData) MarshalJSON() ([]byte, error)
func (*CategoryResourceRelationshipsParentData) SetId ¶
func (o *CategoryResourceRelationshipsParentData) SetId(v string)
SetId sets field value
func (*CategoryResourceRelationshipsParentData) SetType ¶
func (o *CategoryResourceRelationshipsParentData) SetType(v string)
SetType sets field value
func (CategoryResourceRelationshipsParentData) ToMap ¶
func (o CategoryResourceRelationshipsParentData) ToMap() (map[string]interface{}, error)
func (*CategoryResourceRelationshipsParentData) UnmarshalJSON ¶
func (o *CategoryResourceRelationshipsParentData) UnmarshalJSON(data []byte) (err error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateWebhookRequest ¶
type CreateWebhookRequest struct { // The webhook resource to create. Data WebhookInputResource `json:"data"` }
CreateWebhookRequest Request to create a new webhook. This currently only requires a `url` attribute.
func NewCreateWebhookRequest ¶
func NewCreateWebhookRequest(data WebhookInputResource) *CreateWebhookRequest
NewCreateWebhookRequest instantiates a new CreateWebhookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateWebhookRequestWithDefaults ¶
func NewCreateWebhookRequestWithDefaults() *CreateWebhookRequest
NewCreateWebhookRequestWithDefaults instantiates a new CreateWebhookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateWebhookRequest) GetData ¶
func (o *CreateWebhookRequest) GetData() WebhookInputResource
GetData returns the Data field value
func (*CreateWebhookRequest) GetDataOk ¶
func (o *CreateWebhookRequest) GetDataOk() (*WebhookInputResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (CreateWebhookRequest) MarshalJSON ¶
func (o CreateWebhookRequest) MarshalJSON() ([]byte, error)
func (*CreateWebhookRequest) SetData ¶
func (o *CreateWebhookRequest) SetData(v WebhookInputResource)
SetData sets field value
func (CreateWebhookRequest) ToMap ¶
func (o CreateWebhookRequest) ToMap() (map[string]interface{}, error)
func (*CreateWebhookRequest) UnmarshalJSON ¶
func (o *CreateWebhookRequest) UnmarshalJSON(data []byte) (err error)
type CreateWebhookResponse ¶
type CreateWebhookResponse struct { // The webhook that was created. Data WebhookResource `json:"data"` }
CreateWebhookResponse Successful response after creating a webhook.
func NewCreateWebhookResponse ¶
func NewCreateWebhookResponse(data WebhookResource) *CreateWebhookResponse
NewCreateWebhookResponse instantiates a new CreateWebhookResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateWebhookResponseWithDefaults ¶
func NewCreateWebhookResponseWithDefaults() *CreateWebhookResponse
NewCreateWebhookResponseWithDefaults instantiates a new CreateWebhookResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateWebhookResponse) GetData ¶
func (o *CreateWebhookResponse) GetData() WebhookResource
GetData returns the Data field value
func (*CreateWebhookResponse) GetDataOk ¶
func (o *CreateWebhookResponse) GetDataOk() (*WebhookResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (CreateWebhookResponse) MarshalJSON ¶
func (o CreateWebhookResponse) MarshalJSON() ([]byte, error)
func (*CreateWebhookResponse) SetData ¶
func (o *CreateWebhookResponse) SetData(v WebhookResource)
SetData sets field value
func (CreateWebhookResponse) ToMap ¶
func (o CreateWebhookResponse) ToMap() (map[string]interface{}, error)
func (*CreateWebhookResponse) UnmarshalJSON ¶
func (o *CreateWebhookResponse) UnmarshalJSON(data []byte) (err error)
type CustomerObject ¶
type CustomerObject struct { // The Upname or preferred name of the customer DisplayName string `json:"displayName"` }
CustomerObject Provides information about the customer who initiated a transaction
func NewCustomerObject ¶
func NewCustomerObject(displayName string) *CustomerObject
NewCustomerObject instantiates a new CustomerObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCustomerObjectWithDefaults ¶
func NewCustomerObjectWithDefaults() *CustomerObject
NewCustomerObjectWithDefaults instantiates a new CustomerObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CustomerObject) GetDisplayName ¶
func (o *CustomerObject) GetDisplayName() string
GetDisplayName returns the DisplayName field value
func (*CustomerObject) GetDisplayNameOk ¶
func (o *CustomerObject) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.
func (CustomerObject) MarshalJSON ¶
func (o CustomerObject) MarshalJSON() ([]byte, error)
func (*CustomerObject) SetDisplayName ¶
func (o *CustomerObject) SetDisplayName(v string)
SetDisplayName sets field value
func (CustomerObject) ToMap ¶
func (o CustomerObject) ToMap() (map[string]interface{}, error)
func (*CustomerObject) UnmarshalJSON ¶
func (o *CustomerObject) UnmarshalJSON(data []byte) (err error)
type ErrorObject ¶
type ErrorObject struct { // The HTTP status code associated with this error. This can also be obtained from the response headers. The status indicates the broad type of error according to HTTP semantics. Status string `json:"status"` // A short description of this error. This should be stable across multiple occurrences of this type of error and typically expands on the reason for the status code. Title string `json:"title"` // A detailed description of this error. This should be considered unique to individual occurrences of an error and subject to change. It is useful for debugging purposes. Detail string `json:"detail"` Source *ErrorObjectSource `json:"source,omitempty"` }
ErrorObject Provides information about an error processing a request.
func NewErrorObject ¶
func NewErrorObject(status string, title string, detail string) *ErrorObject
NewErrorObject instantiates a new ErrorObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorObjectWithDefaults ¶
func NewErrorObjectWithDefaults() *ErrorObject
NewErrorObjectWithDefaults instantiates a new ErrorObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorObject) GetDetail ¶
func (o *ErrorObject) GetDetail() string
GetDetail returns the Detail field value
func (*ErrorObject) GetDetailOk ¶
func (o *ErrorObject) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value and a boolean to check if the value has been set.
func (*ErrorObject) GetSource ¶
func (o *ErrorObject) GetSource() ErrorObjectSource
GetSource returns the Source field value if set, zero value otherwise.
func (*ErrorObject) GetSourceOk ¶
func (o *ErrorObject) GetSourceOk() (*ErrorObjectSource, bool)
GetSourceOk returns a tuple with the Source field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorObject) GetStatus ¶
func (o *ErrorObject) GetStatus() string
GetStatus returns the Status field value
func (*ErrorObject) GetStatusOk ¶
func (o *ErrorObject) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ErrorObject) GetTitle ¶
func (o *ErrorObject) GetTitle() string
GetTitle returns the Title field value
func (*ErrorObject) GetTitleOk ¶
func (o *ErrorObject) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.
func (*ErrorObject) HasSource ¶
func (o *ErrorObject) HasSource() bool
HasSource returns a boolean if a field has been set.
func (ErrorObject) MarshalJSON ¶
func (o ErrorObject) MarshalJSON() ([]byte, error)
func (*ErrorObject) SetDetail ¶
func (o *ErrorObject) SetDetail(v string)
SetDetail sets field value
func (*ErrorObject) SetSource ¶
func (o *ErrorObject) SetSource(v ErrorObjectSource)
SetSource gets a reference to the given ErrorObjectSource and assigns it to the Source field.
func (*ErrorObject) SetStatus ¶
func (o *ErrorObject) SetStatus(v string)
SetStatus sets field value
func (ErrorObject) ToMap ¶
func (o ErrorObject) ToMap() (map[string]interface{}, error)
func (*ErrorObject) UnmarshalJSON ¶
func (o *ErrorObject) UnmarshalJSON(data []byte) (err error)
type ErrorObjectSource ¶
type ErrorObjectSource struct { // If this error relates to a query parameter, the name of the parameter. Parameter *string `json:"parameter,omitempty"` // If this error relates to an attribute in the request body, a rfc-6901 JSON pointer to the attribute. Pointer *string `json:"pointer,omitempty"` }
ErrorObjectSource If applicable, location in the request that this error relates to. This may be a parameter in the query string, or a an attribute in the request body.
func NewErrorObjectSource ¶
func NewErrorObjectSource() *ErrorObjectSource
NewErrorObjectSource instantiates a new ErrorObjectSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorObjectSourceWithDefaults ¶
func NewErrorObjectSourceWithDefaults() *ErrorObjectSource
NewErrorObjectSourceWithDefaults instantiates a new ErrorObjectSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorObjectSource) GetParameter ¶
func (o *ErrorObjectSource) GetParameter() string
GetParameter returns the Parameter field value if set, zero value otherwise.
func (*ErrorObjectSource) GetParameterOk ¶
func (o *ErrorObjectSource) GetParameterOk() (*string, bool)
GetParameterOk returns a tuple with the Parameter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorObjectSource) GetPointer ¶
func (o *ErrorObjectSource) GetPointer() string
GetPointer returns the Pointer field value if set, zero value otherwise.
func (*ErrorObjectSource) GetPointerOk ¶
func (o *ErrorObjectSource) GetPointerOk() (*string, bool)
GetPointerOk returns a tuple with the Pointer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorObjectSource) HasParameter ¶
func (o *ErrorObjectSource) HasParameter() bool
HasParameter returns a boolean if a field has been set.
func (*ErrorObjectSource) HasPointer ¶
func (o *ErrorObjectSource) HasPointer() bool
HasPointer returns a boolean if a field has been set.
func (ErrorObjectSource) MarshalJSON ¶
func (o ErrorObjectSource) MarshalJSON() ([]byte, error)
func (*ErrorObjectSource) SetParameter ¶
func (o *ErrorObjectSource) SetParameter(v string)
SetParameter gets a reference to the given string and assigns it to the Parameter field.
func (*ErrorObjectSource) SetPointer ¶
func (o *ErrorObjectSource) SetPointer(v string)
SetPointer gets a reference to the given string and assigns it to the Pointer field.
func (ErrorObjectSource) ToMap ¶
func (o ErrorObjectSource) ToMap() (map[string]interface{}, error)
type ErrorResponse ¶
type ErrorResponse struct { // The list of errors returned in this response. Errors []ErrorObject `json:"errors"` }
ErrorResponse Generic error response that returns one or more errors.
func NewErrorResponse ¶
func NewErrorResponse(errors []ErrorObject) *ErrorResponse
NewErrorResponse instantiates a new ErrorResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewErrorResponseWithDefaults ¶
func NewErrorResponseWithDefaults() *ErrorResponse
NewErrorResponseWithDefaults instantiates a new ErrorResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ErrorResponse) GetErrors ¶
func (o *ErrorResponse) GetErrors() []ErrorObject
GetErrors returns the Errors field value
func (*ErrorResponse) GetErrorsOk ¶
func (o *ErrorResponse) GetErrorsOk() ([]ErrorObject, bool)
GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.
func (ErrorResponse) MarshalJSON ¶
func (o ErrorResponse) MarshalJSON() ([]byte, error)
func (*ErrorResponse) SetErrors ¶
func (o *ErrorResponse) SetErrors(v []ErrorObject)
SetErrors sets field value
func (ErrorResponse) ToMap ¶
func (o ErrorResponse) ToMap() (map[string]interface{}, error)
func (*ErrorResponse) UnmarshalJSON ¶
func (o *ErrorResponse) UnmarshalJSON(data []byte) (err error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type GetAccountResponse ¶
type GetAccountResponse struct { // The account returned in this response. Data AccountResource `json:"data"` }
GetAccountResponse Successful response to get a single account.
func NewGetAccountResponse ¶
func NewGetAccountResponse(data AccountResource) *GetAccountResponse
NewGetAccountResponse instantiates a new GetAccountResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetAccountResponseWithDefaults ¶
func NewGetAccountResponseWithDefaults() *GetAccountResponse
NewGetAccountResponseWithDefaults instantiates a new GetAccountResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetAccountResponse) GetData ¶
func (o *GetAccountResponse) GetData() AccountResource
GetData returns the Data field value
func (*GetAccountResponse) GetDataOk ¶
func (o *GetAccountResponse) GetDataOk() (*AccountResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetAccountResponse) MarshalJSON ¶
func (o GetAccountResponse) MarshalJSON() ([]byte, error)
func (*GetAccountResponse) SetData ¶
func (o *GetAccountResponse) SetData(v AccountResource)
SetData sets field value
func (GetAccountResponse) ToMap ¶
func (o GetAccountResponse) ToMap() (map[string]interface{}, error)
func (*GetAccountResponse) UnmarshalJSON ¶
func (o *GetAccountResponse) UnmarshalJSON(data []byte) (err error)
type GetAttachmentResponse ¶
type GetAttachmentResponse struct { // The attachment returned in this response. Data AttachmentResource `json:"data"` }
GetAttachmentResponse Successful response to get a single attachment.
func NewGetAttachmentResponse ¶
func NewGetAttachmentResponse(data AttachmentResource) *GetAttachmentResponse
NewGetAttachmentResponse instantiates a new GetAttachmentResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetAttachmentResponseWithDefaults ¶
func NewGetAttachmentResponseWithDefaults() *GetAttachmentResponse
NewGetAttachmentResponseWithDefaults instantiates a new GetAttachmentResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetAttachmentResponse) GetData ¶
func (o *GetAttachmentResponse) GetData() AttachmentResource
GetData returns the Data field value
func (*GetAttachmentResponse) GetDataOk ¶
func (o *GetAttachmentResponse) GetDataOk() (*AttachmentResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetAttachmentResponse) MarshalJSON ¶
func (o GetAttachmentResponse) MarshalJSON() ([]byte, error)
func (*GetAttachmentResponse) SetData ¶
func (o *GetAttachmentResponse) SetData(v AttachmentResource)
SetData sets field value
func (GetAttachmentResponse) ToMap ¶
func (o GetAttachmentResponse) ToMap() (map[string]interface{}, error)
func (*GetAttachmentResponse) UnmarshalJSON ¶
func (o *GetAttachmentResponse) UnmarshalJSON(data []byte) (err error)
type GetCategoryResponse ¶
type GetCategoryResponse struct { // The category returned in this response. Data CategoryResource `json:"data"` }
GetCategoryResponse Successful response to get a single category and its ancestry.
func NewGetCategoryResponse ¶
func NewGetCategoryResponse(data CategoryResource) *GetCategoryResponse
NewGetCategoryResponse instantiates a new GetCategoryResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetCategoryResponseWithDefaults ¶
func NewGetCategoryResponseWithDefaults() *GetCategoryResponse
NewGetCategoryResponseWithDefaults instantiates a new GetCategoryResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetCategoryResponse) GetData ¶
func (o *GetCategoryResponse) GetData() CategoryResource
GetData returns the Data field value
func (*GetCategoryResponse) GetDataOk ¶
func (o *GetCategoryResponse) GetDataOk() (*CategoryResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetCategoryResponse) MarshalJSON ¶
func (o GetCategoryResponse) MarshalJSON() ([]byte, error)
func (*GetCategoryResponse) SetData ¶
func (o *GetCategoryResponse) SetData(v CategoryResource)
SetData sets field value
func (GetCategoryResponse) ToMap ¶
func (o GetCategoryResponse) ToMap() (map[string]interface{}, error)
func (*GetCategoryResponse) UnmarshalJSON ¶
func (o *GetCategoryResponse) UnmarshalJSON(data []byte) (err error)
type GetTransactionResponse ¶
type GetTransactionResponse struct { // The transaction returned in this response. Data TransactionResource `json:"data"` }
GetTransactionResponse Successful response to get a single transaction.
func NewGetTransactionResponse ¶
func NewGetTransactionResponse(data TransactionResource) *GetTransactionResponse
NewGetTransactionResponse instantiates a new GetTransactionResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetTransactionResponseWithDefaults ¶
func NewGetTransactionResponseWithDefaults() *GetTransactionResponse
NewGetTransactionResponseWithDefaults instantiates a new GetTransactionResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetTransactionResponse) GetData ¶
func (o *GetTransactionResponse) GetData() TransactionResource
GetData returns the Data field value
func (*GetTransactionResponse) GetDataOk ¶
func (o *GetTransactionResponse) GetDataOk() (*TransactionResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetTransactionResponse) MarshalJSON ¶
func (o GetTransactionResponse) MarshalJSON() ([]byte, error)
func (*GetTransactionResponse) SetData ¶
func (o *GetTransactionResponse) SetData(v TransactionResource)
SetData sets field value
func (GetTransactionResponse) ToMap ¶
func (o GetTransactionResponse) ToMap() (map[string]interface{}, error)
func (*GetTransactionResponse) UnmarshalJSON ¶
func (o *GetTransactionResponse) UnmarshalJSON(data []byte) (err error)
type GetWebhookResponse ¶
type GetWebhookResponse struct { // The webhook returned in this response. Data WebhookResource `json:"data"` }
GetWebhookResponse Successful response to get a single webhook.
func NewGetWebhookResponse ¶
func NewGetWebhookResponse(data WebhookResource) *GetWebhookResponse
NewGetWebhookResponse instantiates a new GetWebhookResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetWebhookResponseWithDefaults ¶
func NewGetWebhookResponseWithDefaults() *GetWebhookResponse
NewGetWebhookResponseWithDefaults instantiates a new GetWebhookResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*GetWebhookResponse) GetData ¶
func (o *GetWebhookResponse) GetData() WebhookResource
GetData returns the Data field value
func (*GetWebhookResponse) GetDataOk ¶
func (o *GetWebhookResponse) GetDataOk() (*WebhookResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (GetWebhookResponse) MarshalJSON ¶
func (o GetWebhookResponse) MarshalJSON() ([]byte, error)
func (*GetWebhookResponse) SetData ¶
func (o *GetWebhookResponse) SetData(v WebhookResource)
SetData sets field value
func (GetWebhookResponse) ToMap ¶
func (o GetWebhookResponse) ToMap() (map[string]interface{}, error)
func (*GetWebhookResponse) UnmarshalJSON ¶
func (o *GetWebhookResponse) UnmarshalJSON(data []byte) (err error)
type HoldInfoObject ¶
type HoldInfoObject struct { // The amount of this transaction while in the `HELD` status, in Australian dollars. Amount MoneyObject `json:"amount"` // The foreign currency amount of this transaction while in the `HELD` status. This field will be `null` for domestic transactions. The amount was converted to the AUD amount reflected in the `amount` field. ForeignAmount NullableMoneyObject `json:"foreignAmount"` }
HoldInfoObject Provides information about the amount at which a transaction was in the `HELD` status.
func NewHoldInfoObject ¶
func NewHoldInfoObject(amount MoneyObject, foreignAmount NullableMoneyObject) *HoldInfoObject
NewHoldInfoObject instantiates a new HoldInfoObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewHoldInfoObjectWithDefaults ¶
func NewHoldInfoObjectWithDefaults() *HoldInfoObject
NewHoldInfoObjectWithDefaults instantiates a new HoldInfoObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*HoldInfoObject) GetAmount ¶
func (o *HoldInfoObject) GetAmount() MoneyObject
GetAmount returns the Amount field value
func (*HoldInfoObject) GetAmountOk ¶
func (o *HoldInfoObject) GetAmountOk() (*MoneyObject, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*HoldInfoObject) GetForeignAmount ¶
func (o *HoldInfoObject) GetForeignAmount() MoneyObject
GetForeignAmount returns the ForeignAmount field value If the value is explicit nil, the zero value for MoneyObject will be returned
func (*HoldInfoObject) GetForeignAmountOk ¶
func (o *HoldInfoObject) GetForeignAmountOk() (*MoneyObject, bool)
GetForeignAmountOk returns a tuple with the ForeignAmount field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (HoldInfoObject) MarshalJSON ¶
func (o HoldInfoObject) MarshalJSON() ([]byte, error)
func (*HoldInfoObject) SetAmount ¶
func (o *HoldInfoObject) SetAmount(v MoneyObject)
SetAmount sets field value
func (*HoldInfoObject) SetForeignAmount ¶
func (o *HoldInfoObject) SetForeignAmount(v MoneyObject)
SetForeignAmount sets field value
func (HoldInfoObject) ToMap ¶
func (o HoldInfoObject) ToMap() (map[string]interface{}, error)
func (*HoldInfoObject) UnmarshalJSON ¶
func (o *HoldInfoObject) UnmarshalJSON(data []byte) (err error)
type ListAccountsResponse ¶
type ListAccountsResponse struct { // The list of accounts returned in this response. Data []AccountResource `json:"data"` Links ListAccountsResponseLinks `json:"links"` }
ListAccountsResponse Successful response to get all accounts. This returns a paginated list of accounts, which can be scrolled by following the `prev` and `next` links if present.
func NewListAccountsResponse ¶
func NewListAccountsResponse(data []AccountResource, links ListAccountsResponseLinks) *ListAccountsResponse
NewListAccountsResponse instantiates a new ListAccountsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListAccountsResponseWithDefaults ¶
func NewListAccountsResponseWithDefaults() *ListAccountsResponse
NewListAccountsResponseWithDefaults instantiates a new ListAccountsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListAccountsResponse) GetData ¶
func (o *ListAccountsResponse) GetData() []AccountResource
GetData returns the Data field value
func (*ListAccountsResponse) GetDataOk ¶
func (o *ListAccountsResponse) GetDataOk() ([]AccountResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListAccountsResponse) GetLinks ¶
func (o *ListAccountsResponse) GetLinks() ListAccountsResponseLinks
GetLinks returns the Links field value
func (*ListAccountsResponse) GetLinksOk ¶
func (o *ListAccountsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (ListAccountsResponse) MarshalJSON ¶
func (o ListAccountsResponse) MarshalJSON() ([]byte, error)
func (*ListAccountsResponse) SetData ¶
func (o *ListAccountsResponse) SetData(v []AccountResource)
SetData sets field value
func (*ListAccountsResponse) SetLinks ¶
func (o *ListAccountsResponse) SetLinks(v ListAccountsResponseLinks)
SetLinks sets field value
func (ListAccountsResponse) ToMap ¶
func (o ListAccountsResponse) ToMap() (map[string]interface{}, error)
func (*ListAccountsResponse) UnmarshalJSON ¶
func (o *ListAccountsResponse) UnmarshalJSON(data []byte) (err error)
type ListAccountsResponseLinks ¶
type ListAccountsResponseLinks struct { // The link to the previous page in the results. If this value is `null` there is no previous page. Prev NullableString `json:"prev"` // The link to the next page in the results. If this value is `null` there is no next page. Next NullableString `json:"next"` }
ListAccountsResponseLinks struct for ListAccountsResponseLinks
func NewListAccountsResponseLinks ¶
func NewListAccountsResponseLinks(prev NullableString, next NullableString) *ListAccountsResponseLinks
NewListAccountsResponseLinks instantiates a new ListAccountsResponseLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListAccountsResponseLinksWithDefaults ¶
func NewListAccountsResponseLinksWithDefaults() *ListAccountsResponseLinks
NewListAccountsResponseLinksWithDefaults instantiates a new ListAccountsResponseLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListAccountsResponseLinks) GetNext ¶
func (o *ListAccountsResponseLinks) GetNext() string
GetNext returns the Next field value If the value is explicit nil, the zero value for string will be returned
func (*ListAccountsResponseLinks) GetNextOk ¶
func (o *ListAccountsResponseLinks) GetNextOk() (*string, bool)
GetNextOk returns a tuple with the Next field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*ListAccountsResponseLinks) GetPrev ¶
func (o *ListAccountsResponseLinks) GetPrev() string
GetPrev returns the Prev field value If the value is explicit nil, the zero value for string will be returned
func (*ListAccountsResponseLinks) GetPrevOk ¶
func (o *ListAccountsResponseLinks) GetPrevOk() (*string, bool)
GetPrevOk returns a tuple with the Prev field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (ListAccountsResponseLinks) MarshalJSON ¶
func (o ListAccountsResponseLinks) MarshalJSON() ([]byte, error)
func (*ListAccountsResponseLinks) SetNext ¶
func (o *ListAccountsResponseLinks) SetNext(v string)
SetNext sets field value
func (*ListAccountsResponseLinks) SetPrev ¶
func (o *ListAccountsResponseLinks) SetPrev(v string)
SetPrev sets field value
func (ListAccountsResponseLinks) ToMap ¶
func (o ListAccountsResponseLinks) ToMap() (map[string]interface{}, error)
func (*ListAccountsResponseLinks) UnmarshalJSON ¶
func (o *ListAccountsResponseLinks) UnmarshalJSON(data []byte) (err error)
type ListAttachmentsResponse ¶
type ListAttachmentsResponse struct { // The list of attachments returned in this response. Data []AttachmentResource `json:"data"` Links ListAccountsResponseLinks `json:"links"` }
ListAttachmentsResponse Successful response to get all attachments. This returns a paginated list of attachments, which can be scrolled by following the `prev` and `next` links if present.
func NewListAttachmentsResponse ¶
func NewListAttachmentsResponse(data []AttachmentResource, links ListAccountsResponseLinks) *ListAttachmentsResponse
NewListAttachmentsResponse instantiates a new ListAttachmentsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListAttachmentsResponseWithDefaults ¶
func NewListAttachmentsResponseWithDefaults() *ListAttachmentsResponse
NewListAttachmentsResponseWithDefaults instantiates a new ListAttachmentsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListAttachmentsResponse) GetData ¶
func (o *ListAttachmentsResponse) GetData() []AttachmentResource
GetData returns the Data field value
func (*ListAttachmentsResponse) GetDataOk ¶
func (o *ListAttachmentsResponse) GetDataOk() ([]AttachmentResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListAttachmentsResponse) GetLinks ¶
func (o *ListAttachmentsResponse) GetLinks() ListAccountsResponseLinks
GetLinks returns the Links field value
func (*ListAttachmentsResponse) GetLinksOk ¶
func (o *ListAttachmentsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (ListAttachmentsResponse) MarshalJSON ¶
func (o ListAttachmentsResponse) MarshalJSON() ([]byte, error)
func (*ListAttachmentsResponse) SetData ¶
func (o *ListAttachmentsResponse) SetData(v []AttachmentResource)
SetData sets field value
func (*ListAttachmentsResponse) SetLinks ¶
func (o *ListAttachmentsResponse) SetLinks(v ListAccountsResponseLinks)
SetLinks sets field value
func (ListAttachmentsResponse) ToMap ¶
func (o ListAttachmentsResponse) ToMap() (map[string]interface{}, error)
func (*ListAttachmentsResponse) UnmarshalJSON ¶
func (o *ListAttachmentsResponse) UnmarshalJSON(data []byte) (err error)
type ListCategoriesResponse ¶
type ListCategoriesResponse struct { // The list of categories returned in this response. Data []CategoryResource `json:"data"` }
ListCategoriesResponse Successful response to get all categories and their ancestry. The returned list is not paginated.
func NewListCategoriesResponse ¶
func NewListCategoriesResponse(data []CategoryResource) *ListCategoriesResponse
NewListCategoriesResponse instantiates a new ListCategoriesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListCategoriesResponseWithDefaults ¶
func NewListCategoriesResponseWithDefaults() *ListCategoriesResponse
NewListCategoriesResponseWithDefaults instantiates a new ListCategoriesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListCategoriesResponse) GetData ¶
func (o *ListCategoriesResponse) GetData() []CategoryResource
GetData returns the Data field value
func (*ListCategoriesResponse) GetDataOk ¶
func (o *ListCategoriesResponse) GetDataOk() ([]CategoryResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (ListCategoriesResponse) MarshalJSON ¶
func (o ListCategoriesResponse) MarshalJSON() ([]byte, error)
func (*ListCategoriesResponse) SetData ¶
func (o *ListCategoriesResponse) SetData(v []CategoryResource)
SetData sets field value
func (ListCategoriesResponse) ToMap ¶
func (o ListCategoriesResponse) ToMap() (map[string]interface{}, error)
func (*ListCategoriesResponse) UnmarshalJSON ¶
func (o *ListCategoriesResponse) UnmarshalJSON(data []byte) (err error)
type ListTagsResponse ¶
type ListTagsResponse struct { // The list of tags returned in this response. Data []TagResource `json:"data"` Links ListAccountsResponseLinks `json:"links"` }
ListTagsResponse Successful response to get all tags. This returns a paginated list of tags, which can be scrolled by following the `prev` and `next` links if present.
func NewListTagsResponse ¶
func NewListTagsResponse(data []TagResource, links ListAccountsResponseLinks) *ListTagsResponse
NewListTagsResponse instantiates a new ListTagsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListTagsResponseWithDefaults ¶
func NewListTagsResponseWithDefaults() *ListTagsResponse
NewListTagsResponseWithDefaults instantiates a new ListTagsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListTagsResponse) GetData ¶
func (o *ListTagsResponse) GetData() []TagResource
GetData returns the Data field value
func (*ListTagsResponse) GetDataOk ¶
func (o *ListTagsResponse) GetDataOk() ([]TagResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListTagsResponse) GetLinks ¶
func (o *ListTagsResponse) GetLinks() ListAccountsResponseLinks
GetLinks returns the Links field value
func (*ListTagsResponse) GetLinksOk ¶
func (o *ListTagsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (ListTagsResponse) MarshalJSON ¶
func (o ListTagsResponse) MarshalJSON() ([]byte, error)
func (*ListTagsResponse) SetData ¶
func (o *ListTagsResponse) SetData(v []TagResource)
SetData sets field value
func (*ListTagsResponse) SetLinks ¶
func (o *ListTagsResponse) SetLinks(v ListAccountsResponseLinks)
SetLinks sets field value
func (ListTagsResponse) ToMap ¶
func (o ListTagsResponse) ToMap() (map[string]interface{}, error)
func (*ListTagsResponse) UnmarshalJSON ¶
func (o *ListTagsResponse) UnmarshalJSON(data []byte) (err error)
type ListTransactionsResponse ¶
type ListTransactionsResponse struct { // The list of transactions returned in this response. Data []TransactionResource `json:"data"` Links ListAccountsResponseLinks `json:"links"` }
ListTransactionsResponse Successful response to get all transactions. This returns a paginated list of transactions, which can be scrolled by following the `prev` and `next` links if present.
func NewListTransactionsResponse ¶
func NewListTransactionsResponse(data []TransactionResource, links ListAccountsResponseLinks) *ListTransactionsResponse
NewListTransactionsResponse instantiates a new ListTransactionsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListTransactionsResponseWithDefaults ¶
func NewListTransactionsResponseWithDefaults() *ListTransactionsResponse
NewListTransactionsResponseWithDefaults instantiates a new ListTransactionsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListTransactionsResponse) GetData ¶
func (o *ListTransactionsResponse) GetData() []TransactionResource
GetData returns the Data field value
func (*ListTransactionsResponse) GetDataOk ¶
func (o *ListTransactionsResponse) GetDataOk() ([]TransactionResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListTransactionsResponse) GetLinks ¶
func (o *ListTransactionsResponse) GetLinks() ListAccountsResponseLinks
GetLinks returns the Links field value
func (*ListTransactionsResponse) GetLinksOk ¶
func (o *ListTransactionsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (ListTransactionsResponse) MarshalJSON ¶
func (o ListTransactionsResponse) MarshalJSON() ([]byte, error)
func (*ListTransactionsResponse) SetData ¶
func (o *ListTransactionsResponse) SetData(v []TransactionResource)
SetData sets field value
func (*ListTransactionsResponse) SetLinks ¶
func (o *ListTransactionsResponse) SetLinks(v ListAccountsResponseLinks)
SetLinks sets field value
func (ListTransactionsResponse) ToMap ¶
func (o ListTransactionsResponse) ToMap() (map[string]interface{}, error)
func (*ListTransactionsResponse) UnmarshalJSON ¶
func (o *ListTransactionsResponse) UnmarshalJSON(data []byte) (err error)
type ListWebhookDeliveryLogsResponse ¶
type ListWebhookDeliveryLogsResponse struct { // The list of delivery logs returned in this response. Data []WebhookDeliveryLogResource `json:"data"` Links ListAccountsResponseLinks `json:"links"` }
ListWebhookDeliveryLogsResponse Successful response to get all delivery logs for a webhook. This returns a paginated list of delivery logs, which can be scrolled by following the `next` and `prev` links if present.
func NewListWebhookDeliveryLogsResponse ¶
func NewListWebhookDeliveryLogsResponse(data []WebhookDeliveryLogResource, links ListAccountsResponseLinks) *ListWebhookDeliveryLogsResponse
NewListWebhookDeliveryLogsResponse instantiates a new ListWebhookDeliveryLogsResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWebhookDeliveryLogsResponseWithDefaults ¶
func NewListWebhookDeliveryLogsResponseWithDefaults() *ListWebhookDeliveryLogsResponse
NewListWebhookDeliveryLogsResponseWithDefaults instantiates a new ListWebhookDeliveryLogsResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWebhookDeliveryLogsResponse) GetData ¶
func (o *ListWebhookDeliveryLogsResponse) GetData() []WebhookDeliveryLogResource
GetData returns the Data field value
func (*ListWebhookDeliveryLogsResponse) GetDataOk ¶
func (o *ListWebhookDeliveryLogsResponse) GetDataOk() ([]WebhookDeliveryLogResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListWebhookDeliveryLogsResponse) GetLinks ¶
func (o *ListWebhookDeliveryLogsResponse) GetLinks() ListAccountsResponseLinks
GetLinks returns the Links field value
func (*ListWebhookDeliveryLogsResponse) GetLinksOk ¶
func (o *ListWebhookDeliveryLogsResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (ListWebhookDeliveryLogsResponse) MarshalJSON ¶
func (o ListWebhookDeliveryLogsResponse) MarshalJSON() ([]byte, error)
func (*ListWebhookDeliveryLogsResponse) SetData ¶
func (o *ListWebhookDeliveryLogsResponse) SetData(v []WebhookDeliveryLogResource)
SetData sets field value
func (*ListWebhookDeliveryLogsResponse) SetLinks ¶
func (o *ListWebhookDeliveryLogsResponse) SetLinks(v ListAccountsResponseLinks)
SetLinks sets field value
func (ListWebhookDeliveryLogsResponse) ToMap ¶
func (o ListWebhookDeliveryLogsResponse) ToMap() (map[string]interface{}, error)
func (*ListWebhookDeliveryLogsResponse) UnmarshalJSON ¶
func (o *ListWebhookDeliveryLogsResponse) UnmarshalJSON(data []byte) (err error)
type ListWebhooksResponse ¶
type ListWebhooksResponse struct { // The list of webhooks returned in this response. Data []WebhookResource `json:"data"` Links ListAccountsResponseLinks `json:"links"` }
ListWebhooksResponse Successful response to get all webhooks. This returns a paginated list of webhooks, which can be scrolled by following the `prev` and `next` links if present.
func NewListWebhooksResponse ¶
func NewListWebhooksResponse(data []WebhookResource, links ListAccountsResponseLinks) *ListWebhooksResponse
NewListWebhooksResponse instantiates a new ListWebhooksResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewListWebhooksResponseWithDefaults ¶
func NewListWebhooksResponseWithDefaults() *ListWebhooksResponse
NewListWebhooksResponseWithDefaults instantiates a new ListWebhooksResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ListWebhooksResponse) GetData ¶
func (o *ListWebhooksResponse) GetData() []WebhookResource
GetData returns the Data field value
func (*ListWebhooksResponse) GetDataOk ¶
func (o *ListWebhooksResponse) GetDataOk() ([]WebhookResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*ListWebhooksResponse) GetLinks ¶
func (o *ListWebhooksResponse) GetLinks() ListAccountsResponseLinks
GetLinks returns the Links field value
func (*ListWebhooksResponse) GetLinksOk ¶
func (o *ListWebhooksResponse) GetLinksOk() (*ListAccountsResponseLinks, bool)
GetLinksOk returns a tuple with the Links field value and a boolean to check if the value has been set.
func (ListWebhooksResponse) MarshalJSON ¶
func (o ListWebhooksResponse) MarshalJSON() ([]byte, error)
func (*ListWebhooksResponse) SetData ¶
func (o *ListWebhooksResponse) SetData(v []WebhookResource)
SetData sets field value
func (*ListWebhooksResponse) SetLinks ¶
func (o *ListWebhooksResponse) SetLinks(v ListAccountsResponseLinks)
SetLinks sets field value
func (ListWebhooksResponse) ToMap ¶
func (o ListWebhooksResponse) ToMap() (map[string]interface{}, error)
func (*ListWebhooksResponse) UnmarshalJSON ¶
func (o *ListWebhooksResponse) UnmarshalJSON(data []byte) (err error)
type MappedNullable ¶
type MoneyObject ¶
type MoneyObject struct { // The ISO 4217 currency code. CurrencyCode string `json:"currencyCode"` // The amount of money, formatted as a string in the relevant currency. For example, for an Australian dollar value of $10.56, this field will be `\"10.56\"`. The currency symbol is not included in the string. Value string `json:"value"` // The amount of money in the smallest denomination for the currency, as a 64-bit integer. For example, for an Australian dollar value of $10.56, this field will be `1056`. ValueInBaseUnits int32 `json:"valueInBaseUnits"` }
MoneyObject Provides information about a value of money.
func NewMoneyObject ¶
func NewMoneyObject(currencyCode string, value string, valueInBaseUnits int32) *MoneyObject
NewMoneyObject instantiates a new MoneyObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMoneyObjectWithDefaults ¶
func NewMoneyObjectWithDefaults() *MoneyObject
NewMoneyObjectWithDefaults instantiates a new MoneyObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MoneyObject) GetCurrencyCode ¶
func (o *MoneyObject) GetCurrencyCode() string
GetCurrencyCode returns the CurrencyCode field value
func (*MoneyObject) GetCurrencyCodeOk ¶
func (o *MoneyObject) GetCurrencyCodeOk() (*string, bool)
GetCurrencyCodeOk returns a tuple with the CurrencyCode field value and a boolean to check if the value has been set.
func (*MoneyObject) GetValue ¶
func (o *MoneyObject) GetValue() string
GetValue returns the Value field value
func (*MoneyObject) GetValueInBaseUnits ¶
func (o *MoneyObject) GetValueInBaseUnits() int32
GetValueInBaseUnits returns the ValueInBaseUnits field value
func (*MoneyObject) GetValueInBaseUnitsOk ¶
func (o *MoneyObject) GetValueInBaseUnitsOk() (*int32, bool)
GetValueInBaseUnitsOk returns a tuple with the ValueInBaseUnits field value and a boolean to check if the value has been set.
func (*MoneyObject) GetValueOk ¶
func (o *MoneyObject) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (MoneyObject) MarshalJSON ¶
func (o MoneyObject) MarshalJSON() ([]byte, error)
func (*MoneyObject) SetCurrencyCode ¶
func (o *MoneyObject) SetCurrencyCode(v string)
SetCurrencyCode sets field value
func (*MoneyObject) SetValueInBaseUnits ¶
func (o *MoneyObject) SetValueInBaseUnits(v int32)
SetValueInBaseUnits sets field value
func (MoneyObject) ToMap ¶
func (o MoneyObject) ToMap() (map[string]interface{}, error)
func (*MoneyObject) UnmarshalJSON ¶
func (o *MoneyObject) UnmarshalJSON(data []byte) (err error)
type NoteObject ¶
type NoteObject struct { // A text note about the transaction. Text string `json:"text"` }
NoteObject Provides information about the note and attachement.
func NewNoteObject ¶
func NewNoteObject(text string) *NoteObject
NewNoteObject instantiates a new NoteObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewNoteObjectWithDefaults ¶
func NewNoteObjectWithDefaults() *NoteObject
NewNoteObjectWithDefaults instantiates a new NoteObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*NoteObject) GetText ¶
func (o *NoteObject) GetText() string
GetText returns the Text field value
func (*NoteObject) GetTextOk ¶
func (o *NoteObject) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field value and a boolean to check if the value has been set.
func (NoteObject) MarshalJSON ¶
func (o NoteObject) MarshalJSON() ([]byte, error)
func (NoteObject) ToMap ¶
func (o NoteObject) ToMap() (map[string]interface{}, error)
func (*NoteObject) UnmarshalJSON ¶
func (o *NoteObject) UnmarshalJSON(data []byte) (err error)
type NullableAccountResource ¶
type NullableAccountResource struct {
// contains filtered or unexported fields
}
func NewNullableAccountResource ¶
func NewNullableAccountResource(val *AccountResource) *NullableAccountResource
func (NullableAccountResource) Get ¶
func (v NullableAccountResource) Get() *AccountResource
func (NullableAccountResource) IsSet ¶
func (v NullableAccountResource) IsSet() bool
func (NullableAccountResource) MarshalJSON ¶
func (v NullableAccountResource) MarshalJSON() ([]byte, error)
func (*NullableAccountResource) Set ¶
func (v *NullableAccountResource) Set(val *AccountResource)
func (*NullableAccountResource) UnmarshalJSON ¶
func (v *NullableAccountResource) UnmarshalJSON(src []byte) error
func (*NullableAccountResource) Unset ¶
func (v *NullableAccountResource) Unset()
type NullableAccountResourceAttributes ¶
type NullableAccountResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableAccountResourceAttributes ¶
func NewNullableAccountResourceAttributes(val *AccountResourceAttributes) *NullableAccountResourceAttributes
func (NullableAccountResourceAttributes) Get ¶
func (v NullableAccountResourceAttributes) Get() *AccountResourceAttributes
func (NullableAccountResourceAttributes) IsSet ¶
func (v NullableAccountResourceAttributes) IsSet() bool
func (NullableAccountResourceAttributes) MarshalJSON ¶
func (v NullableAccountResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableAccountResourceAttributes) Set ¶
func (v *NullableAccountResourceAttributes) Set(val *AccountResourceAttributes)
func (*NullableAccountResourceAttributes) UnmarshalJSON ¶
func (v *NullableAccountResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableAccountResourceAttributes) Unset ¶
func (v *NullableAccountResourceAttributes) Unset()
type NullableAccountResourceLinks ¶
type NullableAccountResourceLinks struct {
// contains filtered or unexported fields
}
func NewNullableAccountResourceLinks ¶
func NewNullableAccountResourceLinks(val *AccountResourceLinks) *NullableAccountResourceLinks
func (NullableAccountResourceLinks) Get ¶
func (v NullableAccountResourceLinks) Get() *AccountResourceLinks
func (NullableAccountResourceLinks) IsSet ¶
func (v NullableAccountResourceLinks) IsSet() bool
func (NullableAccountResourceLinks) MarshalJSON ¶
func (v NullableAccountResourceLinks) MarshalJSON() ([]byte, error)
func (*NullableAccountResourceLinks) Set ¶
func (v *NullableAccountResourceLinks) Set(val *AccountResourceLinks)
func (*NullableAccountResourceLinks) UnmarshalJSON ¶
func (v *NullableAccountResourceLinks) UnmarshalJSON(src []byte) error
func (*NullableAccountResourceLinks) Unset ¶
func (v *NullableAccountResourceLinks) Unset()
type NullableAccountResourceRelationships ¶
type NullableAccountResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableAccountResourceRelationships ¶
func NewNullableAccountResourceRelationships(val *AccountResourceRelationships) *NullableAccountResourceRelationships
func (NullableAccountResourceRelationships) Get ¶
func (v NullableAccountResourceRelationships) Get() *AccountResourceRelationships
func (NullableAccountResourceRelationships) IsSet ¶
func (v NullableAccountResourceRelationships) IsSet() bool
func (NullableAccountResourceRelationships) MarshalJSON ¶
func (v NullableAccountResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableAccountResourceRelationships) Set ¶
func (v *NullableAccountResourceRelationships) Set(val *AccountResourceRelationships)
func (*NullableAccountResourceRelationships) UnmarshalJSON ¶
func (v *NullableAccountResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableAccountResourceRelationships) Unset ¶
func (v *NullableAccountResourceRelationships) Unset()
type NullableAccountResourceRelationshipsTransactions ¶
type NullableAccountResourceRelationshipsTransactions struct {
// contains filtered or unexported fields
}
func NewNullableAccountResourceRelationshipsTransactions ¶
func NewNullableAccountResourceRelationshipsTransactions(val *AccountResourceRelationshipsTransactions) *NullableAccountResourceRelationshipsTransactions
func (NullableAccountResourceRelationshipsTransactions) IsSet ¶
func (v NullableAccountResourceRelationshipsTransactions) IsSet() bool
func (NullableAccountResourceRelationshipsTransactions) MarshalJSON ¶
func (v NullableAccountResourceRelationshipsTransactions) MarshalJSON() ([]byte, error)
func (*NullableAccountResourceRelationshipsTransactions) UnmarshalJSON ¶
func (v *NullableAccountResourceRelationshipsTransactions) UnmarshalJSON(src []byte) error
func (*NullableAccountResourceRelationshipsTransactions) Unset ¶
func (v *NullableAccountResourceRelationshipsTransactions) Unset()
type NullableAccountResourceRelationshipsTransactionsLinks ¶
type NullableAccountResourceRelationshipsTransactionsLinks struct {
// contains filtered or unexported fields
}
func NewNullableAccountResourceRelationshipsTransactionsLinks ¶
func NewNullableAccountResourceRelationshipsTransactionsLinks(val *AccountResourceRelationshipsTransactionsLinks) *NullableAccountResourceRelationshipsTransactionsLinks
func (NullableAccountResourceRelationshipsTransactionsLinks) IsSet ¶
func (v NullableAccountResourceRelationshipsTransactionsLinks) IsSet() bool
func (NullableAccountResourceRelationshipsTransactionsLinks) MarshalJSON ¶
func (v NullableAccountResourceRelationshipsTransactionsLinks) MarshalJSON() ([]byte, error)
func (*NullableAccountResourceRelationshipsTransactionsLinks) UnmarshalJSON ¶
func (v *NullableAccountResourceRelationshipsTransactionsLinks) UnmarshalJSON(src []byte) error
func (*NullableAccountResourceRelationshipsTransactionsLinks) Unset ¶
func (v *NullableAccountResourceRelationshipsTransactionsLinks) Unset()
type NullableAccountTypeEnum ¶
type NullableAccountTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullableAccountTypeEnum ¶
func NewNullableAccountTypeEnum(val *AccountTypeEnum) *NullableAccountTypeEnum
func (NullableAccountTypeEnum) Get ¶
func (v NullableAccountTypeEnum) Get() *AccountTypeEnum
func (NullableAccountTypeEnum) IsSet ¶
func (v NullableAccountTypeEnum) IsSet() bool
func (NullableAccountTypeEnum) MarshalJSON ¶
func (v NullableAccountTypeEnum) MarshalJSON() ([]byte, error)
func (*NullableAccountTypeEnum) Set ¶
func (v *NullableAccountTypeEnum) Set(val *AccountTypeEnum)
func (*NullableAccountTypeEnum) UnmarshalJSON ¶
func (v *NullableAccountTypeEnum) UnmarshalJSON(src []byte) error
func (*NullableAccountTypeEnum) Unset ¶
func (v *NullableAccountTypeEnum) Unset()
type NullableAttachmentResource ¶
type NullableAttachmentResource struct {
// contains filtered or unexported fields
}
func NewNullableAttachmentResource ¶
func NewNullableAttachmentResource(val *AttachmentResource) *NullableAttachmentResource
func (NullableAttachmentResource) Get ¶
func (v NullableAttachmentResource) Get() *AttachmentResource
func (NullableAttachmentResource) IsSet ¶
func (v NullableAttachmentResource) IsSet() bool
func (NullableAttachmentResource) MarshalJSON ¶
func (v NullableAttachmentResource) MarshalJSON() ([]byte, error)
func (*NullableAttachmentResource) Set ¶
func (v *NullableAttachmentResource) Set(val *AttachmentResource)
func (*NullableAttachmentResource) UnmarshalJSON ¶
func (v *NullableAttachmentResource) UnmarshalJSON(src []byte) error
func (*NullableAttachmentResource) Unset ¶
func (v *NullableAttachmentResource) Unset()
type NullableAttachmentResourceAttributes ¶
type NullableAttachmentResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableAttachmentResourceAttributes ¶
func NewNullableAttachmentResourceAttributes(val *AttachmentResourceAttributes) *NullableAttachmentResourceAttributes
func (NullableAttachmentResourceAttributes) Get ¶
func (v NullableAttachmentResourceAttributes) Get() *AttachmentResourceAttributes
func (NullableAttachmentResourceAttributes) IsSet ¶
func (v NullableAttachmentResourceAttributes) IsSet() bool
func (NullableAttachmentResourceAttributes) MarshalJSON ¶
func (v NullableAttachmentResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableAttachmentResourceAttributes) Set ¶
func (v *NullableAttachmentResourceAttributes) Set(val *AttachmentResourceAttributes)
func (*NullableAttachmentResourceAttributes) UnmarshalJSON ¶
func (v *NullableAttachmentResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableAttachmentResourceAttributes) Unset ¶
func (v *NullableAttachmentResourceAttributes) Unset()
type NullableAttachmentResourceRelationships ¶
type NullableAttachmentResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableAttachmentResourceRelationships ¶
func NewNullableAttachmentResourceRelationships(val *AttachmentResourceRelationships) *NullableAttachmentResourceRelationships
func (NullableAttachmentResourceRelationships) IsSet ¶
func (v NullableAttachmentResourceRelationships) IsSet() bool
func (NullableAttachmentResourceRelationships) MarshalJSON ¶
func (v NullableAttachmentResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableAttachmentResourceRelationships) Set ¶
func (v *NullableAttachmentResourceRelationships) Set(val *AttachmentResourceRelationships)
func (*NullableAttachmentResourceRelationships) UnmarshalJSON ¶
func (v *NullableAttachmentResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableAttachmentResourceRelationships) Unset ¶
func (v *NullableAttachmentResourceRelationships) Unset()
type NullableAttachmentResourceRelationshipsTransaction ¶
type NullableAttachmentResourceRelationshipsTransaction struct {
// contains filtered or unexported fields
}
func NewNullableAttachmentResourceRelationshipsTransaction ¶
func NewNullableAttachmentResourceRelationshipsTransaction(val *AttachmentResourceRelationshipsTransaction) *NullableAttachmentResourceRelationshipsTransaction
func (NullableAttachmentResourceRelationshipsTransaction) IsSet ¶
func (v NullableAttachmentResourceRelationshipsTransaction) IsSet() bool
func (NullableAttachmentResourceRelationshipsTransaction) MarshalJSON ¶
func (v NullableAttachmentResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
func (*NullableAttachmentResourceRelationshipsTransaction) UnmarshalJSON ¶
func (v *NullableAttachmentResourceRelationshipsTransaction) UnmarshalJSON(src []byte) error
func (*NullableAttachmentResourceRelationshipsTransaction) Unset ¶
func (v *NullableAttachmentResourceRelationshipsTransaction) Unset()
type NullableAttachmentResourceRelationshipsTransactionData ¶
type NullableAttachmentResourceRelationshipsTransactionData struct {
// contains filtered or unexported fields
}
func NewNullableAttachmentResourceRelationshipsTransactionData ¶
func NewNullableAttachmentResourceRelationshipsTransactionData(val *AttachmentResourceRelationshipsTransactionData) *NullableAttachmentResourceRelationshipsTransactionData
func (NullableAttachmentResourceRelationshipsTransactionData) IsSet ¶
func (v NullableAttachmentResourceRelationshipsTransactionData) IsSet() bool
func (NullableAttachmentResourceRelationshipsTransactionData) MarshalJSON ¶
func (v NullableAttachmentResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
func (*NullableAttachmentResourceRelationshipsTransactionData) UnmarshalJSON ¶
func (v *NullableAttachmentResourceRelationshipsTransactionData) UnmarshalJSON(src []byte) error
func (*NullableAttachmentResourceRelationshipsTransactionData) Unset ¶
func (v *NullableAttachmentResourceRelationshipsTransactionData) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCardPurchaseMethodEnum ¶
type NullableCardPurchaseMethodEnum struct {
// contains filtered or unexported fields
}
func NewNullableCardPurchaseMethodEnum ¶
func NewNullableCardPurchaseMethodEnum(val *CardPurchaseMethodEnum) *NullableCardPurchaseMethodEnum
func (NullableCardPurchaseMethodEnum) Get ¶
func (v NullableCardPurchaseMethodEnum) Get() *CardPurchaseMethodEnum
func (NullableCardPurchaseMethodEnum) IsSet ¶
func (v NullableCardPurchaseMethodEnum) IsSet() bool
func (NullableCardPurchaseMethodEnum) MarshalJSON ¶
func (v NullableCardPurchaseMethodEnum) MarshalJSON() ([]byte, error)
func (*NullableCardPurchaseMethodEnum) Set ¶
func (v *NullableCardPurchaseMethodEnum) Set(val *CardPurchaseMethodEnum)
func (*NullableCardPurchaseMethodEnum) UnmarshalJSON ¶
func (v *NullableCardPurchaseMethodEnum) UnmarshalJSON(src []byte) error
func (*NullableCardPurchaseMethodEnum) Unset ¶
func (v *NullableCardPurchaseMethodEnum) Unset()
type NullableCardPurchaseMethodObject ¶
type NullableCardPurchaseMethodObject struct {
// contains filtered or unexported fields
}
func NewNullableCardPurchaseMethodObject ¶
func NewNullableCardPurchaseMethodObject(val *CardPurchaseMethodObject) *NullableCardPurchaseMethodObject
func (NullableCardPurchaseMethodObject) Get ¶
func (v NullableCardPurchaseMethodObject) Get() *CardPurchaseMethodObject
func (NullableCardPurchaseMethodObject) IsSet ¶
func (v NullableCardPurchaseMethodObject) IsSet() bool
func (NullableCardPurchaseMethodObject) MarshalJSON ¶
func (v NullableCardPurchaseMethodObject) MarshalJSON() ([]byte, error)
func (*NullableCardPurchaseMethodObject) Set ¶
func (v *NullableCardPurchaseMethodObject) Set(val *CardPurchaseMethodObject)
func (*NullableCardPurchaseMethodObject) UnmarshalJSON ¶
func (v *NullableCardPurchaseMethodObject) UnmarshalJSON(src []byte) error
func (*NullableCardPurchaseMethodObject) Unset ¶
func (v *NullableCardPurchaseMethodObject) Unset()
type NullableCashbackObject ¶
type NullableCashbackObject struct {
// contains filtered or unexported fields
}
func NewNullableCashbackObject ¶
func NewNullableCashbackObject(val *CashbackObject) *NullableCashbackObject
func (NullableCashbackObject) Get ¶
func (v NullableCashbackObject) Get() *CashbackObject
func (NullableCashbackObject) IsSet ¶
func (v NullableCashbackObject) IsSet() bool
func (NullableCashbackObject) MarshalJSON ¶
func (v NullableCashbackObject) MarshalJSON() ([]byte, error)
func (*NullableCashbackObject) Set ¶
func (v *NullableCashbackObject) Set(val *CashbackObject)
func (*NullableCashbackObject) UnmarshalJSON ¶
func (v *NullableCashbackObject) UnmarshalJSON(src []byte) error
func (*NullableCashbackObject) Unset ¶
func (v *NullableCashbackObject) Unset()
type NullableCategoryInputResourceIdentifier ¶
type NullableCategoryInputResourceIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableCategoryInputResourceIdentifier ¶
func NewNullableCategoryInputResourceIdentifier(val *CategoryInputResourceIdentifier) *NullableCategoryInputResourceIdentifier
func (NullableCategoryInputResourceIdentifier) IsSet ¶
func (v NullableCategoryInputResourceIdentifier) IsSet() bool
func (NullableCategoryInputResourceIdentifier) MarshalJSON ¶
func (v NullableCategoryInputResourceIdentifier) MarshalJSON() ([]byte, error)
func (*NullableCategoryInputResourceIdentifier) Set ¶
func (v *NullableCategoryInputResourceIdentifier) Set(val *CategoryInputResourceIdentifier)
func (*NullableCategoryInputResourceIdentifier) UnmarshalJSON ¶
func (v *NullableCategoryInputResourceIdentifier) UnmarshalJSON(src []byte) error
func (*NullableCategoryInputResourceIdentifier) Unset ¶
func (v *NullableCategoryInputResourceIdentifier) Unset()
type NullableCategoryResource ¶
type NullableCategoryResource struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResource ¶
func NewNullableCategoryResource(val *CategoryResource) *NullableCategoryResource
func (NullableCategoryResource) Get ¶
func (v NullableCategoryResource) Get() *CategoryResource
func (NullableCategoryResource) IsSet ¶
func (v NullableCategoryResource) IsSet() bool
func (NullableCategoryResource) MarshalJSON ¶
func (v NullableCategoryResource) MarshalJSON() ([]byte, error)
func (*NullableCategoryResource) Set ¶
func (v *NullableCategoryResource) Set(val *CategoryResource)
func (*NullableCategoryResource) UnmarshalJSON ¶
func (v *NullableCategoryResource) UnmarshalJSON(src []byte) error
func (*NullableCategoryResource) Unset ¶
func (v *NullableCategoryResource) Unset()
type NullableCategoryResourceAttributes ¶
type NullableCategoryResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResourceAttributes ¶
func NewNullableCategoryResourceAttributes(val *CategoryResourceAttributes) *NullableCategoryResourceAttributes
func (NullableCategoryResourceAttributes) Get ¶
func (v NullableCategoryResourceAttributes) Get() *CategoryResourceAttributes
func (NullableCategoryResourceAttributes) IsSet ¶
func (v NullableCategoryResourceAttributes) IsSet() bool
func (NullableCategoryResourceAttributes) MarshalJSON ¶
func (v NullableCategoryResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableCategoryResourceAttributes) Set ¶
func (v *NullableCategoryResourceAttributes) Set(val *CategoryResourceAttributes)
func (*NullableCategoryResourceAttributes) UnmarshalJSON ¶
func (v *NullableCategoryResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableCategoryResourceAttributes) Unset ¶
func (v *NullableCategoryResourceAttributes) Unset()
type NullableCategoryResourceRelationships ¶
type NullableCategoryResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResourceRelationships ¶
func NewNullableCategoryResourceRelationships(val *CategoryResourceRelationships) *NullableCategoryResourceRelationships
func (NullableCategoryResourceRelationships) Get ¶
func (v NullableCategoryResourceRelationships) Get() *CategoryResourceRelationships
func (NullableCategoryResourceRelationships) IsSet ¶
func (v NullableCategoryResourceRelationships) IsSet() bool
func (NullableCategoryResourceRelationships) MarshalJSON ¶
func (v NullableCategoryResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableCategoryResourceRelationships) Set ¶
func (v *NullableCategoryResourceRelationships) Set(val *CategoryResourceRelationships)
func (*NullableCategoryResourceRelationships) UnmarshalJSON ¶
func (v *NullableCategoryResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableCategoryResourceRelationships) Unset ¶
func (v *NullableCategoryResourceRelationships) Unset()
type NullableCategoryResourceRelationshipsChildren ¶
type NullableCategoryResourceRelationshipsChildren struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResourceRelationshipsChildren ¶
func NewNullableCategoryResourceRelationshipsChildren(val *CategoryResourceRelationshipsChildren) *NullableCategoryResourceRelationshipsChildren
func (NullableCategoryResourceRelationshipsChildren) IsSet ¶
func (v NullableCategoryResourceRelationshipsChildren) IsSet() bool
func (NullableCategoryResourceRelationshipsChildren) MarshalJSON ¶
func (v NullableCategoryResourceRelationshipsChildren) MarshalJSON() ([]byte, error)
func (*NullableCategoryResourceRelationshipsChildren) Set ¶
func (v *NullableCategoryResourceRelationshipsChildren) Set(val *CategoryResourceRelationshipsChildren)
func (*NullableCategoryResourceRelationshipsChildren) UnmarshalJSON ¶
func (v *NullableCategoryResourceRelationshipsChildren) UnmarshalJSON(src []byte) error
func (*NullableCategoryResourceRelationshipsChildren) Unset ¶
func (v *NullableCategoryResourceRelationshipsChildren) Unset()
type NullableCategoryResourceRelationshipsChildrenDataInner ¶
type NullableCategoryResourceRelationshipsChildrenDataInner struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResourceRelationshipsChildrenDataInner ¶
func NewNullableCategoryResourceRelationshipsChildrenDataInner(val *CategoryResourceRelationshipsChildrenDataInner) *NullableCategoryResourceRelationshipsChildrenDataInner
func (NullableCategoryResourceRelationshipsChildrenDataInner) IsSet ¶
func (v NullableCategoryResourceRelationshipsChildrenDataInner) IsSet() bool
func (NullableCategoryResourceRelationshipsChildrenDataInner) MarshalJSON ¶
func (v NullableCategoryResourceRelationshipsChildrenDataInner) MarshalJSON() ([]byte, error)
func (*NullableCategoryResourceRelationshipsChildrenDataInner) UnmarshalJSON ¶
func (v *NullableCategoryResourceRelationshipsChildrenDataInner) UnmarshalJSON(src []byte) error
func (*NullableCategoryResourceRelationshipsChildrenDataInner) Unset ¶
func (v *NullableCategoryResourceRelationshipsChildrenDataInner) Unset()
type NullableCategoryResourceRelationshipsParent ¶
type NullableCategoryResourceRelationshipsParent struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResourceRelationshipsParent ¶
func NewNullableCategoryResourceRelationshipsParent(val *CategoryResourceRelationshipsParent) *NullableCategoryResourceRelationshipsParent
func (NullableCategoryResourceRelationshipsParent) IsSet ¶
func (v NullableCategoryResourceRelationshipsParent) IsSet() bool
func (NullableCategoryResourceRelationshipsParent) MarshalJSON ¶
func (v NullableCategoryResourceRelationshipsParent) MarshalJSON() ([]byte, error)
func (*NullableCategoryResourceRelationshipsParent) Set ¶
func (v *NullableCategoryResourceRelationshipsParent) Set(val *CategoryResourceRelationshipsParent)
func (*NullableCategoryResourceRelationshipsParent) UnmarshalJSON ¶
func (v *NullableCategoryResourceRelationshipsParent) UnmarshalJSON(src []byte) error
func (*NullableCategoryResourceRelationshipsParent) Unset ¶
func (v *NullableCategoryResourceRelationshipsParent) Unset()
type NullableCategoryResourceRelationshipsParentData ¶
type NullableCategoryResourceRelationshipsParentData struct {
// contains filtered or unexported fields
}
func NewNullableCategoryResourceRelationshipsParentData ¶
func NewNullableCategoryResourceRelationshipsParentData(val *CategoryResourceRelationshipsParentData) *NullableCategoryResourceRelationshipsParentData
func (NullableCategoryResourceRelationshipsParentData) IsSet ¶
func (v NullableCategoryResourceRelationshipsParentData) IsSet() bool
func (NullableCategoryResourceRelationshipsParentData) MarshalJSON ¶
func (v NullableCategoryResourceRelationshipsParentData) MarshalJSON() ([]byte, error)
func (*NullableCategoryResourceRelationshipsParentData) UnmarshalJSON ¶
func (v *NullableCategoryResourceRelationshipsParentData) UnmarshalJSON(src []byte) error
func (*NullableCategoryResourceRelationshipsParentData) Unset ¶
func (v *NullableCategoryResourceRelationshipsParentData) Unset()
type NullableCreateWebhookRequest ¶
type NullableCreateWebhookRequest struct {
// contains filtered or unexported fields
}
func NewNullableCreateWebhookRequest ¶
func NewNullableCreateWebhookRequest(val *CreateWebhookRequest) *NullableCreateWebhookRequest
func (NullableCreateWebhookRequest) Get ¶
func (v NullableCreateWebhookRequest) Get() *CreateWebhookRequest
func (NullableCreateWebhookRequest) IsSet ¶
func (v NullableCreateWebhookRequest) IsSet() bool
func (NullableCreateWebhookRequest) MarshalJSON ¶
func (v NullableCreateWebhookRequest) MarshalJSON() ([]byte, error)
func (*NullableCreateWebhookRequest) Set ¶
func (v *NullableCreateWebhookRequest) Set(val *CreateWebhookRequest)
func (*NullableCreateWebhookRequest) UnmarshalJSON ¶
func (v *NullableCreateWebhookRequest) UnmarshalJSON(src []byte) error
func (*NullableCreateWebhookRequest) Unset ¶
func (v *NullableCreateWebhookRequest) Unset()
type NullableCreateWebhookResponse ¶
type NullableCreateWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableCreateWebhookResponse ¶
func NewNullableCreateWebhookResponse(val *CreateWebhookResponse) *NullableCreateWebhookResponse
func (NullableCreateWebhookResponse) Get ¶
func (v NullableCreateWebhookResponse) Get() *CreateWebhookResponse
func (NullableCreateWebhookResponse) IsSet ¶
func (v NullableCreateWebhookResponse) IsSet() bool
func (NullableCreateWebhookResponse) MarshalJSON ¶
func (v NullableCreateWebhookResponse) MarshalJSON() ([]byte, error)
func (*NullableCreateWebhookResponse) Set ¶
func (v *NullableCreateWebhookResponse) Set(val *CreateWebhookResponse)
func (*NullableCreateWebhookResponse) UnmarshalJSON ¶
func (v *NullableCreateWebhookResponse) UnmarshalJSON(src []byte) error
func (*NullableCreateWebhookResponse) Unset ¶
func (v *NullableCreateWebhookResponse) Unset()
type NullableCustomerObject ¶
type NullableCustomerObject struct {
// contains filtered or unexported fields
}
func NewNullableCustomerObject ¶
func NewNullableCustomerObject(val *CustomerObject) *NullableCustomerObject
func (NullableCustomerObject) Get ¶
func (v NullableCustomerObject) Get() *CustomerObject
func (NullableCustomerObject) IsSet ¶
func (v NullableCustomerObject) IsSet() bool
func (NullableCustomerObject) MarshalJSON ¶
func (v NullableCustomerObject) MarshalJSON() ([]byte, error)
func (*NullableCustomerObject) Set ¶
func (v *NullableCustomerObject) Set(val *CustomerObject)
func (*NullableCustomerObject) UnmarshalJSON ¶
func (v *NullableCustomerObject) UnmarshalJSON(src []byte) error
func (*NullableCustomerObject) Unset ¶
func (v *NullableCustomerObject) Unset()
type NullableErrorObject ¶
type NullableErrorObject struct {
// contains filtered or unexported fields
}
func NewNullableErrorObject ¶
func NewNullableErrorObject(val *ErrorObject) *NullableErrorObject
func (NullableErrorObject) Get ¶
func (v NullableErrorObject) Get() *ErrorObject
func (NullableErrorObject) IsSet ¶
func (v NullableErrorObject) IsSet() bool
func (NullableErrorObject) MarshalJSON ¶
func (v NullableErrorObject) MarshalJSON() ([]byte, error)
func (*NullableErrorObject) Set ¶
func (v *NullableErrorObject) Set(val *ErrorObject)
func (*NullableErrorObject) UnmarshalJSON ¶
func (v *NullableErrorObject) UnmarshalJSON(src []byte) error
func (*NullableErrorObject) Unset ¶
func (v *NullableErrorObject) Unset()
type NullableErrorObjectSource ¶
type NullableErrorObjectSource struct {
// contains filtered or unexported fields
}
func NewNullableErrorObjectSource ¶
func NewNullableErrorObjectSource(val *ErrorObjectSource) *NullableErrorObjectSource
func (NullableErrorObjectSource) Get ¶
func (v NullableErrorObjectSource) Get() *ErrorObjectSource
func (NullableErrorObjectSource) IsSet ¶
func (v NullableErrorObjectSource) IsSet() bool
func (NullableErrorObjectSource) MarshalJSON ¶
func (v NullableErrorObjectSource) MarshalJSON() ([]byte, error)
func (*NullableErrorObjectSource) Set ¶
func (v *NullableErrorObjectSource) Set(val *ErrorObjectSource)
func (*NullableErrorObjectSource) UnmarshalJSON ¶
func (v *NullableErrorObjectSource) UnmarshalJSON(src []byte) error
func (*NullableErrorObjectSource) Unset ¶
func (v *NullableErrorObjectSource) Unset()
type NullableErrorResponse ¶
type NullableErrorResponse struct {
// contains filtered or unexported fields
}
func NewNullableErrorResponse ¶
func NewNullableErrorResponse(val *ErrorResponse) *NullableErrorResponse
func (NullableErrorResponse) Get ¶
func (v NullableErrorResponse) Get() *ErrorResponse
func (NullableErrorResponse) IsSet ¶
func (v NullableErrorResponse) IsSet() bool
func (NullableErrorResponse) MarshalJSON ¶
func (v NullableErrorResponse) MarshalJSON() ([]byte, error)
func (*NullableErrorResponse) Set ¶
func (v *NullableErrorResponse) Set(val *ErrorResponse)
func (*NullableErrorResponse) UnmarshalJSON ¶
func (v *NullableErrorResponse) UnmarshalJSON(src []byte) error
func (*NullableErrorResponse) Unset ¶
func (v *NullableErrorResponse) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableGetAccountResponse ¶
type NullableGetAccountResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAccountResponse ¶
func NewNullableGetAccountResponse(val *GetAccountResponse) *NullableGetAccountResponse
func (NullableGetAccountResponse) Get ¶
func (v NullableGetAccountResponse) Get() *GetAccountResponse
func (NullableGetAccountResponse) IsSet ¶
func (v NullableGetAccountResponse) IsSet() bool
func (NullableGetAccountResponse) MarshalJSON ¶
func (v NullableGetAccountResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAccountResponse) Set ¶
func (v *NullableGetAccountResponse) Set(val *GetAccountResponse)
func (*NullableGetAccountResponse) UnmarshalJSON ¶
func (v *NullableGetAccountResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAccountResponse) Unset ¶
func (v *NullableGetAccountResponse) Unset()
type NullableGetAttachmentResponse ¶
type NullableGetAttachmentResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetAttachmentResponse ¶
func NewNullableGetAttachmentResponse(val *GetAttachmentResponse) *NullableGetAttachmentResponse
func (NullableGetAttachmentResponse) Get ¶
func (v NullableGetAttachmentResponse) Get() *GetAttachmentResponse
func (NullableGetAttachmentResponse) IsSet ¶
func (v NullableGetAttachmentResponse) IsSet() bool
func (NullableGetAttachmentResponse) MarshalJSON ¶
func (v NullableGetAttachmentResponse) MarshalJSON() ([]byte, error)
func (*NullableGetAttachmentResponse) Set ¶
func (v *NullableGetAttachmentResponse) Set(val *GetAttachmentResponse)
func (*NullableGetAttachmentResponse) UnmarshalJSON ¶
func (v *NullableGetAttachmentResponse) UnmarshalJSON(src []byte) error
func (*NullableGetAttachmentResponse) Unset ¶
func (v *NullableGetAttachmentResponse) Unset()
type NullableGetCategoryResponse ¶
type NullableGetCategoryResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetCategoryResponse ¶
func NewNullableGetCategoryResponse(val *GetCategoryResponse) *NullableGetCategoryResponse
func (NullableGetCategoryResponse) Get ¶
func (v NullableGetCategoryResponse) Get() *GetCategoryResponse
func (NullableGetCategoryResponse) IsSet ¶
func (v NullableGetCategoryResponse) IsSet() bool
func (NullableGetCategoryResponse) MarshalJSON ¶
func (v NullableGetCategoryResponse) MarshalJSON() ([]byte, error)
func (*NullableGetCategoryResponse) Set ¶
func (v *NullableGetCategoryResponse) Set(val *GetCategoryResponse)
func (*NullableGetCategoryResponse) UnmarshalJSON ¶
func (v *NullableGetCategoryResponse) UnmarshalJSON(src []byte) error
func (*NullableGetCategoryResponse) Unset ¶
func (v *NullableGetCategoryResponse) Unset()
type NullableGetTransactionResponse ¶
type NullableGetTransactionResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetTransactionResponse ¶
func NewNullableGetTransactionResponse(val *GetTransactionResponse) *NullableGetTransactionResponse
func (NullableGetTransactionResponse) Get ¶
func (v NullableGetTransactionResponse) Get() *GetTransactionResponse
func (NullableGetTransactionResponse) IsSet ¶
func (v NullableGetTransactionResponse) IsSet() bool
func (NullableGetTransactionResponse) MarshalJSON ¶
func (v NullableGetTransactionResponse) MarshalJSON() ([]byte, error)
func (*NullableGetTransactionResponse) Set ¶
func (v *NullableGetTransactionResponse) Set(val *GetTransactionResponse)
func (*NullableGetTransactionResponse) UnmarshalJSON ¶
func (v *NullableGetTransactionResponse) UnmarshalJSON(src []byte) error
func (*NullableGetTransactionResponse) Unset ¶
func (v *NullableGetTransactionResponse) Unset()
type NullableGetWebhookResponse ¶
type NullableGetWebhookResponse struct {
// contains filtered or unexported fields
}
func NewNullableGetWebhookResponse ¶
func NewNullableGetWebhookResponse(val *GetWebhookResponse) *NullableGetWebhookResponse
func (NullableGetWebhookResponse) Get ¶
func (v NullableGetWebhookResponse) Get() *GetWebhookResponse
func (NullableGetWebhookResponse) IsSet ¶
func (v NullableGetWebhookResponse) IsSet() bool
func (NullableGetWebhookResponse) MarshalJSON ¶
func (v NullableGetWebhookResponse) MarshalJSON() ([]byte, error)
func (*NullableGetWebhookResponse) Set ¶
func (v *NullableGetWebhookResponse) Set(val *GetWebhookResponse)
func (*NullableGetWebhookResponse) UnmarshalJSON ¶
func (v *NullableGetWebhookResponse) UnmarshalJSON(src []byte) error
func (*NullableGetWebhookResponse) Unset ¶
func (v *NullableGetWebhookResponse) Unset()
type NullableHoldInfoObject ¶
type NullableHoldInfoObject struct {
// contains filtered or unexported fields
}
func NewNullableHoldInfoObject ¶
func NewNullableHoldInfoObject(val *HoldInfoObject) *NullableHoldInfoObject
func (NullableHoldInfoObject) Get ¶
func (v NullableHoldInfoObject) Get() *HoldInfoObject
func (NullableHoldInfoObject) IsSet ¶
func (v NullableHoldInfoObject) IsSet() bool
func (NullableHoldInfoObject) MarshalJSON ¶
func (v NullableHoldInfoObject) MarshalJSON() ([]byte, error)
func (*NullableHoldInfoObject) Set ¶
func (v *NullableHoldInfoObject) Set(val *HoldInfoObject)
func (*NullableHoldInfoObject) UnmarshalJSON ¶
func (v *NullableHoldInfoObject) UnmarshalJSON(src []byte) error
func (*NullableHoldInfoObject) Unset ¶
func (v *NullableHoldInfoObject) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableListAccountsResponse ¶
type NullableListAccountsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAccountsResponse ¶
func NewNullableListAccountsResponse(val *ListAccountsResponse) *NullableListAccountsResponse
func (NullableListAccountsResponse) Get ¶
func (v NullableListAccountsResponse) Get() *ListAccountsResponse
func (NullableListAccountsResponse) IsSet ¶
func (v NullableListAccountsResponse) IsSet() bool
func (NullableListAccountsResponse) MarshalJSON ¶
func (v NullableListAccountsResponse) MarshalJSON() ([]byte, error)
func (*NullableListAccountsResponse) Set ¶
func (v *NullableListAccountsResponse) Set(val *ListAccountsResponse)
func (*NullableListAccountsResponse) UnmarshalJSON ¶
func (v *NullableListAccountsResponse) UnmarshalJSON(src []byte) error
func (*NullableListAccountsResponse) Unset ¶
func (v *NullableListAccountsResponse) Unset()
type NullableListAccountsResponseLinks ¶
type NullableListAccountsResponseLinks struct {
// contains filtered or unexported fields
}
func NewNullableListAccountsResponseLinks ¶
func NewNullableListAccountsResponseLinks(val *ListAccountsResponseLinks) *NullableListAccountsResponseLinks
func (NullableListAccountsResponseLinks) Get ¶
func (v NullableListAccountsResponseLinks) Get() *ListAccountsResponseLinks
func (NullableListAccountsResponseLinks) IsSet ¶
func (v NullableListAccountsResponseLinks) IsSet() bool
func (NullableListAccountsResponseLinks) MarshalJSON ¶
func (v NullableListAccountsResponseLinks) MarshalJSON() ([]byte, error)
func (*NullableListAccountsResponseLinks) Set ¶
func (v *NullableListAccountsResponseLinks) Set(val *ListAccountsResponseLinks)
func (*NullableListAccountsResponseLinks) UnmarshalJSON ¶
func (v *NullableListAccountsResponseLinks) UnmarshalJSON(src []byte) error
func (*NullableListAccountsResponseLinks) Unset ¶
func (v *NullableListAccountsResponseLinks) Unset()
type NullableListAttachmentsResponse ¶
type NullableListAttachmentsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListAttachmentsResponse ¶
func NewNullableListAttachmentsResponse(val *ListAttachmentsResponse) *NullableListAttachmentsResponse
func (NullableListAttachmentsResponse) Get ¶
func (v NullableListAttachmentsResponse) Get() *ListAttachmentsResponse
func (NullableListAttachmentsResponse) IsSet ¶
func (v NullableListAttachmentsResponse) IsSet() bool
func (NullableListAttachmentsResponse) MarshalJSON ¶
func (v NullableListAttachmentsResponse) MarshalJSON() ([]byte, error)
func (*NullableListAttachmentsResponse) Set ¶
func (v *NullableListAttachmentsResponse) Set(val *ListAttachmentsResponse)
func (*NullableListAttachmentsResponse) UnmarshalJSON ¶
func (v *NullableListAttachmentsResponse) UnmarshalJSON(src []byte) error
func (*NullableListAttachmentsResponse) Unset ¶
func (v *NullableListAttachmentsResponse) Unset()
type NullableListCategoriesResponse ¶
type NullableListCategoriesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListCategoriesResponse ¶
func NewNullableListCategoriesResponse(val *ListCategoriesResponse) *NullableListCategoriesResponse
func (NullableListCategoriesResponse) Get ¶
func (v NullableListCategoriesResponse) Get() *ListCategoriesResponse
func (NullableListCategoriesResponse) IsSet ¶
func (v NullableListCategoriesResponse) IsSet() bool
func (NullableListCategoriesResponse) MarshalJSON ¶
func (v NullableListCategoriesResponse) MarshalJSON() ([]byte, error)
func (*NullableListCategoriesResponse) Set ¶
func (v *NullableListCategoriesResponse) Set(val *ListCategoriesResponse)
func (*NullableListCategoriesResponse) UnmarshalJSON ¶
func (v *NullableListCategoriesResponse) UnmarshalJSON(src []byte) error
func (*NullableListCategoriesResponse) Unset ¶
func (v *NullableListCategoriesResponse) Unset()
type NullableListTagsResponse ¶
type NullableListTagsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListTagsResponse ¶
func NewNullableListTagsResponse(val *ListTagsResponse) *NullableListTagsResponse
func (NullableListTagsResponse) Get ¶
func (v NullableListTagsResponse) Get() *ListTagsResponse
func (NullableListTagsResponse) IsSet ¶
func (v NullableListTagsResponse) IsSet() bool
func (NullableListTagsResponse) MarshalJSON ¶
func (v NullableListTagsResponse) MarshalJSON() ([]byte, error)
func (*NullableListTagsResponse) Set ¶
func (v *NullableListTagsResponse) Set(val *ListTagsResponse)
func (*NullableListTagsResponse) UnmarshalJSON ¶
func (v *NullableListTagsResponse) UnmarshalJSON(src []byte) error
func (*NullableListTagsResponse) Unset ¶
func (v *NullableListTagsResponse) Unset()
type NullableListTransactionsResponse ¶
type NullableListTransactionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListTransactionsResponse ¶
func NewNullableListTransactionsResponse(val *ListTransactionsResponse) *NullableListTransactionsResponse
func (NullableListTransactionsResponse) Get ¶
func (v NullableListTransactionsResponse) Get() *ListTransactionsResponse
func (NullableListTransactionsResponse) IsSet ¶
func (v NullableListTransactionsResponse) IsSet() bool
func (NullableListTransactionsResponse) MarshalJSON ¶
func (v NullableListTransactionsResponse) MarshalJSON() ([]byte, error)
func (*NullableListTransactionsResponse) Set ¶
func (v *NullableListTransactionsResponse) Set(val *ListTransactionsResponse)
func (*NullableListTransactionsResponse) UnmarshalJSON ¶
func (v *NullableListTransactionsResponse) UnmarshalJSON(src []byte) error
func (*NullableListTransactionsResponse) Unset ¶
func (v *NullableListTransactionsResponse) Unset()
type NullableListWebhookDeliveryLogsResponse ¶
type NullableListWebhookDeliveryLogsResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWebhookDeliveryLogsResponse ¶
func NewNullableListWebhookDeliveryLogsResponse(val *ListWebhookDeliveryLogsResponse) *NullableListWebhookDeliveryLogsResponse
func (NullableListWebhookDeliveryLogsResponse) IsSet ¶
func (v NullableListWebhookDeliveryLogsResponse) IsSet() bool
func (NullableListWebhookDeliveryLogsResponse) MarshalJSON ¶
func (v NullableListWebhookDeliveryLogsResponse) MarshalJSON() ([]byte, error)
func (*NullableListWebhookDeliveryLogsResponse) Set ¶
func (v *NullableListWebhookDeliveryLogsResponse) Set(val *ListWebhookDeliveryLogsResponse)
func (*NullableListWebhookDeliveryLogsResponse) UnmarshalJSON ¶
func (v *NullableListWebhookDeliveryLogsResponse) UnmarshalJSON(src []byte) error
func (*NullableListWebhookDeliveryLogsResponse) Unset ¶
func (v *NullableListWebhookDeliveryLogsResponse) Unset()
type NullableListWebhooksResponse ¶
type NullableListWebhooksResponse struct {
// contains filtered or unexported fields
}
func NewNullableListWebhooksResponse ¶
func NewNullableListWebhooksResponse(val *ListWebhooksResponse) *NullableListWebhooksResponse
func (NullableListWebhooksResponse) Get ¶
func (v NullableListWebhooksResponse) Get() *ListWebhooksResponse
func (NullableListWebhooksResponse) IsSet ¶
func (v NullableListWebhooksResponse) IsSet() bool
func (NullableListWebhooksResponse) MarshalJSON ¶
func (v NullableListWebhooksResponse) MarshalJSON() ([]byte, error)
func (*NullableListWebhooksResponse) Set ¶
func (v *NullableListWebhooksResponse) Set(val *ListWebhooksResponse)
func (*NullableListWebhooksResponse) UnmarshalJSON ¶
func (v *NullableListWebhooksResponse) UnmarshalJSON(src []byte) error
func (*NullableListWebhooksResponse) Unset ¶
func (v *NullableListWebhooksResponse) Unset()
type NullableMoneyObject ¶
type NullableMoneyObject struct {
// contains filtered or unexported fields
}
func NewNullableMoneyObject ¶
func NewNullableMoneyObject(val *MoneyObject) *NullableMoneyObject
func (NullableMoneyObject) Get ¶
func (v NullableMoneyObject) Get() *MoneyObject
func (NullableMoneyObject) IsSet ¶
func (v NullableMoneyObject) IsSet() bool
func (NullableMoneyObject) MarshalJSON ¶
func (v NullableMoneyObject) MarshalJSON() ([]byte, error)
func (*NullableMoneyObject) Set ¶
func (v *NullableMoneyObject) Set(val *MoneyObject)
func (*NullableMoneyObject) UnmarshalJSON ¶
func (v *NullableMoneyObject) UnmarshalJSON(src []byte) error
func (*NullableMoneyObject) Unset ¶
func (v *NullableMoneyObject) Unset()
type NullableNoteObject ¶
type NullableNoteObject struct {
// contains filtered or unexported fields
}
func NewNullableNoteObject ¶
func NewNullableNoteObject(val *NoteObject) *NullableNoteObject
func (NullableNoteObject) Get ¶
func (v NullableNoteObject) Get() *NoteObject
func (NullableNoteObject) IsSet ¶
func (v NullableNoteObject) IsSet() bool
func (NullableNoteObject) MarshalJSON ¶
func (v NullableNoteObject) MarshalJSON() ([]byte, error)
func (*NullableNoteObject) Set ¶
func (v *NullableNoteObject) Set(val *NoteObject)
func (*NullableNoteObject) UnmarshalJSON ¶
func (v *NullableNoteObject) UnmarshalJSON(src []byte) error
func (*NullableNoteObject) Unset ¶
func (v *NullableNoteObject) Unset()
type NullableOwnershipTypeEnum ¶
type NullableOwnershipTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullableOwnershipTypeEnum ¶
func NewNullableOwnershipTypeEnum(val *OwnershipTypeEnum) *NullableOwnershipTypeEnum
func (NullableOwnershipTypeEnum) Get ¶
func (v NullableOwnershipTypeEnum) Get() *OwnershipTypeEnum
func (NullableOwnershipTypeEnum) IsSet ¶
func (v NullableOwnershipTypeEnum) IsSet() bool
func (NullableOwnershipTypeEnum) MarshalJSON ¶
func (v NullableOwnershipTypeEnum) MarshalJSON() ([]byte, error)
func (*NullableOwnershipTypeEnum) Set ¶
func (v *NullableOwnershipTypeEnum) Set(val *OwnershipTypeEnum)
func (*NullableOwnershipTypeEnum) UnmarshalJSON ¶
func (v *NullableOwnershipTypeEnum) UnmarshalJSON(src []byte) error
func (*NullableOwnershipTypeEnum) Unset ¶
func (v *NullableOwnershipTypeEnum) Unset()
type NullablePingResponse ¶
type NullablePingResponse struct {
// contains filtered or unexported fields
}
func NewNullablePingResponse ¶
func NewNullablePingResponse(val *PingResponse) *NullablePingResponse
func (NullablePingResponse) Get ¶
func (v NullablePingResponse) Get() *PingResponse
func (NullablePingResponse) IsSet ¶
func (v NullablePingResponse) IsSet() bool
func (NullablePingResponse) MarshalJSON ¶
func (v NullablePingResponse) MarshalJSON() ([]byte, error)
func (*NullablePingResponse) Set ¶
func (v *NullablePingResponse) Set(val *PingResponse)
func (*NullablePingResponse) UnmarshalJSON ¶
func (v *NullablePingResponse) UnmarshalJSON(src []byte) error
func (*NullablePingResponse) Unset ¶
func (v *NullablePingResponse) Unset()
type NullablePingResponseMeta ¶
type NullablePingResponseMeta struct {
// contains filtered or unexported fields
}
func NewNullablePingResponseMeta ¶
func NewNullablePingResponseMeta(val *PingResponseMeta) *NullablePingResponseMeta
func (NullablePingResponseMeta) Get ¶
func (v NullablePingResponseMeta) Get() *PingResponseMeta
func (NullablePingResponseMeta) IsSet ¶
func (v NullablePingResponseMeta) IsSet() bool
func (NullablePingResponseMeta) MarshalJSON ¶
func (v NullablePingResponseMeta) MarshalJSON() ([]byte, error)
func (*NullablePingResponseMeta) Set ¶
func (v *NullablePingResponseMeta) Set(val *PingResponseMeta)
func (*NullablePingResponseMeta) UnmarshalJSON ¶
func (v *NullablePingResponseMeta) UnmarshalJSON(src []byte) error
func (*NullablePingResponseMeta) Unset ¶
func (v *NullablePingResponseMeta) Unset()
type NullableRoundUpObject ¶
type NullableRoundUpObject struct {
// contains filtered or unexported fields
}
func NewNullableRoundUpObject ¶
func NewNullableRoundUpObject(val *RoundUpObject) *NullableRoundUpObject
func (NullableRoundUpObject) Get ¶
func (v NullableRoundUpObject) Get() *RoundUpObject
func (NullableRoundUpObject) IsSet ¶
func (v NullableRoundUpObject) IsSet() bool
func (NullableRoundUpObject) MarshalJSON ¶
func (v NullableRoundUpObject) MarshalJSON() ([]byte, error)
func (*NullableRoundUpObject) Set ¶
func (v *NullableRoundUpObject) Set(val *RoundUpObject)
func (*NullableRoundUpObject) UnmarshalJSON ¶
func (v *NullableRoundUpObject) UnmarshalJSON(src []byte) error
func (*NullableRoundUpObject) Unset ¶
func (v *NullableRoundUpObject) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTagInputResourceIdentifier ¶
type NullableTagInputResourceIdentifier struct {
// contains filtered or unexported fields
}
func NewNullableTagInputResourceIdentifier ¶
func NewNullableTagInputResourceIdentifier(val *TagInputResourceIdentifier) *NullableTagInputResourceIdentifier
func (NullableTagInputResourceIdentifier) Get ¶
func (v NullableTagInputResourceIdentifier) Get() *TagInputResourceIdentifier
func (NullableTagInputResourceIdentifier) IsSet ¶
func (v NullableTagInputResourceIdentifier) IsSet() bool
func (NullableTagInputResourceIdentifier) MarshalJSON ¶
func (v NullableTagInputResourceIdentifier) MarshalJSON() ([]byte, error)
func (*NullableTagInputResourceIdentifier) Set ¶
func (v *NullableTagInputResourceIdentifier) Set(val *TagInputResourceIdentifier)
func (*NullableTagInputResourceIdentifier) UnmarshalJSON ¶
func (v *NullableTagInputResourceIdentifier) UnmarshalJSON(src []byte) error
func (*NullableTagInputResourceIdentifier) Unset ¶
func (v *NullableTagInputResourceIdentifier) Unset()
type NullableTagResource ¶
type NullableTagResource struct {
// contains filtered or unexported fields
}
func NewNullableTagResource ¶
func NewNullableTagResource(val *TagResource) *NullableTagResource
func (NullableTagResource) Get ¶
func (v NullableTagResource) Get() *TagResource
func (NullableTagResource) IsSet ¶
func (v NullableTagResource) IsSet() bool
func (NullableTagResource) MarshalJSON ¶
func (v NullableTagResource) MarshalJSON() ([]byte, error)
func (*NullableTagResource) Set ¶
func (v *NullableTagResource) Set(val *TagResource)
func (*NullableTagResource) UnmarshalJSON ¶
func (v *NullableTagResource) UnmarshalJSON(src []byte) error
func (*NullableTagResource) Unset ¶
func (v *NullableTagResource) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTransactionResource ¶
type NullableTransactionResource struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResource ¶
func NewNullableTransactionResource(val *TransactionResource) *NullableTransactionResource
func (NullableTransactionResource) Get ¶
func (v NullableTransactionResource) Get() *TransactionResource
func (NullableTransactionResource) IsSet ¶
func (v NullableTransactionResource) IsSet() bool
func (NullableTransactionResource) MarshalJSON ¶
func (v NullableTransactionResource) MarshalJSON() ([]byte, error)
func (*NullableTransactionResource) Set ¶
func (v *NullableTransactionResource) Set(val *TransactionResource)
func (*NullableTransactionResource) UnmarshalJSON ¶
func (v *NullableTransactionResource) UnmarshalJSON(src []byte) error
func (*NullableTransactionResource) Unset ¶
func (v *NullableTransactionResource) Unset()
type NullableTransactionResourceAttributes ¶
type NullableTransactionResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceAttributes ¶
func NewNullableTransactionResourceAttributes(val *TransactionResourceAttributes) *NullableTransactionResourceAttributes
func (NullableTransactionResourceAttributes) Get ¶
func (v NullableTransactionResourceAttributes) Get() *TransactionResourceAttributes
func (NullableTransactionResourceAttributes) IsSet ¶
func (v NullableTransactionResourceAttributes) IsSet() bool
func (NullableTransactionResourceAttributes) MarshalJSON ¶
func (v NullableTransactionResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceAttributes) Set ¶
func (v *NullableTransactionResourceAttributes) Set(val *TransactionResourceAttributes)
func (*NullableTransactionResourceAttributes) UnmarshalJSON ¶
func (v *NullableTransactionResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceAttributes) Unset ¶
func (v *NullableTransactionResourceAttributes) Unset()
type NullableTransactionResourceRelationships ¶
type NullableTransactionResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationships ¶
func NewNullableTransactionResourceRelationships(val *TransactionResourceRelationships) *NullableTransactionResourceRelationships
func (NullableTransactionResourceRelationships) IsSet ¶
func (v NullableTransactionResourceRelationships) IsSet() bool
func (NullableTransactionResourceRelationships) MarshalJSON ¶
func (v NullableTransactionResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationships) Set ¶
func (v *NullableTransactionResourceRelationships) Set(val *TransactionResourceRelationships)
func (*NullableTransactionResourceRelationships) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationships) Unset ¶
func (v *NullableTransactionResourceRelationships) Unset()
type NullableTransactionResourceRelationshipsAccount ¶
type NullableTransactionResourceRelationshipsAccount struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsAccount ¶
func NewNullableTransactionResourceRelationshipsAccount(val *TransactionResourceRelationshipsAccount) *NullableTransactionResourceRelationshipsAccount
func (NullableTransactionResourceRelationshipsAccount) IsSet ¶
func (v NullableTransactionResourceRelationshipsAccount) IsSet() bool
func (NullableTransactionResourceRelationshipsAccount) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsAccount) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsAccount) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsAccount) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsAccount) Unset ¶
func (v *NullableTransactionResourceRelationshipsAccount) Unset()
type NullableTransactionResourceRelationshipsAccountData ¶
type NullableTransactionResourceRelationshipsAccountData struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsAccountData ¶
func NewNullableTransactionResourceRelationshipsAccountData(val *TransactionResourceRelationshipsAccountData) *NullableTransactionResourceRelationshipsAccountData
func (NullableTransactionResourceRelationshipsAccountData) IsSet ¶
func (v NullableTransactionResourceRelationshipsAccountData) IsSet() bool
func (NullableTransactionResourceRelationshipsAccountData) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsAccountData) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsAccountData) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsAccountData) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsAccountData) Unset ¶
func (v *NullableTransactionResourceRelationshipsAccountData) Unset()
type NullableTransactionResourceRelationshipsAttachment ¶
type NullableTransactionResourceRelationshipsAttachment struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsAttachment ¶
func NewNullableTransactionResourceRelationshipsAttachment(val *TransactionResourceRelationshipsAttachment) *NullableTransactionResourceRelationshipsAttachment
func (NullableTransactionResourceRelationshipsAttachment) IsSet ¶
func (v NullableTransactionResourceRelationshipsAttachment) IsSet() bool
func (NullableTransactionResourceRelationshipsAttachment) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsAttachment) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsAttachment) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsAttachment) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsAttachment) Unset ¶
func (v *NullableTransactionResourceRelationshipsAttachment) Unset()
type NullableTransactionResourceRelationshipsAttachmentData ¶
type NullableTransactionResourceRelationshipsAttachmentData struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsAttachmentData ¶
func NewNullableTransactionResourceRelationshipsAttachmentData(val *TransactionResourceRelationshipsAttachmentData) *NullableTransactionResourceRelationshipsAttachmentData
func (NullableTransactionResourceRelationshipsAttachmentData) IsSet ¶
func (v NullableTransactionResourceRelationshipsAttachmentData) IsSet() bool
func (NullableTransactionResourceRelationshipsAttachmentData) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsAttachmentData) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsAttachmentData) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsAttachmentData) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsAttachmentData) Unset ¶
func (v *NullableTransactionResourceRelationshipsAttachmentData) Unset()
type NullableTransactionResourceRelationshipsCategory ¶
type NullableTransactionResourceRelationshipsCategory struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsCategory ¶
func NewNullableTransactionResourceRelationshipsCategory(val *TransactionResourceRelationshipsCategory) *NullableTransactionResourceRelationshipsCategory
func (NullableTransactionResourceRelationshipsCategory) IsSet ¶
func (v NullableTransactionResourceRelationshipsCategory) IsSet() bool
func (NullableTransactionResourceRelationshipsCategory) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsCategory) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsCategory) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsCategory) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsCategory) Unset ¶
func (v *NullableTransactionResourceRelationshipsCategory) Unset()
type NullableTransactionResourceRelationshipsCategoryLinks ¶
type NullableTransactionResourceRelationshipsCategoryLinks struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsCategoryLinks ¶
func NewNullableTransactionResourceRelationshipsCategoryLinks(val *TransactionResourceRelationshipsCategoryLinks) *NullableTransactionResourceRelationshipsCategoryLinks
func (NullableTransactionResourceRelationshipsCategoryLinks) IsSet ¶
func (v NullableTransactionResourceRelationshipsCategoryLinks) IsSet() bool
func (NullableTransactionResourceRelationshipsCategoryLinks) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsCategoryLinks) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsCategoryLinks) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsCategoryLinks) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsCategoryLinks) Unset ¶
func (v *NullableTransactionResourceRelationshipsCategoryLinks) Unset()
type NullableTransactionResourceRelationshipsTags ¶
type NullableTransactionResourceRelationshipsTags struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsTags ¶
func NewNullableTransactionResourceRelationshipsTags(val *TransactionResourceRelationshipsTags) *NullableTransactionResourceRelationshipsTags
func (NullableTransactionResourceRelationshipsTags) IsSet ¶
func (v NullableTransactionResourceRelationshipsTags) IsSet() bool
func (NullableTransactionResourceRelationshipsTags) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsTags) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsTags) Set ¶
func (v *NullableTransactionResourceRelationshipsTags) Set(val *TransactionResourceRelationshipsTags)
func (*NullableTransactionResourceRelationshipsTags) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsTags) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsTags) Unset ¶
func (v *NullableTransactionResourceRelationshipsTags) Unset()
type NullableTransactionResourceRelationshipsTagsDataInner ¶
type NullableTransactionResourceRelationshipsTagsDataInner struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsTagsDataInner ¶
func NewNullableTransactionResourceRelationshipsTagsDataInner(val *TransactionResourceRelationshipsTagsDataInner) *NullableTransactionResourceRelationshipsTagsDataInner
func (NullableTransactionResourceRelationshipsTagsDataInner) IsSet ¶
func (v NullableTransactionResourceRelationshipsTagsDataInner) IsSet() bool
func (NullableTransactionResourceRelationshipsTagsDataInner) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsTagsDataInner) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsTagsDataInner) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsTagsDataInner) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsTagsDataInner) Unset ¶
func (v *NullableTransactionResourceRelationshipsTagsDataInner) Unset()
type NullableTransactionResourceRelationshipsTagsLinks ¶
type NullableTransactionResourceRelationshipsTagsLinks struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsTagsLinks ¶
func NewNullableTransactionResourceRelationshipsTagsLinks(val *TransactionResourceRelationshipsTagsLinks) *NullableTransactionResourceRelationshipsTagsLinks
func (NullableTransactionResourceRelationshipsTagsLinks) IsSet ¶
func (v NullableTransactionResourceRelationshipsTagsLinks) IsSet() bool
func (NullableTransactionResourceRelationshipsTagsLinks) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsTagsLinks) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsTagsLinks) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsTagsLinks) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsTagsLinks) Unset ¶
func (v *NullableTransactionResourceRelationshipsTagsLinks) Unset()
type NullableTransactionResourceRelationshipsTransferAccount ¶
type NullableTransactionResourceRelationshipsTransferAccount struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsTransferAccount ¶
func NewNullableTransactionResourceRelationshipsTransferAccount(val *TransactionResourceRelationshipsTransferAccount) *NullableTransactionResourceRelationshipsTransferAccount
func (NullableTransactionResourceRelationshipsTransferAccount) IsSet ¶
func (v NullableTransactionResourceRelationshipsTransferAccount) IsSet() bool
func (NullableTransactionResourceRelationshipsTransferAccount) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsTransferAccount) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsTransferAccount) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsTransferAccount) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsTransferAccount) Unset ¶
func (v *NullableTransactionResourceRelationshipsTransferAccount) Unset()
type NullableTransactionResourceRelationshipsTransferAccountData ¶
type NullableTransactionResourceRelationshipsTransferAccountData struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsTransferAccountData ¶
func NewNullableTransactionResourceRelationshipsTransferAccountData(val *TransactionResourceRelationshipsTransferAccountData) *NullableTransactionResourceRelationshipsTransferAccountData
func (NullableTransactionResourceRelationshipsTransferAccountData) IsSet ¶
func (v NullableTransactionResourceRelationshipsTransferAccountData) IsSet() bool
func (NullableTransactionResourceRelationshipsTransferAccountData) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsTransferAccountData) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsTransferAccountData) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsTransferAccountData) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsTransferAccountData) Unset ¶
func (v *NullableTransactionResourceRelationshipsTransferAccountData) Unset()
type NullableTransactionResourceRelationshipsTransferAccountLinks ¶
type NullableTransactionResourceRelationshipsTransferAccountLinks struct {
// contains filtered or unexported fields
}
func NewNullableTransactionResourceRelationshipsTransferAccountLinks ¶
func NewNullableTransactionResourceRelationshipsTransferAccountLinks(val *TransactionResourceRelationshipsTransferAccountLinks) *NullableTransactionResourceRelationshipsTransferAccountLinks
func (NullableTransactionResourceRelationshipsTransferAccountLinks) IsSet ¶
func (v NullableTransactionResourceRelationshipsTransferAccountLinks) IsSet() bool
func (NullableTransactionResourceRelationshipsTransferAccountLinks) MarshalJSON ¶
func (v NullableTransactionResourceRelationshipsTransferAccountLinks) MarshalJSON() ([]byte, error)
func (*NullableTransactionResourceRelationshipsTransferAccountLinks) UnmarshalJSON ¶
func (v *NullableTransactionResourceRelationshipsTransferAccountLinks) UnmarshalJSON(src []byte) error
func (*NullableTransactionResourceRelationshipsTransferAccountLinks) Unset ¶
func (v *NullableTransactionResourceRelationshipsTransferAccountLinks) Unset()
type NullableTransactionStatusEnum ¶
type NullableTransactionStatusEnum struct {
// contains filtered or unexported fields
}
func NewNullableTransactionStatusEnum ¶
func NewNullableTransactionStatusEnum(val *TransactionStatusEnum) *NullableTransactionStatusEnum
func (NullableTransactionStatusEnum) Get ¶
func (v NullableTransactionStatusEnum) Get() *TransactionStatusEnum
func (NullableTransactionStatusEnum) IsSet ¶
func (v NullableTransactionStatusEnum) IsSet() bool
func (NullableTransactionStatusEnum) MarshalJSON ¶
func (v NullableTransactionStatusEnum) MarshalJSON() ([]byte, error)
func (*NullableTransactionStatusEnum) Set ¶
func (v *NullableTransactionStatusEnum) Set(val *TransactionStatusEnum)
func (*NullableTransactionStatusEnum) UnmarshalJSON ¶
func (v *NullableTransactionStatusEnum) UnmarshalJSON(src []byte) error
func (*NullableTransactionStatusEnum) Unset ¶
func (v *NullableTransactionStatusEnum) Unset()
type NullableUpdateTransactionCategoryRequest ¶
type NullableUpdateTransactionCategoryRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTransactionCategoryRequest ¶
func NewNullableUpdateTransactionCategoryRequest(val *UpdateTransactionCategoryRequest) *NullableUpdateTransactionCategoryRequest
func (NullableUpdateTransactionCategoryRequest) IsSet ¶
func (v NullableUpdateTransactionCategoryRequest) IsSet() bool
func (NullableUpdateTransactionCategoryRequest) MarshalJSON ¶
func (v NullableUpdateTransactionCategoryRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTransactionCategoryRequest) Set ¶
func (v *NullableUpdateTransactionCategoryRequest) Set(val *UpdateTransactionCategoryRequest)
func (*NullableUpdateTransactionCategoryRequest) UnmarshalJSON ¶
func (v *NullableUpdateTransactionCategoryRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTransactionCategoryRequest) Unset ¶
func (v *NullableUpdateTransactionCategoryRequest) Unset()
type NullableUpdateTransactionTagsRequest ¶
type NullableUpdateTransactionTagsRequest struct {
// contains filtered or unexported fields
}
func NewNullableUpdateTransactionTagsRequest ¶
func NewNullableUpdateTransactionTagsRequest(val *UpdateTransactionTagsRequest) *NullableUpdateTransactionTagsRequest
func (NullableUpdateTransactionTagsRequest) Get ¶
func (v NullableUpdateTransactionTagsRequest) Get() *UpdateTransactionTagsRequest
func (NullableUpdateTransactionTagsRequest) IsSet ¶
func (v NullableUpdateTransactionTagsRequest) IsSet() bool
func (NullableUpdateTransactionTagsRequest) MarshalJSON ¶
func (v NullableUpdateTransactionTagsRequest) MarshalJSON() ([]byte, error)
func (*NullableUpdateTransactionTagsRequest) Set ¶
func (v *NullableUpdateTransactionTagsRequest) Set(val *UpdateTransactionTagsRequest)
func (*NullableUpdateTransactionTagsRequest) UnmarshalJSON ¶
func (v *NullableUpdateTransactionTagsRequest) UnmarshalJSON(src []byte) error
func (*NullableUpdateTransactionTagsRequest) Unset ¶
func (v *NullableUpdateTransactionTagsRequest) Unset()
type NullableWebhookDeliveryLogResource ¶
type NullableWebhookDeliveryLogResource struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResource ¶
func NewNullableWebhookDeliveryLogResource(val *WebhookDeliveryLogResource) *NullableWebhookDeliveryLogResource
func (NullableWebhookDeliveryLogResource) Get ¶
func (v NullableWebhookDeliveryLogResource) Get() *WebhookDeliveryLogResource
func (NullableWebhookDeliveryLogResource) IsSet ¶
func (v NullableWebhookDeliveryLogResource) IsSet() bool
func (NullableWebhookDeliveryLogResource) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResource) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResource) Set ¶
func (v *NullableWebhookDeliveryLogResource) Set(val *WebhookDeliveryLogResource)
func (*NullableWebhookDeliveryLogResource) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResource) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResource) Unset ¶
func (v *NullableWebhookDeliveryLogResource) Unset()
type NullableWebhookDeliveryLogResourceAttributes ¶
type NullableWebhookDeliveryLogResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResourceAttributes ¶
func NewNullableWebhookDeliveryLogResourceAttributes(val *WebhookDeliveryLogResourceAttributes) *NullableWebhookDeliveryLogResourceAttributes
func (NullableWebhookDeliveryLogResourceAttributes) IsSet ¶
func (v NullableWebhookDeliveryLogResourceAttributes) IsSet() bool
func (NullableWebhookDeliveryLogResourceAttributes) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResourceAttributes) Set ¶
func (v *NullableWebhookDeliveryLogResourceAttributes) Set(val *WebhookDeliveryLogResourceAttributes)
func (*NullableWebhookDeliveryLogResourceAttributes) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResourceAttributes) Unset ¶
func (v *NullableWebhookDeliveryLogResourceAttributes) Unset()
type NullableWebhookDeliveryLogResourceAttributesRequest ¶
type NullableWebhookDeliveryLogResourceAttributesRequest struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResourceAttributesRequest ¶
func NewNullableWebhookDeliveryLogResourceAttributesRequest(val *WebhookDeliveryLogResourceAttributesRequest) *NullableWebhookDeliveryLogResourceAttributesRequest
func (NullableWebhookDeliveryLogResourceAttributesRequest) IsSet ¶
func (v NullableWebhookDeliveryLogResourceAttributesRequest) IsSet() bool
func (NullableWebhookDeliveryLogResourceAttributesRequest) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResourceAttributesRequest) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResourceAttributesRequest) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResourceAttributesRequest) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResourceAttributesRequest) Unset ¶
func (v *NullableWebhookDeliveryLogResourceAttributesRequest) Unset()
type NullableWebhookDeliveryLogResourceAttributesResponse ¶
type NullableWebhookDeliveryLogResourceAttributesResponse struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResourceAttributesResponse ¶
func NewNullableWebhookDeliveryLogResourceAttributesResponse(val *WebhookDeliveryLogResourceAttributesResponse) *NullableWebhookDeliveryLogResourceAttributesResponse
func (NullableWebhookDeliveryLogResourceAttributesResponse) IsSet ¶
func (v NullableWebhookDeliveryLogResourceAttributesResponse) IsSet() bool
func (NullableWebhookDeliveryLogResourceAttributesResponse) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResourceAttributesResponse) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResourceAttributesResponse) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResourceAttributesResponse) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResourceAttributesResponse) Unset ¶
func (v *NullableWebhookDeliveryLogResourceAttributesResponse) Unset()
type NullableWebhookDeliveryLogResourceRelationships ¶
type NullableWebhookDeliveryLogResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResourceRelationships ¶
func NewNullableWebhookDeliveryLogResourceRelationships(val *WebhookDeliveryLogResourceRelationships) *NullableWebhookDeliveryLogResourceRelationships
func (NullableWebhookDeliveryLogResourceRelationships) IsSet ¶
func (v NullableWebhookDeliveryLogResourceRelationships) IsSet() bool
func (NullableWebhookDeliveryLogResourceRelationships) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResourceRelationships) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResourceRelationships) Unset ¶
func (v *NullableWebhookDeliveryLogResourceRelationships) Unset()
type NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent ¶
type NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResourceRelationshipsWebhookEvent ¶
func NewNullableWebhookDeliveryLogResourceRelationshipsWebhookEvent(val *WebhookDeliveryLogResourceRelationshipsWebhookEvent) *NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent
func (NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) IsSet ¶
func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) IsSet() bool
func (NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) Unset ¶
func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEvent) Unset()
type NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData ¶
type NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryLogResourceRelationshipsWebhookEventData ¶
func NewNullableWebhookDeliveryLogResourceRelationshipsWebhookEventData(val *WebhookDeliveryLogResourceRelationshipsWebhookEventData) *NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData
func (NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) IsSet ¶
func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) IsSet() bool
func (NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) MarshalJSON ¶
func (v NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) Unset ¶
func (v *NullableWebhookDeliveryLogResourceRelationshipsWebhookEventData) Unset()
type NullableWebhookDeliveryStatusEnum ¶
type NullableWebhookDeliveryStatusEnum struct {
// contains filtered or unexported fields
}
func NewNullableWebhookDeliveryStatusEnum ¶
func NewNullableWebhookDeliveryStatusEnum(val *WebhookDeliveryStatusEnum) *NullableWebhookDeliveryStatusEnum
func (NullableWebhookDeliveryStatusEnum) Get ¶
func (v NullableWebhookDeliveryStatusEnum) Get() *WebhookDeliveryStatusEnum
func (NullableWebhookDeliveryStatusEnum) IsSet ¶
func (v NullableWebhookDeliveryStatusEnum) IsSet() bool
func (NullableWebhookDeliveryStatusEnum) MarshalJSON ¶
func (v NullableWebhookDeliveryStatusEnum) MarshalJSON() ([]byte, error)
func (*NullableWebhookDeliveryStatusEnum) Set ¶
func (v *NullableWebhookDeliveryStatusEnum) Set(val *WebhookDeliveryStatusEnum)
func (*NullableWebhookDeliveryStatusEnum) UnmarshalJSON ¶
func (v *NullableWebhookDeliveryStatusEnum) UnmarshalJSON(src []byte) error
func (*NullableWebhookDeliveryStatusEnum) Unset ¶
func (v *NullableWebhookDeliveryStatusEnum) Unset()
type NullableWebhookEventCallback ¶
type NullableWebhookEventCallback struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventCallback ¶
func NewNullableWebhookEventCallback(val *WebhookEventCallback) *NullableWebhookEventCallback
func (NullableWebhookEventCallback) Get ¶
func (v NullableWebhookEventCallback) Get() *WebhookEventCallback
func (NullableWebhookEventCallback) IsSet ¶
func (v NullableWebhookEventCallback) IsSet() bool
func (NullableWebhookEventCallback) MarshalJSON ¶
func (v NullableWebhookEventCallback) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventCallback) Set ¶
func (v *NullableWebhookEventCallback) Set(val *WebhookEventCallback)
func (*NullableWebhookEventCallback) UnmarshalJSON ¶
func (v *NullableWebhookEventCallback) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventCallback) Unset ¶
func (v *NullableWebhookEventCallback) Unset()
type NullableWebhookEventResource ¶
type NullableWebhookEventResource struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResource ¶
func NewNullableWebhookEventResource(val *WebhookEventResource) *NullableWebhookEventResource
func (NullableWebhookEventResource) Get ¶
func (v NullableWebhookEventResource) Get() *WebhookEventResource
func (NullableWebhookEventResource) IsSet ¶
func (v NullableWebhookEventResource) IsSet() bool
func (NullableWebhookEventResource) MarshalJSON ¶
func (v NullableWebhookEventResource) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResource) Set ¶
func (v *NullableWebhookEventResource) Set(val *WebhookEventResource)
func (*NullableWebhookEventResource) UnmarshalJSON ¶
func (v *NullableWebhookEventResource) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResource) Unset ¶
func (v *NullableWebhookEventResource) Unset()
type NullableWebhookEventResourceAttributes ¶
type NullableWebhookEventResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResourceAttributes ¶
func NewNullableWebhookEventResourceAttributes(val *WebhookEventResourceAttributes) *NullableWebhookEventResourceAttributes
func (NullableWebhookEventResourceAttributes) Get ¶
func (v NullableWebhookEventResourceAttributes) Get() *WebhookEventResourceAttributes
func (NullableWebhookEventResourceAttributes) IsSet ¶
func (v NullableWebhookEventResourceAttributes) IsSet() bool
func (NullableWebhookEventResourceAttributes) MarshalJSON ¶
func (v NullableWebhookEventResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResourceAttributes) Set ¶
func (v *NullableWebhookEventResourceAttributes) Set(val *WebhookEventResourceAttributes)
func (*NullableWebhookEventResourceAttributes) UnmarshalJSON ¶
func (v *NullableWebhookEventResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResourceAttributes) Unset ¶
func (v *NullableWebhookEventResourceAttributes) Unset()
type NullableWebhookEventResourceRelationships ¶
type NullableWebhookEventResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResourceRelationships ¶
func NewNullableWebhookEventResourceRelationships(val *WebhookEventResourceRelationships) *NullableWebhookEventResourceRelationships
func (NullableWebhookEventResourceRelationships) IsSet ¶
func (v NullableWebhookEventResourceRelationships) IsSet() bool
func (NullableWebhookEventResourceRelationships) MarshalJSON ¶
func (v NullableWebhookEventResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResourceRelationships) Set ¶
func (v *NullableWebhookEventResourceRelationships) Set(val *WebhookEventResourceRelationships)
func (*NullableWebhookEventResourceRelationships) UnmarshalJSON ¶
func (v *NullableWebhookEventResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResourceRelationships) Unset ¶
func (v *NullableWebhookEventResourceRelationships) Unset()
type NullableWebhookEventResourceRelationshipsTransaction ¶
type NullableWebhookEventResourceRelationshipsTransaction struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResourceRelationshipsTransaction ¶
func NewNullableWebhookEventResourceRelationshipsTransaction(val *WebhookEventResourceRelationshipsTransaction) *NullableWebhookEventResourceRelationshipsTransaction
func (NullableWebhookEventResourceRelationshipsTransaction) IsSet ¶
func (v NullableWebhookEventResourceRelationshipsTransaction) IsSet() bool
func (NullableWebhookEventResourceRelationshipsTransaction) MarshalJSON ¶
func (v NullableWebhookEventResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResourceRelationshipsTransaction) UnmarshalJSON ¶
func (v *NullableWebhookEventResourceRelationshipsTransaction) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResourceRelationshipsTransaction) Unset ¶
func (v *NullableWebhookEventResourceRelationshipsTransaction) Unset()
type NullableWebhookEventResourceRelationshipsTransactionData ¶
type NullableWebhookEventResourceRelationshipsTransactionData struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResourceRelationshipsTransactionData ¶
func NewNullableWebhookEventResourceRelationshipsTransactionData(val *WebhookEventResourceRelationshipsTransactionData) *NullableWebhookEventResourceRelationshipsTransactionData
func (NullableWebhookEventResourceRelationshipsTransactionData) IsSet ¶
func (v NullableWebhookEventResourceRelationshipsTransactionData) IsSet() bool
func (NullableWebhookEventResourceRelationshipsTransactionData) MarshalJSON ¶
func (v NullableWebhookEventResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResourceRelationshipsTransactionData) UnmarshalJSON ¶
func (v *NullableWebhookEventResourceRelationshipsTransactionData) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResourceRelationshipsTransactionData) Unset ¶
func (v *NullableWebhookEventResourceRelationshipsTransactionData) Unset()
type NullableWebhookEventResourceRelationshipsWebhook ¶
type NullableWebhookEventResourceRelationshipsWebhook struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResourceRelationshipsWebhook ¶
func NewNullableWebhookEventResourceRelationshipsWebhook(val *WebhookEventResourceRelationshipsWebhook) *NullableWebhookEventResourceRelationshipsWebhook
func (NullableWebhookEventResourceRelationshipsWebhook) IsSet ¶
func (v NullableWebhookEventResourceRelationshipsWebhook) IsSet() bool
func (NullableWebhookEventResourceRelationshipsWebhook) MarshalJSON ¶
func (v NullableWebhookEventResourceRelationshipsWebhook) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResourceRelationshipsWebhook) UnmarshalJSON ¶
func (v *NullableWebhookEventResourceRelationshipsWebhook) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResourceRelationshipsWebhook) Unset ¶
func (v *NullableWebhookEventResourceRelationshipsWebhook) Unset()
type NullableWebhookEventResourceRelationshipsWebhookData ¶
type NullableWebhookEventResourceRelationshipsWebhookData struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventResourceRelationshipsWebhookData ¶
func NewNullableWebhookEventResourceRelationshipsWebhookData(val *WebhookEventResourceRelationshipsWebhookData) *NullableWebhookEventResourceRelationshipsWebhookData
func (NullableWebhookEventResourceRelationshipsWebhookData) IsSet ¶
func (v NullableWebhookEventResourceRelationshipsWebhookData) IsSet() bool
func (NullableWebhookEventResourceRelationshipsWebhookData) MarshalJSON ¶
func (v NullableWebhookEventResourceRelationshipsWebhookData) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventResourceRelationshipsWebhookData) UnmarshalJSON ¶
func (v *NullableWebhookEventResourceRelationshipsWebhookData) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventResourceRelationshipsWebhookData) Unset ¶
func (v *NullableWebhookEventResourceRelationshipsWebhookData) Unset()
type NullableWebhookEventTypeEnum ¶
type NullableWebhookEventTypeEnum struct {
// contains filtered or unexported fields
}
func NewNullableWebhookEventTypeEnum ¶
func NewNullableWebhookEventTypeEnum(val *WebhookEventTypeEnum) *NullableWebhookEventTypeEnum
func (NullableWebhookEventTypeEnum) Get ¶
func (v NullableWebhookEventTypeEnum) Get() *WebhookEventTypeEnum
func (NullableWebhookEventTypeEnum) IsSet ¶
func (v NullableWebhookEventTypeEnum) IsSet() bool
func (NullableWebhookEventTypeEnum) MarshalJSON ¶
func (v NullableWebhookEventTypeEnum) MarshalJSON() ([]byte, error)
func (*NullableWebhookEventTypeEnum) Set ¶
func (v *NullableWebhookEventTypeEnum) Set(val *WebhookEventTypeEnum)
func (*NullableWebhookEventTypeEnum) UnmarshalJSON ¶
func (v *NullableWebhookEventTypeEnum) UnmarshalJSON(src []byte) error
func (*NullableWebhookEventTypeEnum) Unset ¶
func (v *NullableWebhookEventTypeEnum) Unset()
type NullableWebhookInputResource ¶
type NullableWebhookInputResource struct {
// contains filtered or unexported fields
}
func NewNullableWebhookInputResource ¶
func NewNullableWebhookInputResource(val *WebhookInputResource) *NullableWebhookInputResource
func (NullableWebhookInputResource) Get ¶
func (v NullableWebhookInputResource) Get() *WebhookInputResource
func (NullableWebhookInputResource) IsSet ¶
func (v NullableWebhookInputResource) IsSet() bool
func (NullableWebhookInputResource) MarshalJSON ¶
func (v NullableWebhookInputResource) MarshalJSON() ([]byte, error)
func (*NullableWebhookInputResource) Set ¶
func (v *NullableWebhookInputResource) Set(val *WebhookInputResource)
func (*NullableWebhookInputResource) UnmarshalJSON ¶
func (v *NullableWebhookInputResource) UnmarshalJSON(src []byte) error
func (*NullableWebhookInputResource) Unset ¶
func (v *NullableWebhookInputResource) Unset()
type NullableWebhookInputResourceAttributes ¶
type NullableWebhookInputResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableWebhookInputResourceAttributes ¶
func NewNullableWebhookInputResourceAttributes(val *WebhookInputResourceAttributes) *NullableWebhookInputResourceAttributes
func (NullableWebhookInputResourceAttributes) Get ¶
func (v NullableWebhookInputResourceAttributes) Get() *WebhookInputResourceAttributes
func (NullableWebhookInputResourceAttributes) IsSet ¶
func (v NullableWebhookInputResourceAttributes) IsSet() bool
func (NullableWebhookInputResourceAttributes) MarshalJSON ¶
func (v NullableWebhookInputResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableWebhookInputResourceAttributes) Set ¶
func (v *NullableWebhookInputResourceAttributes) Set(val *WebhookInputResourceAttributes)
func (*NullableWebhookInputResourceAttributes) UnmarshalJSON ¶
func (v *NullableWebhookInputResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableWebhookInputResourceAttributes) Unset ¶
func (v *NullableWebhookInputResourceAttributes) Unset()
type NullableWebhookResource ¶
type NullableWebhookResource struct {
// contains filtered or unexported fields
}
func NewNullableWebhookResource ¶
func NewNullableWebhookResource(val *WebhookResource) *NullableWebhookResource
func (NullableWebhookResource) Get ¶
func (v NullableWebhookResource) Get() *WebhookResource
func (NullableWebhookResource) IsSet ¶
func (v NullableWebhookResource) IsSet() bool
func (NullableWebhookResource) MarshalJSON ¶
func (v NullableWebhookResource) MarshalJSON() ([]byte, error)
func (*NullableWebhookResource) Set ¶
func (v *NullableWebhookResource) Set(val *WebhookResource)
func (*NullableWebhookResource) UnmarshalJSON ¶
func (v *NullableWebhookResource) UnmarshalJSON(src []byte) error
func (*NullableWebhookResource) Unset ¶
func (v *NullableWebhookResource) Unset()
type NullableWebhookResourceAttributes ¶
type NullableWebhookResourceAttributes struct {
// contains filtered or unexported fields
}
func NewNullableWebhookResourceAttributes ¶
func NewNullableWebhookResourceAttributes(val *WebhookResourceAttributes) *NullableWebhookResourceAttributes
func (NullableWebhookResourceAttributes) Get ¶
func (v NullableWebhookResourceAttributes) Get() *WebhookResourceAttributes
func (NullableWebhookResourceAttributes) IsSet ¶
func (v NullableWebhookResourceAttributes) IsSet() bool
func (NullableWebhookResourceAttributes) MarshalJSON ¶
func (v NullableWebhookResourceAttributes) MarshalJSON() ([]byte, error)
func (*NullableWebhookResourceAttributes) Set ¶
func (v *NullableWebhookResourceAttributes) Set(val *WebhookResourceAttributes)
func (*NullableWebhookResourceAttributes) UnmarshalJSON ¶
func (v *NullableWebhookResourceAttributes) UnmarshalJSON(src []byte) error
func (*NullableWebhookResourceAttributes) Unset ¶
func (v *NullableWebhookResourceAttributes) Unset()
type NullableWebhookResourceRelationships ¶
type NullableWebhookResourceRelationships struct {
// contains filtered or unexported fields
}
func NewNullableWebhookResourceRelationships ¶
func NewNullableWebhookResourceRelationships(val *WebhookResourceRelationships) *NullableWebhookResourceRelationships
func (NullableWebhookResourceRelationships) Get ¶
func (v NullableWebhookResourceRelationships) Get() *WebhookResourceRelationships
func (NullableWebhookResourceRelationships) IsSet ¶
func (v NullableWebhookResourceRelationships) IsSet() bool
func (NullableWebhookResourceRelationships) MarshalJSON ¶
func (v NullableWebhookResourceRelationships) MarshalJSON() ([]byte, error)
func (*NullableWebhookResourceRelationships) Set ¶
func (v *NullableWebhookResourceRelationships) Set(val *WebhookResourceRelationships)
func (*NullableWebhookResourceRelationships) UnmarshalJSON ¶
func (v *NullableWebhookResourceRelationships) UnmarshalJSON(src []byte) error
func (*NullableWebhookResourceRelationships) Unset ¶
func (v *NullableWebhookResourceRelationships) Unset()
type OwnershipTypeEnum ¶
type OwnershipTypeEnum string
OwnershipTypeEnum Specifies the structure under which a bank account is owned. Currently returned values are `INDIVIDUAL` and `JOINT`.
const ( INDIVIDUAL OwnershipTypeEnum = "INDIVIDUAL" JOINT OwnershipTypeEnum = "JOINT" )
List of OwnershipTypeEnum
func NewOwnershipTypeEnumFromValue ¶
func NewOwnershipTypeEnumFromValue(v string) (*OwnershipTypeEnum, error)
NewOwnershipTypeEnumFromValue returns a pointer to a valid OwnershipTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (OwnershipTypeEnum) IsValid ¶
func (v OwnershipTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (OwnershipTypeEnum) Ptr ¶
func (v OwnershipTypeEnum) Ptr() *OwnershipTypeEnum
Ptr returns reference to OwnershipTypeEnum value
func (*OwnershipTypeEnum) UnmarshalJSON ¶
func (v *OwnershipTypeEnum) UnmarshalJSON(src []byte) error
type PingResponse ¶
type PingResponse struct {
Meta PingResponseMeta `json:"meta"`
}
PingResponse Basic ping response to verify authentication.
func NewPingResponse ¶
func NewPingResponse(meta PingResponseMeta) *PingResponse
NewPingResponse instantiates a new PingResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPingResponseWithDefaults ¶
func NewPingResponseWithDefaults() *PingResponse
NewPingResponseWithDefaults instantiates a new PingResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PingResponse) GetMeta ¶
func (o *PingResponse) GetMeta() PingResponseMeta
GetMeta returns the Meta field value
func (*PingResponse) GetMetaOk ¶
func (o *PingResponse) GetMetaOk() (*PingResponseMeta, bool)
GetMetaOk returns a tuple with the Meta field value and a boolean to check if the value has been set.
func (PingResponse) MarshalJSON ¶
func (o PingResponse) MarshalJSON() ([]byte, error)
func (*PingResponse) SetMeta ¶
func (o *PingResponse) SetMeta(v PingResponseMeta)
SetMeta sets field value
func (PingResponse) ToMap ¶
func (o PingResponse) ToMap() (map[string]interface{}, error)
func (*PingResponse) UnmarshalJSON ¶
func (o *PingResponse) UnmarshalJSON(data []byte) (err error)
type PingResponseMeta ¶
type PingResponseMeta struct { // The unique identifier of the authenticated customer. Id string `json:"id"` // A cute emoji that represents the response status. StatusEmoji string `json:"statusEmoji"` }
PingResponseMeta struct for PingResponseMeta
func NewPingResponseMeta ¶
func NewPingResponseMeta(id string, statusEmoji string) *PingResponseMeta
NewPingResponseMeta instantiates a new PingResponseMeta object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPingResponseMetaWithDefaults ¶
func NewPingResponseMetaWithDefaults() *PingResponseMeta
NewPingResponseMetaWithDefaults instantiates a new PingResponseMeta object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PingResponseMeta) GetId ¶
func (o *PingResponseMeta) GetId() string
GetId returns the Id field value
func (*PingResponseMeta) GetIdOk ¶
func (o *PingResponseMeta) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PingResponseMeta) GetStatusEmoji ¶
func (o *PingResponseMeta) GetStatusEmoji() string
GetStatusEmoji returns the StatusEmoji field value
func (*PingResponseMeta) GetStatusEmojiOk ¶
func (o *PingResponseMeta) GetStatusEmojiOk() (*string, bool)
GetStatusEmojiOk returns a tuple with the StatusEmoji field value and a boolean to check if the value has been set.
func (PingResponseMeta) MarshalJSON ¶
func (o PingResponseMeta) MarshalJSON() ([]byte, error)
func (*PingResponseMeta) SetStatusEmoji ¶
func (o *PingResponseMeta) SetStatusEmoji(v string)
SetStatusEmoji sets field value
func (PingResponseMeta) ToMap ¶
func (o PingResponseMeta) ToMap() (map[string]interface{}, error)
func (*PingResponseMeta) UnmarshalJSON ¶
func (o *PingResponseMeta) UnmarshalJSON(data []byte) (err error)
type RoundUpObject ¶
type RoundUpObject struct { // The total amount of this Round Up, including any boosts, represented as a negative value. Amount MoneyObject `json:"amount"` // The portion of the Round Up `amount` owing to boosted Round Ups, represented as a negative value. If no boost was added to the Round Up this field will be `null`. BoostPortion NullableMoneyObject `json:"boostPortion"` }
RoundUpObject Provides information about how a Round Up was applied, such as whether or not a boost was included in the Round Up.
func NewRoundUpObject ¶
func NewRoundUpObject(amount MoneyObject, boostPortion NullableMoneyObject) *RoundUpObject
NewRoundUpObject instantiates a new RoundUpObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRoundUpObjectWithDefaults ¶
func NewRoundUpObjectWithDefaults() *RoundUpObject
NewRoundUpObjectWithDefaults instantiates a new RoundUpObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RoundUpObject) GetAmount ¶
func (o *RoundUpObject) GetAmount() MoneyObject
GetAmount returns the Amount field value
func (*RoundUpObject) GetAmountOk ¶
func (o *RoundUpObject) GetAmountOk() (*MoneyObject, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*RoundUpObject) GetBoostPortion ¶
func (o *RoundUpObject) GetBoostPortion() MoneyObject
GetBoostPortion returns the BoostPortion field value If the value is explicit nil, the zero value for MoneyObject will be returned
func (*RoundUpObject) GetBoostPortionOk ¶
func (o *RoundUpObject) GetBoostPortionOk() (*MoneyObject, bool)
GetBoostPortionOk returns a tuple with the BoostPortion field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (RoundUpObject) MarshalJSON ¶
func (o RoundUpObject) MarshalJSON() ([]byte, error)
func (*RoundUpObject) SetAmount ¶
func (o *RoundUpObject) SetAmount(v MoneyObject)
SetAmount sets field value
func (*RoundUpObject) SetBoostPortion ¶
func (o *RoundUpObject) SetBoostPortion(v MoneyObject)
SetBoostPortion sets field value
func (RoundUpObject) ToMap ¶
func (o RoundUpObject) ToMap() (map[string]interface{}, error)
func (*RoundUpObject) UnmarshalJSON ¶
func (o *RoundUpObject) UnmarshalJSON(data []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type TagInputResourceIdentifier ¶
type TagInputResourceIdentifier struct { // The type of this resource: `tags` Type string `json:"type"` // The label of the tag, which also acts as the tag’s unique identifier. Id string `json:"id"` }
TagInputResourceIdentifier Uniquely identifies a single tag in the API.
func NewTagInputResourceIdentifier ¶
func NewTagInputResourceIdentifier(type_ string, id string) *TagInputResourceIdentifier
NewTagInputResourceIdentifier instantiates a new TagInputResourceIdentifier object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTagInputResourceIdentifierWithDefaults ¶
func NewTagInputResourceIdentifierWithDefaults() *TagInputResourceIdentifier
NewTagInputResourceIdentifierWithDefaults instantiates a new TagInputResourceIdentifier object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TagInputResourceIdentifier) GetId ¶
func (o *TagInputResourceIdentifier) GetId() string
GetId returns the Id field value
func (*TagInputResourceIdentifier) GetIdOk ¶
func (o *TagInputResourceIdentifier) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TagInputResourceIdentifier) GetType ¶
func (o *TagInputResourceIdentifier) GetType() string
GetType returns the Type field value
func (*TagInputResourceIdentifier) GetTypeOk ¶
func (o *TagInputResourceIdentifier) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TagInputResourceIdentifier) MarshalJSON ¶
func (o TagInputResourceIdentifier) MarshalJSON() ([]byte, error)
func (*TagInputResourceIdentifier) SetId ¶
func (o *TagInputResourceIdentifier) SetId(v string)
SetId sets field value
func (*TagInputResourceIdentifier) SetType ¶
func (o *TagInputResourceIdentifier) SetType(v string)
SetType sets field value
func (TagInputResourceIdentifier) ToMap ¶
func (o TagInputResourceIdentifier) ToMap() (map[string]interface{}, error)
func (*TagInputResourceIdentifier) UnmarshalJSON ¶
func (o *TagInputResourceIdentifier) UnmarshalJSON(data []byte) (err error)
type TagResource ¶
type TagResource struct { // The type of this resource: `tags` Type string `json:"type"` // The label of the tag, which also acts as the tag’s unique identifier. Id string `json:"id"` Relationships AccountResourceRelationships `json:"relationships"` }
TagResource Provides information about a tag.
func NewTagResource ¶
func NewTagResource(type_ string, id string, relationships AccountResourceRelationships) *TagResource
NewTagResource instantiates a new TagResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTagResourceWithDefaults ¶
func NewTagResourceWithDefaults() *TagResource
NewTagResourceWithDefaults instantiates a new TagResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TagResource) GetIdOk ¶
func (o *TagResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TagResource) GetRelationships ¶
func (o *TagResource) GetRelationships() AccountResourceRelationships
GetRelationships returns the Relationships field value
func (*TagResource) GetRelationshipsOk ¶
func (o *TagResource) GetRelationshipsOk() (*AccountResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*TagResource) GetType ¶
func (o *TagResource) GetType() string
GetType returns the Type field value
func (*TagResource) GetTypeOk ¶
func (o *TagResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TagResource) MarshalJSON ¶
func (o TagResource) MarshalJSON() ([]byte, error)
func (*TagResource) SetRelationships ¶
func (o *TagResource) SetRelationships(v AccountResourceRelationships)
SetRelationships sets field value
func (TagResource) ToMap ¶
func (o TagResource) ToMap() (map[string]interface{}, error)
func (*TagResource) UnmarshalJSON ¶
func (o *TagResource) UnmarshalJSON(data []byte) (err error)
type TagsAPIService ¶
type TagsAPIService service
TagsAPIService TagsAPI service
func (*TagsAPIService) TagsGet ¶
func (a *TagsAPIService) TagsGet(ctx context.Context) ApiTagsGetRequest
TagsGet List tags
Retrieve a list of all tags currently in use. The returned list is [paginated](#pagination) and can be scrolled by following the `next` and `prev` links where present. Results are ordered lexicographically. The `transactions` relationship for each tag exposes a link to get the transactions with the given tag.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTagsGetRequest
func (*TagsAPIService) TagsGetExecute ¶
func (a *TagsAPIService) TagsGetExecute(r ApiTagsGetRequest) (*ListTagsResponse, *http.Response, error)
Execute executes the request
@return ListTagsResponse
func (*TagsAPIService) TransactionsTransactionIdRelationshipsTagsDelete ¶
func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsDelete(ctx context.Context, transactionId string) ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest
TransactionsTransactionIdRelationshipsTagsDelete Remove tags from transaction
Disassociates one or more tags from a specific transaction. Tags that are not associated are silently ignored. An HTTP `204` is returned on success. The associated tags, along with this request URL, are also exposed via the `tags` relationship on the transaction resource returned from `/transactions/{id}`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param transactionId The unique identifier for the transaction. @return ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest
func (*TagsAPIService) TransactionsTransactionIdRelationshipsTagsDeleteExecute ¶
func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsDeleteExecute(r ApiTransactionsTransactionIdRelationshipsTagsDeleteRequest) (*http.Response, error)
Execute executes the request
func (*TagsAPIService) TransactionsTransactionIdRelationshipsTagsPost ¶
func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsPost(ctx context.Context, transactionId string) ApiTransactionsTransactionIdRelationshipsTagsPostRequest
TransactionsTransactionIdRelationshipsTagsPost Add tags to transaction
Associates one or more tags with a specific transaction. No more than 6 tags may be present on any single transaction. Duplicate tags are silently ignored. An HTTP `204` is returned on success. The associated tags, along with this request URL, are also exposed via the `tags` relationship on the transaction resource returned from `/transactions/{id}`.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param transactionId The unique identifier for the transaction. @return ApiTransactionsTransactionIdRelationshipsTagsPostRequest
func (*TagsAPIService) TransactionsTransactionIdRelationshipsTagsPostExecute ¶
func (a *TagsAPIService) TransactionsTransactionIdRelationshipsTagsPostExecute(r ApiTransactionsTransactionIdRelationshipsTagsPostRequest) (*http.Response, error)
Execute executes the request
type TransactionResource ¶
type TransactionResource struct { // The type of this resource: `transactions` Type string `json:"type"` // The unique identifier for this transaction. Id string `json:"id"` Attributes TransactionResourceAttributes `json:"attributes"` Relationships TransactionResourceRelationships `json:"relationships"` Links *AccountResourceLinks `json:"links,omitempty"` }
TransactionResource struct for TransactionResource
func NewTransactionResource ¶
func NewTransactionResource(type_ string, id string, attributes TransactionResourceAttributes, relationships TransactionResourceRelationships) *TransactionResource
NewTransactionResource instantiates a new TransactionResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceWithDefaults ¶
func NewTransactionResourceWithDefaults() *TransactionResource
NewTransactionResourceWithDefaults instantiates a new TransactionResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResource) GetAttributes ¶
func (o *TransactionResource) GetAttributes() TransactionResourceAttributes
GetAttributes returns the Attributes field value
func (*TransactionResource) GetAttributesOk ¶
func (o *TransactionResource) GetAttributesOk() (*TransactionResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*TransactionResource) GetId ¶
func (o *TransactionResource) GetId() string
GetId returns the Id field value
func (*TransactionResource) GetIdOk ¶
func (o *TransactionResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TransactionResource) GetLinks ¶
func (o *TransactionResource) GetLinks() AccountResourceLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*TransactionResource) GetLinksOk ¶
func (o *TransactionResource) GetLinksOk() (*AccountResourceLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResource) GetRelationships ¶
func (o *TransactionResource) GetRelationships() TransactionResourceRelationships
GetRelationships returns the Relationships field value
func (*TransactionResource) GetRelationshipsOk ¶
func (o *TransactionResource) GetRelationshipsOk() (*TransactionResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*TransactionResource) GetType ¶
func (o *TransactionResource) GetType() string
GetType returns the Type field value
func (*TransactionResource) GetTypeOk ¶
func (o *TransactionResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*TransactionResource) HasLinks ¶
func (o *TransactionResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (TransactionResource) MarshalJSON ¶
func (o TransactionResource) MarshalJSON() ([]byte, error)
func (*TransactionResource) SetAttributes ¶
func (o *TransactionResource) SetAttributes(v TransactionResourceAttributes)
SetAttributes sets field value
func (*TransactionResource) SetId ¶
func (o *TransactionResource) SetId(v string)
SetId sets field value
func (*TransactionResource) SetLinks ¶
func (o *TransactionResource) SetLinks(v AccountResourceLinks)
SetLinks gets a reference to the given AccountResourceLinks and assigns it to the Links field.
func (*TransactionResource) SetRelationships ¶
func (o *TransactionResource) SetRelationships(v TransactionResourceRelationships)
SetRelationships sets field value
func (*TransactionResource) SetType ¶
func (o *TransactionResource) SetType(v string)
SetType sets field value
func (TransactionResource) ToMap ¶
func (o TransactionResource) ToMap() (map[string]interface{}, error)
func (*TransactionResource) UnmarshalJSON ¶
func (o *TransactionResource) UnmarshalJSON(data []byte) (err error)
type TransactionResourceAttributes ¶
type TransactionResourceAttributes struct { // The current processing status of this transaction, according to whether or not this transaction has settled or is still held. Status TransactionStatusEnum `json:"status"` // The original, unprocessed text of the transaction. This is often not a perfect indicator of the actual merchant, but it is useful for reconciliation purposes in some cases. RawText NullableString `json:"rawText"` // A short description for this transaction. Usually the merchant name for purchases. Description string `json:"description"` // Attached message for this transaction, such as a payment message, or a transfer note. Message NullableString `json:"message"` // Boolean flag set to true on transactions that support the use of categories. IsCategorizable bool `json:"isCategorizable"` // If this transaction is currently in the `HELD` status, or was ever in the `HELD` status, the `amount` and `foreignAmount` of the transaction while `HELD`. HoldInfo NullableHoldInfoObject `json:"holdInfo"` // Details of how this transaction was rounded-up. If no Round Up was applied this field will be `null`. RoundUp NullableRoundUpObject `json:"roundUp"` // If all or part of this transaction was instantly reimbursed in the form of cashback, details of the reimbursement. Cashback NullableCashbackObject `json:"cashback"` // The amount of this transaction in Australian dollars. For transactions that were once `HELD` but are now `SETTLED`, refer to the `holdInfo` field for the original `amount` the transaction was `HELD` at. Amount MoneyObject `json:"amount"` // The foreign currency amount of this transaction. This field will be `null` for domestic transactions. The amount was converted to the AUD amount reflected in the `amount` of this transaction. Refer to the `holdInfo` field for the original `foreignAmount` the transaction was `HELD` at. ForeignAmount NullableMoneyObject `json:"foreignAmount"` // Information about the card used for this transaction, if applicable. CardPurchaseMethod NullableCardPurchaseMethodObject `json:"cardPurchaseMethod"` // The date-time at which this transaction settled. This field will be `null` for transactions that are currently in the `HELD` status. SettledAt NullableTime `json:"settledAt"` // The date-time at which this transaction was first encountered. CreatedAt time.Time `json:"createdAt"` // A description of the transaction method used e.g. Purchase, BPAY Payment. TransactionType NullableString `json:"transactionType"` // A customer provided note about the transaction. Can only be provided by Up High subscribers. Note NullableNoteObject `json:"note"` // The customer who initated the transaction. For 2Up accounts this could be the customer who's card was used. PerformingCustomer NullableCustomerObject `json:"performingCustomer"` // A deep link to the transaction receipt screen in-app. DeepLinkURL string `json:"deepLinkURL"` }
TransactionResourceAttributes struct for TransactionResourceAttributes
func NewTransactionResourceAttributes ¶
func NewTransactionResourceAttributes(status TransactionStatusEnum, rawText NullableString, description string, message NullableString, isCategorizable bool, holdInfo NullableHoldInfoObject, roundUp NullableRoundUpObject, cashback NullableCashbackObject, amount MoneyObject, foreignAmount NullableMoneyObject, cardPurchaseMethod NullableCardPurchaseMethodObject, settledAt NullableTime, createdAt time.Time, transactionType NullableString, note NullableNoteObject, performingCustomer NullableCustomerObject, deepLinkURL string) *TransactionResourceAttributes
NewTransactionResourceAttributes instantiates a new TransactionResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceAttributesWithDefaults ¶
func NewTransactionResourceAttributesWithDefaults() *TransactionResourceAttributes
NewTransactionResourceAttributesWithDefaults instantiates a new TransactionResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceAttributes) GetAmount ¶
func (o *TransactionResourceAttributes) GetAmount() MoneyObject
GetAmount returns the Amount field value
func (*TransactionResourceAttributes) GetAmountOk ¶
func (o *TransactionResourceAttributes) GetAmountOk() (*MoneyObject, bool)
GetAmountOk returns a tuple with the Amount field value and a boolean to check if the value has been set.
func (*TransactionResourceAttributes) GetCardPurchaseMethod ¶
func (o *TransactionResourceAttributes) GetCardPurchaseMethod() CardPurchaseMethodObject
GetCardPurchaseMethod returns the CardPurchaseMethod field value If the value is explicit nil, the zero value for CardPurchaseMethodObject will be returned
func (*TransactionResourceAttributes) GetCardPurchaseMethodOk ¶
func (o *TransactionResourceAttributes) GetCardPurchaseMethodOk() (*CardPurchaseMethodObject, bool)
GetCardPurchaseMethodOk returns a tuple with the CardPurchaseMethod field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetCashback ¶
func (o *TransactionResourceAttributes) GetCashback() CashbackObject
GetCashback returns the Cashback field value If the value is explicit nil, the zero value for CashbackObject will be returned
func (*TransactionResourceAttributes) GetCashbackOk ¶
func (o *TransactionResourceAttributes) GetCashbackOk() (*CashbackObject, bool)
GetCashbackOk returns a tuple with the Cashback field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetCreatedAt ¶
func (o *TransactionResourceAttributes) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*TransactionResourceAttributes) GetCreatedAtOk ¶
func (o *TransactionResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*TransactionResourceAttributes) GetDeepLinkURL ¶
func (o *TransactionResourceAttributes) GetDeepLinkURL() string
GetDeepLinkURL returns the DeepLinkURL field value
func (*TransactionResourceAttributes) GetDeepLinkURLOk ¶
func (o *TransactionResourceAttributes) GetDeepLinkURLOk() (*string, bool)
GetDeepLinkURLOk returns a tuple with the DeepLinkURL field value and a boolean to check if the value has been set.
func (*TransactionResourceAttributes) GetDescription ¶
func (o *TransactionResourceAttributes) GetDescription() string
GetDescription returns the Description field value
func (*TransactionResourceAttributes) GetDescriptionOk ¶
func (o *TransactionResourceAttributes) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.
func (*TransactionResourceAttributes) GetForeignAmount ¶
func (o *TransactionResourceAttributes) GetForeignAmount() MoneyObject
GetForeignAmount returns the ForeignAmount field value If the value is explicit nil, the zero value for MoneyObject will be returned
func (*TransactionResourceAttributes) GetForeignAmountOk ¶
func (o *TransactionResourceAttributes) GetForeignAmountOk() (*MoneyObject, bool)
GetForeignAmountOk returns a tuple with the ForeignAmount field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetHoldInfo ¶
func (o *TransactionResourceAttributes) GetHoldInfo() HoldInfoObject
GetHoldInfo returns the HoldInfo field value If the value is explicit nil, the zero value for HoldInfoObject will be returned
func (*TransactionResourceAttributes) GetHoldInfoOk ¶
func (o *TransactionResourceAttributes) GetHoldInfoOk() (*HoldInfoObject, bool)
GetHoldInfoOk returns a tuple with the HoldInfo field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetIsCategorizable ¶
func (o *TransactionResourceAttributes) GetIsCategorizable() bool
GetIsCategorizable returns the IsCategorizable field value
func (*TransactionResourceAttributes) GetIsCategorizableOk ¶
func (o *TransactionResourceAttributes) GetIsCategorizableOk() (*bool, bool)
GetIsCategorizableOk returns a tuple with the IsCategorizable field value and a boolean to check if the value has been set.
func (*TransactionResourceAttributes) GetMessage ¶
func (o *TransactionResourceAttributes) GetMessage() string
GetMessage returns the Message field value If the value is explicit nil, the zero value for string will be returned
func (*TransactionResourceAttributes) GetMessageOk ¶
func (o *TransactionResourceAttributes) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetNote ¶
func (o *TransactionResourceAttributes) GetNote() NoteObject
GetNote returns the Note field value If the value is explicit nil, the zero value for NoteObject will be returned
func (*TransactionResourceAttributes) GetNoteOk ¶
func (o *TransactionResourceAttributes) GetNoteOk() (*NoteObject, bool)
GetNoteOk returns a tuple with the Note field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetPerformingCustomer ¶
func (o *TransactionResourceAttributes) GetPerformingCustomer() CustomerObject
GetPerformingCustomer returns the PerformingCustomer field value If the value is explicit nil, the zero value for CustomerObject will be returned
func (*TransactionResourceAttributes) GetPerformingCustomerOk ¶
func (o *TransactionResourceAttributes) GetPerformingCustomerOk() (*CustomerObject, bool)
GetPerformingCustomerOk returns a tuple with the PerformingCustomer field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetRawText ¶
func (o *TransactionResourceAttributes) GetRawText() string
GetRawText returns the RawText field value If the value is explicit nil, the zero value for string will be returned
func (*TransactionResourceAttributes) GetRawTextOk ¶
func (o *TransactionResourceAttributes) GetRawTextOk() (*string, bool)
GetRawTextOk returns a tuple with the RawText field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetRoundUp ¶
func (o *TransactionResourceAttributes) GetRoundUp() RoundUpObject
GetRoundUp returns the RoundUp field value If the value is explicit nil, the zero value for RoundUpObject will be returned
func (*TransactionResourceAttributes) GetRoundUpOk ¶
func (o *TransactionResourceAttributes) GetRoundUpOk() (*RoundUpObject, bool)
GetRoundUpOk returns a tuple with the RoundUp field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetSettledAt ¶
func (o *TransactionResourceAttributes) GetSettledAt() time.Time
GetSettledAt returns the SettledAt field value If the value is explicit nil, the zero value for time.Time will be returned
func (*TransactionResourceAttributes) GetSettledAtOk ¶
func (o *TransactionResourceAttributes) GetSettledAtOk() (*time.Time, bool)
GetSettledAtOk returns a tuple with the SettledAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceAttributes) GetStatus ¶
func (o *TransactionResourceAttributes) GetStatus() TransactionStatusEnum
GetStatus returns the Status field value
func (*TransactionResourceAttributes) GetStatusOk ¶
func (o *TransactionResourceAttributes) GetStatusOk() (*TransactionStatusEnum, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*TransactionResourceAttributes) GetTransactionType ¶
func (o *TransactionResourceAttributes) GetTransactionType() string
GetTransactionType returns the TransactionType field value If the value is explicit nil, the zero value for string will be returned
func (*TransactionResourceAttributes) GetTransactionTypeOk ¶
func (o *TransactionResourceAttributes) GetTransactionTypeOk() (*string, bool)
GetTransactionTypeOk returns a tuple with the TransactionType field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (TransactionResourceAttributes) MarshalJSON ¶
func (o TransactionResourceAttributes) MarshalJSON() ([]byte, error)
func (*TransactionResourceAttributes) SetAmount ¶
func (o *TransactionResourceAttributes) SetAmount(v MoneyObject)
SetAmount sets field value
func (*TransactionResourceAttributes) SetCardPurchaseMethod ¶
func (o *TransactionResourceAttributes) SetCardPurchaseMethod(v CardPurchaseMethodObject)
SetCardPurchaseMethod sets field value
func (*TransactionResourceAttributes) SetCashback ¶
func (o *TransactionResourceAttributes) SetCashback(v CashbackObject)
SetCashback sets field value
func (*TransactionResourceAttributes) SetCreatedAt ¶
func (o *TransactionResourceAttributes) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*TransactionResourceAttributes) SetDeepLinkURL ¶
func (o *TransactionResourceAttributes) SetDeepLinkURL(v string)
SetDeepLinkURL sets field value
func (*TransactionResourceAttributes) SetDescription ¶
func (o *TransactionResourceAttributes) SetDescription(v string)
SetDescription sets field value
func (*TransactionResourceAttributes) SetForeignAmount ¶
func (o *TransactionResourceAttributes) SetForeignAmount(v MoneyObject)
SetForeignAmount sets field value
func (*TransactionResourceAttributes) SetHoldInfo ¶
func (o *TransactionResourceAttributes) SetHoldInfo(v HoldInfoObject)
SetHoldInfo sets field value
func (*TransactionResourceAttributes) SetIsCategorizable ¶
func (o *TransactionResourceAttributes) SetIsCategorizable(v bool)
SetIsCategorizable sets field value
func (*TransactionResourceAttributes) SetMessage ¶
func (o *TransactionResourceAttributes) SetMessage(v string)
SetMessage sets field value
func (*TransactionResourceAttributes) SetNote ¶
func (o *TransactionResourceAttributes) SetNote(v NoteObject)
SetNote sets field value
func (*TransactionResourceAttributes) SetPerformingCustomer ¶
func (o *TransactionResourceAttributes) SetPerformingCustomer(v CustomerObject)
SetPerformingCustomer sets field value
func (*TransactionResourceAttributes) SetRawText ¶
func (o *TransactionResourceAttributes) SetRawText(v string)
SetRawText sets field value
func (*TransactionResourceAttributes) SetRoundUp ¶
func (o *TransactionResourceAttributes) SetRoundUp(v RoundUpObject)
SetRoundUp sets field value
func (*TransactionResourceAttributes) SetSettledAt ¶
func (o *TransactionResourceAttributes) SetSettledAt(v time.Time)
SetSettledAt sets field value
func (*TransactionResourceAttributes) SetStatus ¶
func (o *TransactionResourceAttributes) SetStatus(v TransactionStatusEnum)
SetStatus sets field value
func (*TransactionResourceAttributes) SetTransactionType ¶
func (o *TransactionResourceAttributes) SetTransactionType(v string)
SetTransactionType sets field value
func (TransactionResourceAttributes) ToMap ¶
func (o TransactionResourceAttributes) ToMap() (map[string]interface{}, error)
func (*TransactionResourceAttributes) UnmarshalJSON ¶
func (o *TransactionResourceAttributes) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationships ¶
type TransactionResourceRelationships struct { Account TransactionResourceRelationshipsAccount `json:"account"` TransferAccount TransactionResourceRelationshipsTransferAccount `json:"transferAccount"` Category TransactionResourceRelationshipsCategory `json:"category"` ParentCategory CategoryResourceRelationshipsParent `json:"parentCategory"` Tags TransactionResourceRelationshipsTags `json:"tags"` Attachment TransactionResourceRelationshipsAttachment `json:"attachment"` }
TransactionResourceRelationships struct for TransactionResourceRelationships
func NewTransactionResourceRelationships ¶
func NewTransactionResourceRelationships(account TransactionResourceRelationshipsAccount, transferAccount TransactionResourceRelationshipsTransferAccount, category TransactionResourceRelationshipsCategory, parentCategory CategoryResourceRelationshipsParent, tags TransactionResourceRelationshipsTags, attachment TransactionResourceRelationshipsAttachment) *TransactionResourceRelationships
NewTransactionResourceRelationships instantiates a new TransactionResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsWithDefaults ¶
func NewTransactionResourceRelationshipsWithDefaults() *TransactionResourceRelationships
NewTransactionResourceRelationshipsWithDefaults instantiates a new TransactionResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationships) GetAccount ¶
func (o *TransactionResourceRelationships) GetAccount() TransactionResourceRelationshipsAccount
GetAccount returns the Account field value
func (*TransactionResourceRelationships) GetAccountOk ¶
func (o *TransactionResourceRelationships) GetAccountOk() (*TransactionResourceRelationshipsAccount, bool)
GetAccountOk returns a tuple with the Account field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationships) GetAttachment ¶
func (o *TransactionResourceRelationships) GetAttachment() TransactionResourceRelationshipsAttachment
GetAttachment returns the Attachment field value
func (*TransactionResourceRelationships) GetAttachmentOk ¶
func (o *TransactionResourceRelationships) GetAttachmentOk() (*TransactionResourceRelationshipsAttachment, bool)
GetAttachmentOk returns a tuple with the Attachment field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationships) GetCategory ¶
func (o *TransactionResourceRelationships) GetCategory() TransactionResourceRelationshipsCategory
GetCategory returns the Category field value
func (*TransactionResourceRelationships) GetCategoryOk ¶
func (o *TransactionResourceRelationships) GetCategoryOk() (*TransactionResourceRelationshipsCategory, bool)
GetCategoryOk returns a tuple with the Category field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationships) GetParentCategory ¶
func (o *TransactionResourceRelationships) GetParentCategory() CategoryResourceRelationshipsParent
GetParentCategory returns the ParentCategory field value
func (*TransactionResourceRelationships) GetParentCategoryOk ¶
func (o *TransactionResourceRelationships) GetParentCategoryOk() (*CategoryResourceRelationshipsParent, bool)
GetParentCategoryOk returns a tuple with the ParentCategory field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationships) GetTags ¶
func (o *TransactionResourceRelationships) GetTags() TransactionResourceRelationshipsTags
GetTags returns the Tags field value
func (*TransactionResourceRelationships) GetTagsOk ¶
func (o *TransactionResourceRelationships) GetTagsOk() (*TransactionResourceRelationshipsTags, bool)
GetTagsOk returns a tuple with the Tags field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationships) GetTransferAccount ¶
func (o *TransactionResourceRelationships) GetTransferAccount() TransactionResourceRelationshipsTransferAccount
GetTransferAccount returns the TransferAccount field value
func (*TransactionResourceRelationships) GetTransferAccountOk ¶
func (o *TransactionResourceRelationships) GetTransferAccountOk() (*TransactionResourceRelationshipsTransferAccount, bool)
GetTransferAccountOk returns a tuple with the TransferAccount field value and a boolean to check if the value has been set.
func (TransactionResourceRelationships) MarshalJSON ¶
func (o TransactionResourceRelationships) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationships) SetAccount ¶
func (o *TransactionResourceRelationships) SetAccount(v TransactionResourceRelationshipsAccount)
SetAccount sets field value
func (*TransactionResourceRelationships) SetAttachment ¶
func (o *TransactionResourceRelationships) SetAttachment(v TransactionResourceRelationshipsAttachment)
SetAttachment sets field value
func (*TransactionResourceRelationships) SetCategory ¶
func (o *TransactionResourceRelationships) SetCategory(v TransactionResourceRelationshipsCategory)
SetCategory sets field value
func (*TransactionResourceRelationships) SetParentCategory ¶
func (o *TransactionResourceRelationships) SetParentCategory(v CategoryResourceRelationshipsParent)
SetParentCategory sets field value
func (*TransactionResourceRelationships) SetTags ¶
func (o *TransactionResourceRelationships) SetTags(v TransactionResourceRelationshipsTags)
SetTags sets field value
func (*TransactionResourceRelationships) SetTransferAccount ¶
func (o *TransactionResourceRelationships) SetTransferAccount(v TransactionResourceRelationshipsTransferAccount)
SetTransferAccount sets field value
func (TransactionResourceRelationships) ToMap ¶
func (o TransactionResourceRelationships) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationships) UnmarshalJSON ¶
func (o *TransactionResourceRelationships) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsAccount ¶
type TransactionResourceRelationshipsAccount struct { Data TransactionResourceRelationshipsAccountData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
TransactionResourceRelationshipsAccount struct for TransactionResourceRelationshipsAccount
func NewTransactionResourceRelationshipsAccount ¶
func NewTransactionResourceRelationshipsAccount(data TransactionResourceRelationshipsAccountData) *TransactionResourceRelationshipsAccount
NewTransactionResourceRelationshipsAccount instantiates a new TransactionResourceRelationshipsAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsAccountWithDefaults ¶
func NewTransactionResourceRelationshipsAccountWithDefaults() *TransactionResourceRelationshipsAccount
NewTransactionResourceRelationshipsAccountWithDefaults instantiates a new TransactionResourceRelationshipsAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsAccount) GetData ¶
func (o *TransactionResourceRelationshipsAccount) GetData() TransactionResourceRelationshipsAccountData
GetData returns the Data field value
func (*TransactionResourceRelationshipsAccount) GetDataOk ¶
func (o *TransactionResourceRelationshipsAccount) GetDataOk() (*TransactionResourceRelationshipsAccountData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsAccount) GetLinks ¶
func (o *TransactionResourceRelationshipsAccount) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*TransactionResourceRelationshipsAccount) GetLinksOk ¶
func (o *TransactionResourceRelationshipsAccount) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsAccount) HasLinks ¶
func (o *TransactionResourceRelationshipsAccount) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (TransactionResourceRelationshipsAccount) MarshalJSON ¶
func (o TransactionResourceRelationshipsAccount) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsAccount) SetData ¶
func (o *TransactionResourceRelationshipsAccount) SetData(v TransactionResourceRelationshipsAccountData)
SetData sets field value
func (*TransactionResourceRelationshipsAccount) SetLinks ¶
func (o *TransactionResourceRelationshipsAccount) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (TransactionResourceRelationshipsAccount) ToMap ¶
func (o TransactionResourceRelationshipsAccount) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsAccount) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsAccount) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsAccountData ¶
type TransactionResourceRelationshipsAccountData struct { // The type of this resource: `accounts` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
TransactionResourceRelationshipsAccountData struct for TransactionResourceRelationshipsAccountData
func NewTransactionResourceRelationshipsAccountData ¶
func NewTransactionResourceRelationshipsAccountData(type_ string, id string) *TransactionResourceRelationshipsAccountData
NewTransactionResourceRelationshipsAccountData instantiates a new TransactionResourceRelationshipsAccountData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsAccountDataWithDefaults ¶
func NewTransactionResourceRelationshipsAccountDataWithDefaults() *TransactionResourceRelationshipsAccountData
NewTransactionResourceRelationshipsAccountDataWithDefaults instantiates a new TransactionResourceRelationshipsAccountData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsAccountData) GetId ¶
func (o *TransactionResourceRelationshipsAccountData) GetId() string
GetId returns the Id field value
func (*TransactionResourceRelationshipsAccountData) GetIdOk ¶
func (o *TransactionResourceRelationshipsAccountData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsAccountData) GetType ¶
func (o *TransactionResourceRelationshipsAccountData) GetType() string
GetType returns the Type field value
func (*TransactionResourceRelationshipsAccountData) GetTypeOk ¶
func (o *TransactionResourceRelationshipsAccountData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TransactionResourceRelationshipsAccountData) MarshalJSON ¶
func (o TransactionResourceRelationshipsAccountData) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsAccountData) SetId ¶
func (o *TransactionResourceRelationshipsAccountData) SetId(v string)
SetId sets field value
func (*TransactionResourceRelationshipsAccountData) SetType ¶
func (o *TransactionResourceRelationshipsAccountData) SetType(v string)
SetType sets field value
func (TransactionResourceRelationshipsAccountData) ToMap ¶
func (o TransactionResourceRelationshipsAccountData) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsAccountData) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsAccountData) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsAttachment ¶
type TransactionResourceRelationshipsAttachment struct { Data NullableTransactionResourceRelationshipsAttachmentData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
TransactionResourceRelationshipsAttachment struct for TransactionResourceRelationshipsAttachment
func NewTransactionResourceRelationshipsAttachment ¶
func NewTransactionResourceRelationshipsAttachment(data NullableTransactionResourceRelationshipsAttachmentData) *TransactionResourceRelationshipsAttachment
NewTransactionResourceRelationshipsAttachment instantiates a new TransactionResourceRelationshipsAttachment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsAttachmentWithDefaults ¶
func NewTransactionResourceRelationshipsAttachmentWithDefaults() *TransactionResourceRelationshipsAttachment
NewTransactionResourceRelationshipsAttachmentWithDefaults instantiates a new TransactionResourceRelationshipsAttachment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsAttachment) GetData ¶
func (o *TransactionResourceRelationshipsAttachment) GetData() TransactionResourceRelationshipsAttachmentData
GetData returns the Data field value If the value is explicit nil, the zero value for TransactionResourceRelationshipsAttachmentData will be returned
func (*TransactionResourceRelationshipsAttachment) GetDataOk ¶
func (o *TransactionResourceRelationshipsAttachment) GetDataOk() (*TransactionResourceRelationshipsAttachmentData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceRelationshipsAttachment) GetLinks ¶
func (o *TransactionResourceRelationshipsAttachment) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*TransactionResourceRelationshipsAttachment) GetLinksOk ¶
func (o *TransactionResourceRelationshipsAttachment) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsAttachment) HasLinks ¶
func (o *TransactionResourceRelationshipsAttachment) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (TransactionResourceRelationshipsAttachment) MarshalJSON ¶
func (o TransactionResourceRelationshipsAttachment) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsAttachment) SetData ¶
func (o *TransactionResourceRelationshipsAttachment) SetData(v TransactionResourceRelationshipsAttachmentData)
SetData sets field value
func (*TransactionResourceRelationshipsAttachment) SetLinks ¶
func (o *TransactionResourceRelationshipsAttachment) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (TransactionResourceRelationshipsAttachment) ToMap ¶
func (o TransactionResourceRelationshipsAttachment) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsAttachment) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsAttachment) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsAttachmentData ¶
type TransactionResourceRelationshipsAttachmentData struct { // The type of this resource: `attachments` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
TransactionResourceRelationshipsAttachmentData struct for TransactionResourceRelationshipsAttachmentData
func NewTransactionResourceRelationshipsAttachmentData ¶
func NewTransactionResourceRelationshipsAttachmentData(type_ string, id string) *TransactionResourceRelationshipsAttachmentData
NewTransactionResourceRelationshipsAttachmentData instantiates a new TransactionResourceRelationshipsAttachmentData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsAttachmentDataWithDefaults ¶
func NewTransactionResourceRelationshipsAttachmentDataWithDefaults() *TransactionResourceRelationshipsAttachmentData
NewTransactionResourceRelationshipsAttachmentDataWithDefaults instantiates a new TransactionResourceRelationshipsAttachmentData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsAttachmentData) GetId ¶
func (o *TransactionResourceRelationshipsAttachmentData) GetId() string
GetId returns the Id field value
func (*TransactionResourceRelationshipsAttachmentData) GetIdOk ¶
func (o *TransactionResourceRelationshipsAttachmentData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsAttachmentData) GetType ¶
func (o *TransactionResourceRelationshipsAttachmentData) GetType() string
GetType returns the Type field value
func (*TransactionResourceRelationshipsAttachmentData) GetTypeOk ¶
func (o *TransactionResourceRelationshipsAttachmentData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TransactionResourceRelationshipsAttachmentData) MarshalJSON ¶
func (o TransactionResourceRelationshipsAttachmentData) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsAttachmentData) SetId ¶
func (o *TransactionResourceRelationshipsAttachmentData) SetId(v string)
SetId sets field value
func (*TransactionResourceRelationshipsAttachmentData) SetType ¶
func (o *TransactionResourceRelationshipsAttachmentData) SetType(v string)
SetType sets field value
func (TransactionResourceRelationshipsAttachmentData) ToMap ¶
func (o TransactionResourceRelationshipsAttachmentData) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsAttachmentData) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsAttachmentData) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsCategory ¶
type TransactionResourceRelationshipsCategory struct { Data NullableCategoryResourceRelationshipsParentData `json:"data"` Links *TransactionResourceRelationshipsCategoryLinks `json:"links,omitempty"` }
TransactionResourceRelationshipsCategory struct for TransactionResourceRelationshipsCategory
func NewTransactionResourceRelationshipsCategory ¶
func NewTransactionResourceRelationshipsCategory(data NullableCategoryResourceRelationshipsParentData) *TransactionResourceRelationshipsCategory
NewTransactionResourceRelationshipsCategory instantiates a new TransactionResourceRelationshipsCategory object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsCategoryWithDefaults ¶
func NewTransactionResourceRelationshipsCategoryWithDefaults() *TransactionResourceRelationshipsCategory
NewTransactionResourceRelationshipsCategoryWithDefaults instantiates a new TransactionResourceRelationshipsCategory object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsCategory) GetData ¶
func (o *TransactionResourceRelationshipsCategory) GetData() CategoryResourceRelationshipsParentData
GetData returns the Data field value If the value is explicit nil, the zero value for CategoryResourceRelationshipsParentData will be returned
func (*TransactionResourceRelationshipsCategory) GetDataOk ¶
func (o *TransactionResourceRelationshipsCategory) GetDataOk() (*CategoryResourceRelationshipsParentData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceRelationshipsCategory) GetLinks ¶
func (o *TransactionResourceRelationshipsCategory) GetLinks() TransactionResourceRelationshipsCategoryLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*TransactionResourceRelationshipsCategory) GetLinksOk ¶
func (o *TransactionResourceRelationshipsCategory) GetLinksOk() (*TransactionResourceRelationshipsCategoryLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsCategory) HasLinks ¶
func (o *TransactionResourceRelationshipsCategory) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (TransactionResourceRelationshipsCategory) MarshalJSON ¶
func (o TransactionResourceRelationshipsCategory) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsCategory) SetData ¶
func (o *TransactionResourceRelationshipsCategory) SetData(v CategoryResourceRelationshipsParentData)
SetData sets field value
func (*TransactionResourceRelationshipsCategory) SetLinks ¶
func (o *TransactionResourceRelationshipsCategory) SetLinks(v TransactionResourceRelationshipsCategoryLinks)
SetLinks gets a reference to the given TransactionResourceRelationshipsCategoryLinks and assigns it to the Links field.
func (TransactionResourceRelationshipsCategory) ToMap ¶
func (o TransactionResourceRelationshipsCategory) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsCategory) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsCategory) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsCategoryLinks ¶
type TransactionResourceRelationshipsCategoryLinks struct { // The link to retrieve or modify linkage between this resources and the related resource(s) in this relationship. Self string `json:"self"` // The link to retrieve the related resource(s) in this relationship. Related *string `json:"related,omitempty"` }
TransactionResourceRelationshipsCategoryLinks struct for TransactionResourceRelationshipsCategoryLinks
func NewTransactionResourceRelationshipsCategoryLinks ¶
func NewTransactionResourceRelationshipsCategoryLinks(self string) *TransactionResourceRelationshipsCategoryLinks
NewTransactionResourceRelationshipsCategoryLinks instantiates a new TransactionResourceRelationshipsCategoryLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsCategoryLinksWithDefaults ¶
func NewTransactionResourceRelationshipsCategoryLinksWithDefaults() *TransactionResourceRelationshipsCategoryLinks
NewTransactionResourceRelationshipsCategoryLinksWithDefaults instantiates a new TransactionResourceRelationshipsCategoryLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsCategoryLinks) GetRelated ¶
func (o *TransactionResourceRelationshipsCategoryLinks) GetRelated() string
GetRelated returns the Related field value if set, zero value otherwise.
func (*TransactionResourceRelationshipsCategoryLinks) GetRelatedOk ¶
func (o *TransactionResourceRelationshipsCategoryLinks) GetRelatedOk() (*string, bool)
GetRelatedOk returns a tuple with the Related field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsCategoryLinks) GetSelf ¶
func (o *TransactionResourceRelationshipsCategoryLinks) GetSelf() string
GetSelf returns the Self field value
func (*TransactionResourceRelationshipsCategoryLinks) GetSelfOk ¶
func (o *TransactionResourceRelationshipsCategoryLinks) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsCategoryLinks) HasRelated ¶
func (o *TransactionResourceRelationshipsCategoryLinks) HasRelated() bool
HasRelated returns a boolean if a field has been set.
func (TransactionResourceRelationshipsCategoryLinks) MarshalJSON ¶
func (o TransactionResourceRelationshipsCategoryLinks) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsCategoryLinks) SetRelated ¶
func (o *TransactionResourceRelationshipsCategoryLinks) SetRelated(v string)
SetRelated gets a reference to the given string and assigns it to the Related field.
func (*TransactionResourceRelationshipsCategoryLinks) SetSelf ¶
func (o *TransactionResourceRelationshipsCategoryLinks) SetSelf(v string)
SetSelf sets field value
func (TransactionResourceRelationshipsCategoryLinks) ToMap ¶
func (o TransactionResourceRelationshipsCategoryLinks) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsCategoryLinks) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsCategoryLinks) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsTags ¶
type TransactionResourceRelationshipsTags struct { Data []TransactionResourceRelationshipsTagsDataInner `json:"data"` Links *TransactionResourceRelationshipsTagsLinks `json:"links,omitempty"` }
TransactionResourceRelationshipsTags struct for TransactionResourceRelationshipsTags
func NewTransactionResourceRelationshipsTags ¶
func NewTransactionResourceRelationshipsTags(data []TransactionResourceRelationshipsTagsDataInner) *TransactionResourceRelationshipsTags
NewTransactionResourceRelationshipsTags instantiates a new TransactionResourceRelationshipsTags object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsTagsWithDefaults ¶
func NewTransactionResourceRelationshipsTagsWithDefaults() *TransactionResourceRelationshipsTags
NewTransactionResourceRelationshipsTagsWithDefaults instantiates a new TransactionResourceRelationshipsTags object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsTags) GetData ¶
func (o *TransactionResourceRelationshipsTags) GetData() []TransactionResourceRelationshipsTagsDataInner
GetData returns the Data field value
func (*TransactionResourceRelationshipsTags) GetDataOk ¶
func (o *TransactionResourceRelationshipsTags) GetDataOk() ([]TransactionResourceRelationshipsTagsDataInner, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsTags) GetLinks ¶
func (o *TransactionResourceRelationshipsTags) GetLinks() TransactionResourceRelationshipsTagsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*TransactionResourceRelationshipsTags) GetLinksOk ¶
func (o *TransactionResourceRelationshipsTags) GetLinksOk() (*TransactionResourceRelationshipsTagsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsTags) HasLinks ¶
func (o *TransactionResourceRelationshipsTags) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (TransactionResourceRelationshipsTags) MarshalJSON ¶
func (o TransactionResourceRelationshipsTags) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsTags) SetData ¶
func (o *TransactionResourceRelationshipsTags) SetData(v []TransactionResourceRelationshipsTagsDataInner)
SetData sets field value
func (*TransactionResourceRelationshipsTags) SetLinks ¶
func (o *TransactionResourceRelationshipsTags) SetLinks(v TransactionResourceRelationshipsTagsLinks)
SetLinks gets a reference to the given TransactionResourceRelationshipsTagsLinks and assigns it to the Links field.
func (TransactionResourceRelationshipsTags) ToMap ¶
func (o TransactionResourceRelationshipsTags) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsTags) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsTags) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsTagsDataInner ¶
type TransactionResourceRelationshipsTagsDataInner struct { // The type of this resource: `tags` Type string `json:"type"` // The label of the tag, which also acts as the tag’s unique identifier. Id string `json:"id"` }
TransactionResourceRelationshipsTagsDataInner struct for TransactionResourceRelationshipsTagsDataInner
func NewTransactionResourceRelationshipsTagsDataInner ¶
func NewTransactionResourceRelationshipsTagsDataInner(type_ string, id string) *TransactionResourceRelationshipsTagsDataInner
NewTransactionResourceRelationshipsTagsDataInner instantiates a new TransactionResourceRelationshipsTagsDataInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsTagsDataInnerWithDefaults ¶
func NewTransactionResourceRelationshipsTagsDataInnerWithDefaults() *TransactionResourceRelationshipsTagsDataInner
NewTransactionResourceRelationshipsTagsDataInnerWithDefaults instantiates a new TransactionResourceRelationshipsTagsDataInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsTagsDataInner) GetId ¶
func (o *TransactionResourceRelationshipsTagsDataInner) GetId() string
GetId returns the Id field value
func (*TransactionResourceRelationshipsTagsDataInner) GetIdOk ¶
func (o *TransactionResourceRelationshipsTagsDataInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsTagsDataInner) GetType ¶
func (o *TransactionResourceRelationshipsTagsDataInner) GetType() string
GetType returns the Type field value
func (*TransactionResourceRelationshipsTagsDataInner) GetTypeOk ¶
func (o *TransactionResourceRelationshipsTagsDataInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TransactionResourceRelationshipsTagsDataInner) MarshalJSON ¶
func (o TransactionResourceRelationshipsTagsDataInner) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsTagsDataInner) SetId ¶
func (o *TransactionResourceRelationshipsTagsDataInner) SetId(v string)
SetId sets field value
func (*TransactionResourceRelationshipsTagsDataInner) SetType ¶
func (o *TransactionResourceRelationshipsTagsDataInner) SetType(v string)
SetType sets field value
func (TransactionResourceRelationshipsTagsDataInner) ToMap ¶
func (o TransactionResourceRelationshipsTagsDataInner) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsTagsDataInner) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsTagsDataInner) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsTagsLinks ¶
type TransactionResourceRelationshipsTagsLinks struct { // The link to retrieve or modify linkage between this resources and the related resource(s) in this relationship. Self string `json:"self"` }
TransactionResourceRelationshipsTagsLinks struct for TransactionResourceRelationshipsTagsLinks
func NewTransactionResourceRelationshipsTagsLinks ¶
func NewTransactionResourceRelationshipsTagsLinks(self string) *TransactionResourceRelationshipsTagsLinks
NewTransactionResourceRelationshipsTagsLinks instantiates a new TransactionResourceRelationshipsTagsLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsTagsLinksWithDefaults ¶
func NewTransactionResourceRelationshipsTagsLinksWithDefaults() *TransactionResourceRelationshipsTagsLinks
NewTransactionResourceRelationshipsTagsLinksWithDefaults instantiates a new TransactionResourceRelationshipsTagsLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsTagsLinks) GetSelf ¶
func (o *TransactionResourceRelationshipsTagsLinks) GetSelf() string
GetSelf returns the Self field value
func (*TransactionResourceRelationshipsTagsLinks) GetSelfOk ¶
func (o *TransactionResourceRelationshipsTagsLinks) GetSelfOk() (*string, bool)
GetSelfOk returns a tuple with the Self field value and a boolean to check if the value has been set.
func (TransactionResourceRelationshipsTagsLinks) MarshalJSON ¶
func (o TransactionResourceRelationshipsTagsLinks) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsTagsLinks) SetSelf ¶
func (o *TransactionResourceRelationshipsTagsLinks) SetSelf(v string)
SetSelf sets field value
func (TransactionResourceRelationshipsTagsLinks) ToMap ¶
func (o TransactionResourceRelationshipsTagsLinks) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsTagsLinks) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsTagsLinks) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsTransferAccount ¶
type TransactionResourceRelationshipsTransferAccount struct { Data NullableTransactionResourceRelationshipsTransferAccountData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
TransactionResourceRelationshipsTransferAccount If this transaction is a transfer between accounts, this relationship will contain the account the transaction went to/came from. The `amount` field can be used to determine the direction of the transfer.
func NewTransactionResourceRelationshipsTransferAccount ¶
func NewTransactionResourceRelationshipsTransferAccount(data NullableTransactionResourceRelationshipsTransferAccountData) *TransactionResourceRelationshipsTransferAccount
NewTransactionResourceRelationshipsTransferAccount instantiates a new TransactionResourceRelationshipsTransferAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsTransferAccountWithDefaults ¶
func NewTransactionResourceRelationshipsTransferAccountWithDefaults() *TransactionResourceRelationshipsTransferAccount
NewTransactionResourceRelationshipsTransferAccountWithDefaults instantiates a new TransactionResourceRelationshipsTransferAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsTransferAccount) GetData ¶
func (o *TransactionResourceRelationshipsTransferAccount) GetData() TransactionResourceRelationshipsTransferAccountData
GetData returns the Data field value If the value is explicit nil, the zero value for TransactionResourceRelationshipsTransferAccountData will be returned
func (*TransactionResourceRelationshipsTransferAccount) GetDataOk ¶
func (o *TransactionResourceRelationshipsTransferAccount) GetDataOk() (*TransactionResourceRelationshipsTransferAccountData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*TransactionResourceRelationshipsTransferAccount) GetLinks ¶
func (o *TransactionResourceRelationshipsTransferAccount) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*TransactionResourceRelationshipsTransferAccount) GetLinksOk ¶
func (o *TransactionResourceRelationshipsTransferAccount) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsTransferAccount) HasLinks ¶
func (o *TransactionResourceRelationshipsTransferAccount) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (TransactionResourceRelationshipsTransferAccount) MarshalJSON ¶
func (o TransactionResourceRelationshipsTransferAccount) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsTransferAccount) SetData ¶
func (o *TransactionResourceRelationshipsTransferAccount) SetData(v TransactionResourceRelationshipsTransferAccountData)
SetData sets field value
func (*TransactionResourceRelationshipsTransferAccount) SetLinks ¶
func (o *TransactionResourceRelationshipsTransferAccount) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (TransactionResourceRelationshipsTransferAccount) ToMap ¶
func (o TransactionResourceRelationshipsTransferAccount) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsTransferAccount) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsTransferAccount) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsTransferAccountData ¶
type TransactionResourceRelationshipsTransferAccountData struct { // The type of this resource: `accounts` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
TransactionResourceRelationshipsTransferAccountData struct for TransactionResourceRelationshipsTransferAccountData
func NewTransactionResourceRelationshipsTransferAccountData ¶
func NewTransactionResourceRelationshipsTransferAccountData(type_ string, id string) *TransactionResourceRelationshipsTransferAccountData
NewTransactionResourceRelationshipsTransferAccountData instantiates a new TransactionResourceRelationshipsTransferAccountData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsTransferAccountDataWithDefaults ¶
func NewTransactionResourceRelationshipsTransferAccountDataWithDefaults() *TransactionResourceRelationshipsTransferAccountData
NewTransactionResourceRelationshipsTransferAccountDataWithDefaults instantiates a new TransactionResourceRelationshipsTransferAccountData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsTransferAccountData) GetId ¶
func (o *TransactionResourceRelationshipsTransferAccountData) GetId() string
GetId returns the Id field value
func (*TransactionResourceRelationshipsTransferAccountData) GetIdOk ¶
func (o *TransactionResourceRelationshipsTransferAccountData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*TransactionResourceRelationshipsTransferAccountData) GetType ¶
func (o *TransactionResourceRelationshipsTransferAccountData) GetType() string
GetType returns the Type field value
func (*TransactionResourceRelationshipsTransferAccountData) GetTypeOk ¶
func (o *TransactionResourceRelationshipsTransferAccountData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (TransactionResourceRelationshipsTransferAccountData) MarshalJSON ¶
func (o TransactionResourceRelationshipsTransferAccountData) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsTransferAccountData) SetId ¶
func (o *TransactionResourceRelationshipsTransferAccountData) SetId(v string)
SetId sets field value
func (*TransactionResourceRelationshipsTransferAccountData) SetType ¶
func (o *TransactionResourceRelationshipsTransferAccountData) SetType(v string)
SetType sets field value
func (TransactionResourceRelationshipsTransferAccountData) ToMap ¶
func (o TransactionResourceRelationshipsTransferAccountData) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsTransferAccountData) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsTransferAccountData) UnmarshalJSON(data []byte) (err error)
type TransactionResourceRelationshipsTransferAccountLinks ¶
type TransactionResourceRelationshipsTransferAccountLinks struct { // The link to retrieve the related resource(s) in this relationship. Related string `json:"related"` }
TransactionResourceRelationshipsTransferAccountLinks struct for TransactionResourceRelationshipsTransferAccountLinks
func NewTransactionResourceRelationshipsTransferAccountLinks ¶
func NewTransactionResourceRelationshipsTransferAccountLinks(related string) *TransactionResourceRelationshipsTransferAccountLinks
NewTransactionResourceRelationshipsTransferAccountLinks instantiates a new TransactionResourceRelationshipsTransferAccountLinks object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResourceRelationshipsTransferAccountLinksWithDefaults ¶
func NewTransactionResourceRelationshipsTransferAccountLinksWithDefaults() *TransactionResourceRelationshipsTransferAccountLinks
NewTransactionResourceRelationshipsTransferAccountLinksWithDefaults instantiates a new TransactionResourceRelationshipsTransferAccountLinks object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*TransactionResourceRelationshipsTransferAccountLinks) GetRelated ¶
func (o *TransactionResourceRelationshipsTransferAccountLinks) GetRelated() string
GetRelated returns the Related field value
func (*TransactionResourceRelationshipsTransferAccountLinks) GetRelatedOk ¶
func (o *TransactionResourceRelationshipsTransferAccountLinks) GetRelatedOk() (*string, bool)
GetRelatedOk returns a tuple with the Related field value and a boolean to check if the value has been set.
func (TransactionResourceRelationshipsTransferAccountLinks) MarshalJSON ¶
func (o TransactionResourceRelationshipsTransferAccountLinks) MarshalJSON() ([]byte, error)
func (*TransactionResourceRelationshipsTransferAccountLinks) SetRelated ¶
func (o *TransactionResourceRelationshipsTransferAccountLinks) SetRelated(v string)
SetRelated sets field value
func (TransactionResourceRelationshipsTransferAccountLinks) ToMap ¶
func (o TransactionResourceRelationshipsTransferAccountLinks) ToMap() (map[string]interface{}, error)
func (*TransactionResourceRelationshipsTransferAccountLinks) UnmarshalJSON ¶
func (o *TransactionResourceRelationshipsTransferAccountLinks) UnmarshalJSON(data []byte) (err error)
type TransactionStatusEnum ¶
type TransactionStatusEnum string
TransactionStatusEnum Specifies which stage of processing a transaction is currently at. Currently returned values are `HELD` and `SETTLED`. When a transaction is held, its account’s `availableBalance` is affected. When a transaction is settled, its account’s `currentBalance` is affected.
const ( HELD TransactionStatusEnum = "HELD" SETTLED TransactionStatusEnum = "SETTLED" )
List of TransactionStatusEnum
func NewTransactionStatusEnumFromValue ¶
func NewTransactionStatusEnumFromValue(v string) (*TransactionStatusEnum, error)
NewTransactionStatusEnumFromValue returns a pointer to a valid TransactionStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (TransactionStatusEnum) IsValid ¶
func (v TransactionStatusEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (TransactionStatusEnum) Ptr ¶
func (v TransactionStatusEnum) Ptr() *TransactionStatusEnum
Ptr returns reference to TransactionStatusEnum value
func (*TransactionStatusEnum) UnmarshalJSON ¶
func (v *TransactionStatusEnum) UnmarshalJSON(src []byte) error
type TransactionsAPIService ¶
type TransactionsAPIService service
TransactionsAPIService TransactionsAPI service
func (*TransactionsAPIService) AccountsAccountIdTransactionsGet ¶
func (a *TransactionsAPIService) AccountsAccountIdTransactionsGet(ctx context.Context, accountId string) ApiAccountsAccountIdTransactionsGetRequest
AccountsAccountIdTransactionsGet List transactions by account
Retrieve a list of all transactions for a specific account. The returned list is [paginated](#pagination) and can be scrolled by following the `next` and `prev` links where present. To narrow the results to a specific date range pass one or both of `filter[since]` and `filter[until]` in the query string. These filter parameters **should not** be used for pagination. Results are ordered newest first to oldest last.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param accountId The unique identifier for the account. @return ApiAccountsAccountIdTransactionsGetRequest
func (*TransactionsAPIService) AccountsAccountIdTransactionsGetExecute ¶
func (a *TransactionsAPIService) AccountsAccountIdTransactionsGetExecute(r ApiAccountsAccountIdTransactionsGetRequest) (*ListTransactionsResponse, *http.Response, error)
Execute executes the request
@return ListTransactionsResponse
func (*TransactionsAPIService) TransactionsGet ¶
func (a *TransactionsAPIService) TransactionsGet(ctx context.Context) ApiTransactionsGetRequest
TransactionsGet List transactions
Retrieve a list of all transactions across all accounts for the currently authenticated user. The returned list is [paginated](#pagination) and can be scrolled by following the `next` and `prev` links where present. To narrow the results to a specific date range pass one or both of `filter[since]` and `filter[until]` in the query string. These filter parameters **should not** be used for pagination. Results are ordered newest first to oldest last.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiTransactionsGetRequest
func (*TransactionsAPIService) TransactionsGetExecute ¶
func (a *TransactionsAPIService) TransactionsGetExecute(r ApiTransactionsGetRequest) (*ListTransactionsResponse, *http.Response, error)
Execute executes the request
@return ListTransactionsResponse
func (*TransactionsAPIService) TransactionsIdGet ¶
func (a *TransactionsAPIService) TransactionsIdGet(ctx context.Context, id string) ApiTransactionsIdGetRequest
TransactionsIdGet Retrieve transaction
Retrieve a specific transaction by providing its unique identifier.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The unique identifier for the transaction. @return ApiTransactionsIdGetRequest
func (*TransactionsAPIService) TransactionsIdGetExecute ¶
func (a *TransactionsAPIService) TransactionsIdGetExecute(r ApiTransactionsIdGetRequest) (*GetTransactionResponse, *http.Response, error)
Execute executes the request
@return GetTransactionResponse
type UpdateTransactionCategoryRequest ¶
type UpdateTransactionCategoryRequest struct { // The category to set on the transaction. Set this entire key to `null` de-categorize a transaction. Data NullableCategoryInputResourceIdentifier `json:"data"` }
UpdateTransactionCategoryRequest Request to update the category associated with a transaction.
func NewUpdateTransactionCategoryRequest ¶
func NewUpdateTransactionCategoryRequest(data NullableCategoryInputResourceIdentifier) *UpdateTransactionCategoryRequest
NewUpdateTransactionCategoryRequest instantiates a new UpdateTransactionCategoryRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateTransactionCategoryRequestWithDefaults ¶
func NewUpdateTransactionCategoryRequestWithDefaults() *UpdateTransactionCategoryRequest
NewUpdateTransactionCategoryRequestWithDefaults instantiates a new UpdateTransactionCategoryRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateTransactionCategoryRequest) GetData ¶
func (o *UpdateTransactionCategoryRequest) GetData() CategoryInputResourceIdentifier
GetData returns the Data field value If the value is explicit nil, the zero value for CategoryInputResourceIdentifier will be returned
func (*UpdateTransactionCategoryRequest) GetDataOk ¶
func (o *UpdateTransactionCategoryRequest) GetDataOk() (*CategoryInputResourceIdentifier, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (UpdateTransactionCategoryRequest) MarshalJSON ¶
func (o UpdateTransactionCategoryRequest) MarshalJSON() ([]byte, error)
func (*UpdateTransactionCategoryRequest) SetData ¶
func (o *UpdateTransactionCategoryRequest) SetData(v CategoryInputResourceIdentifier)
SetData sets field value
func (UpdateTransactionCategoryRequest) ToMap ¶
func (o UpdateTransactionCategoryRequest) ToMap() (map[string]interface{}, error)
func (*UpdateTransactionCategoryRequest) UnmarshalJSON ¶
func (o *UpdateTransactionCategoryRequest) UnmarshalJSON(data []byte) (err error)
type UpdateTransactionTagsRequest ¶
type UpdateTransactionTagsRequest struct { // The tags to add to or remove from the transaction. Data []TagInputResourceIdentifier `json:"data"` }
UpdateTransactionTagsRequest Request to add or remove tags associated with a transaction.
func NewUpdateTransactionTagsRequest ¶
func NewUpdateTransactionTagsRequest(data []TagInputResourceIdentifier) *UpdateTransactionTagsRequest
NewUpdateTransactionTagsRequest instantiates a new UpdateTransactionTagsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUpdateTransactionTagsRequestWithDefaults ¶
func NewUpdateTransactionTagsRequestWithDefaults() *UpdateTransactionTagsRequest
NewUpdateTransactionTagsRequestWithDefaults instantiates a new UpdateTransactionTagsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UpdateTransactionTagsRequest) GetData ¶
func (o *UpdateTransactionTagsRequest) GetData() []TagInputResourceIdentifier
GetData returns the Data field value
func (*UpdateTransactionTagsRequest) GetDataOk ¶
func (o *UpdateTransactionTagsRequest) GetDataOk() ([]TagInputResourceIdentifier, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (UpdateTransactionTagsRequest) MarshalJSON ¶
func (o UpdateTransactionTagsRequest) MarshalJSON() ([]byte, error)
func (*UpdateTransactionTagsRequest) SetData ¶
func (o *UpdateTransactionTagsRequest) SetData(v []TagInputResourceIdentifier)
SetData sets field value
func (UpdateTransactionTagsRequest) ToMap ¶
func (o UpdateTransactionTagsRequest) ToMap() (map[string]interface{}, error)
func (*UpdateTransactionTagsRequest) UnmarshalJSON ¶
func (o *UpdateTransactionTagsRequest) UnmarshalJSON(data []byte) (err error)
type UtilityEndpointsAPIService ¶
type UtilityEndpointsAPIService service
UtilityEndpointsAPIService UtilityEndpointsAPI service
func (*UtilityEndpointsAPIService) UtilPingGet ¶
func (a *UtilityEndpointsAPIService) UtilPingGet(ctx context.Context) ApiUtilPingGetRequest
UtilPingGet Ping
Make a basic ping request to the API. This is useful to verify that authentication is functioning correctly. On authentication success an HTTP `200` status is returned. On failure an HTTP `401` error response is returned.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiUtilPingGetRequest
func (*UtilityEndpointsAPIService) UtilPingGetExecute ¶
func (a *UtilityEndpointsAPIService) UtilPingGetExecute(r ApiUtilPingGetRequest) (*PingResponse, *http.Response, error)
Execute executes the request
@return PingResponse
type WebhookDeliveryLogResource ¶
type WebhookDeliveryLogResource struct { // The type of this resource: `webhook-delivery-logs` Type string `json:"type"` // The unique identifier for this log entry. Id string `json:"id"` Attributes WebhookDeliveryLogResourceAttributes `json:"attributes"` Relationships WebhookDeliveryLogResourceRelationships `json:"relationships"` }
WebhookDeliveryLogResource Provides historical webhook event delivery information for analysis and debugging purposes.
func NewWebhookDeliveryLogResource ¶
func NewWebhookDeliveryLogResource(type_ string, id string, attributes WebhookDeliveryLogResourceAttributes, relationships WebhookDeliveryLogResourceRelationships) *WebhookDeliveryLogResource
NewWebhookDeliveryLogResource instantiates a new WebhookDeliveryLogResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceWithDefaults ¶
func NewWebhookDeliveryLogResourceWithDefaults() *WebhookDeliveryLogResource
NewWebhookDeliveryLogResourceWithDefaults instantiates a new WebhookDeliveryLogResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResource) GetAttributes ¶
func (o *WebhookDeliveryLogResource) GetAttributes() WebhookDeliveryLogResourceAttributes
GetAttributes returns the Attributes field value
func (*WebhookDeliveryLogResource) GetAttributesOk ¶
func (o *WebhookDeliveryLogResource) GetAttributesOk() (*WebhookDeliveryLogResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResource) GetId ¶
func (o *WebhookDeliveryLogResource) GetId() string
GetId returns the Id field value
func (*WebhookDeliveryLogResource) GetIdOk ¶
func (o *WebhookDeliveryLogResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResource) GetRelationships ¶
func (o *WebhookDeliveryLogResource) GetRelationships() WebhookDeliveryLogResourceRelationships
GetRelationships returns the Relationships field value
func (*WebhookDeliveryLogResource) GetRelationshipsOk ¶
func (o *WebhookDeliveryLogResource) GetRelationshipsOk() (*WebhookDeliveryLogResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResource) GetType ¶
func (o *WebhookDeliveryLogResource) GetType() string
GetType returns the Type field value
func (*WebhookDeliveryLogResource) GetTypeOk ¶
func (o *WebhookDeliveryLogResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (WebhookDeliveryLogResource) MarshalJSON ¶
func (o WebhookDeliveryLogResource) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResource) SetAttributes ¶
func (o *WebhookDeliveryLogResource) SetAttributes(v WebhookDeliveryLogResourceAttributes)
SetAttributes sets field value
func (*WebhookDeliveryLogResource) SetId ¶
func (o *WebhookDeliveryLogResource) SetId(v string)
SetId sets field value
func (*WebhookDeliveryLogResource) SetRelationships ¶
func (o *WebhookDeliveryLogResource) SetRelationships(v WebhookDeliveryLogResourceRelationships)
SetRelationships sets field value
func (*WebhookDeliveryLogResource) SetType ¶
func (o *WebhookDeliveryLogResource) SetType(v string)
SetType sets field value
func (WebhookDeliveryLogResource) ToMap ¶
func (o WebhookDeliveryLogResource) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResource) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResource) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryLogResourceAttributes ¶
type WebhookDeliveryLogResourceAttributes struct { Request WebhookDeliveryLogResourceAttributesRequest `json:"request"` Response NullableWebhookDeliveryLogResourceAttributesResponse `json:"response"` // The success or failure status of this delivery attempt. DeliveryStatus WebhookDeliveryStatusEnum `json:"deliveryStatus"` // The date-time at which this log entry was created. CreatedAt time.Time `json:"createdAt"` }
WebhookDeliveryLogResourceAttributes struct for WebhookDeliveryLogResourceAttributes
func NewWebhookDeliveryLogResourceAttributes ¶
func NewWebhookDeliveryLogResourceAttributes(request WebhookDeliveryLogResourceAttributesRequest, response NullableWebhookDeliveryLogResourceAttributesResponse, deliveryStatus WebhookDeliveryStatusEnum, createdAt time.Time) *WebhookDeliveryLogResourceAttributes
NewWebhookDeliveryLogResourceAttributes instantiates a new WebhookDeliveryLogResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceAttributesWithDefaults ¶
func NewWebhookDeliveryLogResourceAttributesWithDefaults() *WebhookDeliveryLogResourceAttributes
NewWebhookDeliveryLogResourceAttributesWithDefaults instantiates a new WebhookDeliveryLogResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResourceAttributes) GetCreatedAt ¶
func (o *WebhookDeliveryLogResourceAttributes) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WebhookDeliveryLogResourceAttributes) GetCreatedAtOk ¶
func (o *WebhookDeliveryLogResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResourceAttributes) GetDeliveryStatus ¶
func (o *WebhookDeliveryLogResourceAttributes) GetDeliveryStatus() WebhookDeliveryStatusEnum
GetDeliveryStatus returns the DeliveryStatus field value
func (*WebhookDeliveryLogResourceAttributes) GetDeliveryStatusOk ¶
func (o *WebhookDeliveryLogResourceAttributes) GetDeliveryStatusOk() (*WebhookDeliveryStatusEnum, bool)
GetDeliveryStatusOk returns a tuple with the DeliveryStatus field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResourceAttributes) GetRequest ¶
func (o *WebhookDeliveryLogResourceAttributes) GetRequest() WebhookDeliveryLogResourceAttributesRequest
GetRequest returns the Request field value
func (*WebhookDeliveryLogResourceAttributes) GetRequestOk ¶
func (o *WebhookDeliveryLogResourceAttributes) GetRequestOk() (*WebhookDeliveryLogResourceAttributesRequest, bool)
GetRequestOk returns a tuple with the Request field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResourceAttributes) GetResponse ¶
func (o *WebhookDeliveryLogResourceAttributes) GetResponse() WebhookDeliveryLogResourceAttributesResponse
GetResponse returns the Response field value If the value is explicit nil, the zero value for WebhookDeliveryLogResourceAttributesResponse will be returned
func (*WebhookDeliveryLogResourceAttributes) GetResponseOk ¶
func (o *WebhookDeliveryLogResourceAttributes) GetResponseOk() (*WebhookDeliveryLogResourceAttributesResponse, bool)
GetResponseOk returns a tuple with the Response field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (WebhookDeliveryLogResourceAttributes) MarshalJSON ¶
func (o WebhookDeliveryLogResourceAttributes) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResourceAttributes) SetCreatedAt ¶
func (o *WebhookDeliveryLogResourceAttributes) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WebhookDeliveryLogResourceAttributes) SetDeliveryStatus ¶
func (o *WebhookDeliveryLogResourceAttributes) SetDeliveryStatus(v WebhookDeliveryStatusEnum)
SetDeliveryStatus sets field value
func (*WebhookDeliveryLogResourceAttributes) SetRequest ¶
func (o *WebhookDeliveryLogResourceAttributes) SetRequest(v WebhookDeliveryLogResourceAttributesRequest)
SetRequest sets field value
func (*WebhookDeliveryLogResourceAttributes) SetResponse ¶
func (o *WebhookDeliveryLogResourceAttributes) SetResponse(v WebhookDeliveryLogResourceAttributesResponse)
SetResponse sets field value
func (WebhookDeliveryLogResourceAttributes) ToMap ¶
func (o WebhookDeliveryLogResourceAttributes) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResourceAttributes) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResourceAttributes) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryLogResourceAttributesRequest ¶
type WebhookDeliveryLogResourceAttributesRequest struct { // The payload that was sent in the request body. Body string `json:"body"` }
WebhookDeliveryLogResourceAttributesRequest Information about the request that was sent to the webhook URL.
func NewWebhookDeliveryLogResourceAttributesRequest ¶
func NewWebhookDeliveryLogResourceAttributesRequest(body string) *WebhookDeliveryLogResourceAttributesRequest
NewWebhookDeliveryLogResourceAttributesRequest instantiates a new WebhookDeliveryLogResourceAttributesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceAttributesRequestWithDefaults ¶
func NewWebhookDeliveryLogResourceAttributesRequestWithDefaults() *WebhookDeliveryLogResourceAttributesRequest
NewWebhookDeliveryLogResourceAttributesRequestWithDefaults instantiates a new WebhookDeliveryLogResourceAttributesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResourceAttributesRequest) GetBody ¶
func (o *WebhookDeliveryLogResourceAttributesRequest) GetBody() string
GetBody returns the Body field value
func (*WebhookDeliveryLogResourceAttributesRequest) GetBodyOk ¶
func (o *WebhookDeliveryLogResourceAttributesRequest) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (WebhookDeliveryLogResourceAttributesRequest) MarshalJSON ¶
func (o WebhookDeliveryLogResourceAttributesRequest) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResourceAttributesRequest) SetBody ¶
func (o *WebhookDeliveryLogResourceAttributesRequest) SetBody(v string)
SetBody sets field value
func (WebhookDeliveryLogResourceAttributesRequest) ToMap ¶
func (o WebhookDeliveryLogResourceAttributesRequest) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResourceAttributesRequest) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResourceAttributesRequest) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryLogResourceAttributesResponse ¶
type WebhookDeliveryLogResourceAttributesResponse struct { // The HTTP status code received in the response. StatusCode int32 `json:"statusCode"` // The payload that was received in the response body. Body string `json:"body"` }
WebhookDeliveryLogResourceAttributesResponse Information about the response that was received from the webhook URL.
func NewWebhookDeliveryLogResourceAttributesResponse ¶
func NewWebhookDeliveryLogResourceAttributesResponse(statusCode int32, body string) *WebhookDeliveryLogResourceAttributesResponse
NewWebhookDeliveryLogResourceAttributesResponse instantiates a new WebhookDeliveryLogResourceAttributesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceAttributesResponseWithDefaults ¶
func NewWebhookDeliveryLogResourceAttributesResponseWithDefaults() *WebhookDeliveryLogResourceAttributesResponse
NewWebhookDeliveryLogResourceAttributesResponseWithDefaults instantiates a new WebhookDeliveryLogResourceAttributesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResourceAttributesResponse) GetBody ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) GetBody() string
GetBody returns the Body field value
func (*WebhookDeliveryLogResourceAttributesResponse) GetBodyOk ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) GetBodyOk() (*string, bool)
GetBodyOk returns a tuple with the Body field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResourceAttributesResponse) GetStatusCode ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) GetStatusCode() int32
GetStatusCode returns the StatusCode field value
func (*WebhookDeliveryLogResourceAttributesResponse) GetStatusCodeOk ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) GetStatusCodeOk() (*int32, bool)
GetStatusCodeOk returns a tuple with the StatusCode field value and a boolean to check if the value has been set.
func (WebhookDeliveryLogResourceAttributesResponse) MarshalJSON ¶
func (o WebhookDeliveryLogResourceAttributesResponse) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResourceAttributesResponse) SetBody ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) SetBody(v string)
SetBody sets field value
func (*WebhookDeliveryLogResourceAttributesResponse) SetStatusCode ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) SetStatusCode(v int32)
SetStatusCode sets field value
func (WebhookDeliveryLogResourceAttributesResponse) ToMap ¶
func (o WebhookDeliveryLogResourceAttributesResponse) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResourceAttributesResponse) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResourceAttributesResponse) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryLogResourceRelationships ¶
type WebhookDeliveryLogResourceRelationships struct {
WebhookEvent WebhookDeliveryLogResourceRelationshipsWebhookEvent `json:"webhookEvent"`
}
WebhookDeliveryLogResourceRelationships struct for WebhookDeliveryLogResourceRelationships
func NewWebhookDeliveryLogResourceRelationships ¶
func NewWebhookDeliveryLogResourceRelationships(webhookEvent WebhookDeliveryLogResourceRelationshipsWebhookEvent) *WebhookDeliveryLogResourceRelationships
NewWebhookDeliveryLogResourceRelationships instantiates a new WebhookDeliveryLogResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceRelationshipsWithDefaults ¶
func NewWebhookDeliveryLogResourceRelationshipsWithDefaults() *WebhookDeliveryLogResourceRelationships
NewWebhookDeliveryLogResourceRelationshipsWithDefaults instantiates a new WebhookDeliveryLogResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResourceRelationships) GetWebhookEvent ¶
func (o *WebhookDeliveryLogResourceRelationships) GetWebhookEvent() WebhookDeliveryLogResourceRelationshipsWebhookEvent
GetWebhookEvent returns the WebhookEvent field value
func (*WebhookDeliveryLogResourceRelationships) GetWebhookEventOk ¶
func (o *WebhookDeliveryLogResourceRelationships) GetWebhookEventOk() (*WebhookDeliveryLogResourceRelationshipsWebhookEvent, bool)
GetWebhookEventOk returns a tuple with the WebhookEvent field value and a boolean to check if the value has been set.
func (WebhookDeliveryLogResourceRelationships) MarshalJSON ¶
func (o WebhookDeliveryLogResourceRelationships) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResourceRelationships) SetWebhookEvent ¶
func (o *WebhookDeliveryLogResourceRelationships) SetWebhookEvent(v WebhookDeliveryLogResourceRelationshipsWebhookEvent)
SetWebhookEvent sets field value
func (WebhookDeliveryLogResourceRelationships) ToMap ¶
func (o WebhookDeliveryLogResourceRelationships) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResourceRelationships) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResourceRelationships) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryLogResourceRelationshipsWebhookEvent ¶
type WebhookDeliveryLogResourceRelationshipsWebhookEvent struct {
Data WebhookDeliveryLogResourceRelationshipsWebhookEventData `json:"data"`
}
WebhookDeliveryLogResourceRelationshipsWebhookEvent struct for WebhookDeliveryLogResourceRelationshipsWebhookEvent
func NewWebhookDeliveryLogResourceRelationshipsWebhookEvent ¶
func NewWebhookDeliveryLogResourceRelationshipsWebhookEvent(data WebhookDeliveryLogResourceRelationshipsWebhookEventData) *WebhookDeliveryLogResourceRelationshipsWebhookEvent
NewWebhookDeliveryLogResourceRelationshipsWebhookEvent instantiates a new WebhookDeliveryLogResourceRelationshipsWebhookEvent object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceRelationshipsWebhookEventWithDefaults ¶
func NewWebhookDeliveryLogResourceRelationshipsWebhookEventWithDefaults() *WebhookDeliveryLogResourceRelationshipsWebhookEvent
NewWebhookDeliveryLogResourceRelationshipsWebhookEventWithDefaults instantiates a new WebhookDeliveryLogResourceRelationshipsWebhookEvent object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResourceRelationshipsWebhookEvent) GetData ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) GetData() WebhookDeliveryLogResourceRelationshipsWebhookEventData
GetData returns the Data field value
func (*WebhookDeliveryLogResourceRelationshipsWebhookEvent) GetDataOk ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) GetDataOk() (*WebhookDeliveryLogResourceRelationshipsWebhookEventData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (WebhookDeliveryLogResourceRelationshipsWebhookEvent) MarshalJSON ¶
func (o WebhookDeliveryLogResourceRelationshipsWebhookEvent) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResourceRelationshipsWebhookEvent) SetData ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) SetData(v WebhookDeliveryLogResourceRelationshipsWebhookEventData)
SetData sets field value
func (WebhookDeliveryLogResourceRelationshipsWebhookEvent) ToMap ¶
func (o WebhookDeliveryLogResourceRelationshipsWebhookEvent) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResourceRelationshipsWebhookEvent) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEvent) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryLogResourceRelationshipsWebhookEventData ¶
type WebhookDeliveryLogResourceRelationshipsWebhookEventData struct { // The type of this resource: `webhook-events` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
WebhookDeliveryLogResourceRelationshipsWebhookEventData struct for WebhookDeliveryLogResourceRelationshipsWebhookEventData
func NewWebhookDeliveryLogResourceRelationshipsWebhookEventData ¶
func NewWebhookDeliveryLogResourceRelationshipsWebhookEventData(type_ string, id string) *WebhookDeliveryLogResourceRelationshipsWebhookEventData
NewWebhookDeliveryLogResourceRelationshipsWebhookEventData instantiates a new WebhookDeliveryLogResourceRelationshipsWebhookEventData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookDeliveryLogResourceRelationshipsWebhookEventDataWithDefaults ¶
func NewWebhookDeliveryLogResourceRelationshipsWebhookEventDataWithDefaults() *WebhookDeliveryLogResourceRelationshipsWebhookEventData
NewWebhookDeliveryLogResourceRelationshipsWebhookEventDataWithDefaults instantiates a new WebhookDeliveryLogResourceRelationshipsWebhookEventData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetId ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetId() string
GetId returns the Id field value
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetIdOk ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetType ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetType() string
GetType returns the Type field value
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetTypeOk ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (WebhookDeliveryLogResourceRelationshipsWebhookEventData) MarshalJSON ¶
func (o WebhookDeliveryLogResourceRelationshipsWebhookEventData) MarshalJSON() ([]byte, error)
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) SetId ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) SetId(v string)
SetId sets field value
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) SetType ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) SetType(v string)
SetType sets field value
func (WebhookDeliveryLogResourceRelationshipsWebhookEventData) ToMap ¶
func (o WebhookDeliveryLogResourceRelationshipsWebhookEventData) ToMap() (map[string]interface{}, error)
func (*WebhookDeliveryLogResourceRelationshipsWebhookEventData) UnmarshalJSON ¶
func (o *WebhookDeliveryLogResourceRelationshipsWebhookEventData) UnmarshalJSON(data []byte) (err error)
type WebhookDeliveryStatusEnum ¶
type WebhookDeliveryStatusEnum string
WebhookDeliveryStatusEnum Specifies the nature of the success or failure of a webhook delivery attempt to the subscribed webhook URL. The currently returned values are described below: - **`DELIVERED`**: The event was delivered to the webhook URL successfully and a `200` response was received. - **`UNDELIVERABLE`**: The webhook URL was not reachable, or timed out. - **`BAD_RESPONSE_CODE`**: The event was delivered to the webhook URL but a non-`200` response was received.
const ( DELIVERED WebhookDeliveryStatusEnum = "DELIVERED" UNDELIVERABLE WebhookDeliveryStatusEnum = "UNDELIVERABLE" BAD_RESPONSE_CODE WebhookDeliveryStatusEnum = "BAD_RESPONSE_CODE" )
List of WebhookDeliveryStatusEnum
func NewWebhookDeliveryStatusEnumFromValue ¶
func NewWebhookDeliveryStatusEnumFromValue(v string) (*WebhookDeliveryStatusEnum, error)
NewWebhookDeliveryStatusEnumFromValue returns a pointer to a valid WebhookDeliveryStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WebhookDeliveryStatusEnum) IsValid ¶
func (v WebhookDeliveryStatusEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WebhookDeliveryStatusEnum) Ptr ¶
func (v WebhookDeliveryStatusEnum) Ptr() *WebhookDeliveryStatusEnum
Ptr returns reference to WebhookDeliveryStatusEnum value
func (*WebhookDeliveryStatusEnum) UnmarshalJSON ¶
func (v *WebhookDeliveryStatusEnum) UnmarshalJSON(src []byte) error
type WebhookEventCallback ¶
type WebhookEventCallback struct { // The webhook event data sent to the subscribed webhook. Data WebhookEventResource `json:"data"` }
WebhookEventCallback Asynchronous callback request used for webhook event delivery.
func NewWebhookEventCallback ¶
func NewWebhookEventCallback(data WebhookEventResource) *WebhookEventCallback
NewWebhookEventCallback instantiates a new WebhookEventCallback object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventCallbackWithDefaults ¶
func NewWebhookEventCallbackWithDefaults() *WebhookEventCallback
NewWebhookEventCallbackWithDefaults instantiates a new WebhookEventCallback object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventCallback) GetData ¶
func (o *WebhookEventCallback) GetData() WebhookEventResource
GetData returns the Data field value
func (*WebhookEventCallback) GetDataOk ¶
func (o *WebhookEventCallback) GetDataOk() (*WebhookEventResource, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (WebhookEventCallback) MarshalJSON ¶
func (o WebhookEventCallback) MarshalJSON() ([]byte, error)
func (*WebhookEventCallback) SetData ¶
func (o *WebhookEventCallback) SetData(v WebhookEventResource)
SetData sets field value
func (WebhookEventCallback) ToMap ¶
func (o WebhookEventCallback) ToMap() (map[string]interface{}, error)
func (*WebhookEventCallback) UnmarshalJSON ¶
func (o *WebhookEventCallback) UnmarshalJSON(data []byte) (err error)
type WebhookEventResource ¶
type WebhookEventResource struct { // The type of this resource: `webhook-events` Type string `json:"type"` // The unique identifier for this event. This will remain constant across delivery retries. Id string `json:"id"` Attributes WebhookEventResourceAttributes `json:"attributes"` Relationships WebhookEventResourceRelationships `json:"relationships"` }
WebhookEventResource Provides the event data used in asynchronous webhook event callbacks to subscribed endpoints. Webhooks events have defined `eventType`s and may optionally relate to other resources within the Up API.
func NewWebhookEventResource ¶
func NewWebhookEventResource(type_ string, id string, attributes WebhookEventResourceAttributes, relationships WebhookEventResourceRelationships) *WebhookEventResource
NewWebhookEventResource instantiates a new WebhookEventResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceWithDefaults ¶
func NewWebhookEventResourceWithDefaults() *WebhookEventResource
NewWebhookEventResourceWithDefaults instantiates a new WebhookEventResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResource) GetAttributes ¶
func (o *WebhookEventResource) GetAttributes() WebhookEventResourceAttributes
GetAttributes returns the Attributes field value
func (*WebhookEventResource) GetAttributesOk ¶
func (o *WebhookEventResource) GetAttributesOk() (*WebhookEventResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*WebhookEventResource) GetId ¶
func (o *WebhookEventResource) GetId() string
GetId returns the Id field value
func (*WebhookEventResource) GetIdOk ¶
func (o *WebhookEventResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookEventResource) GetRelationships ¶
func (o *WebhookEventResource) GetRelationships() WebhookEventResourceRelationships
GetRelationships returns the Relationships field value
func (*WebhookEventResource) GetRelationshipsOk ¶
func (o *WebhookEventResource) GetRelationshipsOk() (*WebhookEventResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*WebhookEventResource) GetType ¶
func (o *WebhookEventResource) GetType() string
GetType returns the Type field value
func (*WebhookEventResource) GetTypeOk ¶
func (o *WebhookEventResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (WebhookEventResource) MarshalJSON ¶
func (o WebhookEventResource) MarshalJSON() ([]byte, error)
func (*WebhookEventResource) SetAttributes ¶
func (o *WebhookEventResource) SetAttributes(v WebhookEventResourceAttributes)
SetAttributes sets field value
func (*WebhookEventResource) SetId ¶
func (o *WebhookEventResource) SetId(v string)
SetId sets field value
func (*WebhookEventResource) SetRelationships ¶
func (o *WebhookEventResource) SetRelationships(v WebhookEventResourceRelationships)
SetRelationships sets field value
func (*WebhookEventResource) SetType ¶
func (o *WebhookEventResource) SetType(v string)
SetType sets field value
func (WebhookEventResource) ToMap ¶
func (o WebhookEventResource) ToMap() (map[string]interface{}, error)
func (*WebhookEventResource) UnmarshalJSON ¶
func (o *WebhookEventResource) UnmarshalJSON(data []byte) (err error)
type WebhookEventResourceAttributes ¶
type WebhookEventResourceAttributes struct { // The type of this event. This can be used to determine what action to take in response to the event. EventType WebhookEventTypeEnum `json:"eventType"` // The date-time at which this event was generated. CreatedAt time.Time `json:"createdAt"` }
WebhookEventResourceAttributes struct for WebhookEventResourceAttributes
func NewWebhookEventResourceAttributes ¶
func NewWebhookEventResourceAttributes(eventType WebhookEventTypeEnum, createdAt time.Time) *WebhookEventResourceAttributes
NewWebhookEventResourceAttributes instantiates a new WebhookEventResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceAttributesWithDefaults ¶
func NewWebhookEventResourceAttributesWithDefaults() *WebhookEventResourceAttributes
NewWebhookEventResourceAttributesWithDefaults instantiates a new WebhookEventResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResourceAttributes) GetCreatedAt ¶
func (o *WebhookEventResourceAttributes) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WebhookEventResourceAttributes) GetCreatedAtOk ¶
func (o *WebhookEventResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookEventResourceAttributes) GetEventType ¶
func (o *WebhookEventResourceAttributes) GetEventType() WebhookEventTypeEnum
GetEventType returns the EventType field value
func (*WebhookEventResourceAttributes) GetEventTypeOk ¶
func (o *WebhookEventResourceAttributes) GetEventTypeOk() (*WebhookEventTypeEnum, bool)
GetEventTypeOk returns a tuple with the EventType field value and a boolean to check if the value has been set.
func (WebhookEventResourceAttributes) MarshalJSON ¶
func (o WebhookEventResourceAttributes) MarshalJSON() ([]byte, error)
func (*WebhookEventResourceAttributes) SetCreatedAt ¶
func (o *WebhookEventResourceAttributes) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WebhookEventResourceAttributes) SetEventType ¶
func (o *WebhookEventResourceAttributes) SetEventType(v WebhookEventTypeEnum)
SetEventType sets field value
func (WebhookEventResourceAttributes) ToMap ¶
func (o WebhookEventResourceAttributes) ToMap() (map[string]interface{}, error)
func (*WebhookEventResourceAttributes) UnmarshalJSON ¶
func (o *WebhookEventResourceAttributes) UnmarshalJSON(data []byte) (err error)
type WebhookEventResourceRelationships ¶
type WebhookEventResourceRelationships struct { Webhook WebhookEventResourceRelationshipsWebhook `json:"webhook"` Transaction *AttachmentResourceRelationshipsTransaction `json:"transaction,omitempty"` }
WebhookEventResourceRelationships struct for WebhookEventResourceRelationships
func NewWebhookEventResourceRelationships ¶
func NewWebhookEventResourceRelationships(webhook WebhookEventResourceRelationshipsWebhook) *WebhookEventResourceRelationships
NewWebhookEventResourceRelationships instantiates a new WebhookEventResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceRelationshipsWithDefaults ¶
func NewWebhookEventResourceRelationshipsWithDefaults() *WebhookEventResourceRelationships
NewWebhookEventResourceRelationshipsWithDefaults instantiates a new WebhookEventResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResourceRelationships) GetTransaction ¶
func (o *WebhookEventResourceRelationships) GetTransaction() AttachmentResourceRelationshipsTransaction
GetTransaction returns the Transaction field value if set, zero value otherwise.
func (*WebhookEventResourceRelationships) GetTransactionOk ¶
func (o *WebhookEventResourceRelationships) GetTransactionOk() (*AttachmentResourceRelationshipsTransaction, bool)
GetTransactionOk returns a tuple with the Transaction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationships) GetWebhook ¶
func (o *WebhookEventResourceRelationships) GetWebhook() WebhookEventResourceRelationshipsWebhook
GetWebhook returns the Webhook field value
func (*WebhookEventResourceRelationships) GetWebhookOk ¶
func (o *WebhookEventResourceRelationships) GetWebhookOk() (*WebhookEventResourceRelationshipsWebhook, bool)
GetWebhookOk returns a tuple with the Webhook field value and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationships) HasTransaction ¶
func (o *WebhookEventResourceRelationships) HasTransaction() bool
HasTransaction returns a boolean if a field has been set.
func (WebhookEventResourceRelationships) MarshalJSON ¶
func (o WebhookEventResourceRelationships) MarshalJSON() ([]byte, error)
func (*WebhookEventResourceRelationships) SetTransaction ¶
func (o *WebhookEventResourceRelationships) SetTransaction(v AttachmentResourceRelationshipsTransaction)
SetTransaction gets a reference to the given AttachmentResourceRelationshipsTransaction and assigns it to the Transaction field.
func (*WebhookEventResourceRelationships) SetWebhook ¶
func (o *WebhookEventResourceRelationships) SetWebhook(v WebhookEventResourceRelationshipsWebhook)
SetWebhook sets field value
func (WebhookEventResourceRelationships) ToMap ¶
func (o WebhookEventResourceRelationships) ToMap() (map[string]interface{}, error)
func (*WebhookEventResourceRelationships) UnmarshalJSON ¶
func (o *WebhookEventResourceRelationships) UnmarshalJSON(data []byte) (err error)
type WebhookEventResourceRelationshipsTransaction ¶
type WebhookEventResourceRelationshipsTransaction struct { Data WebhookEventResourceRelationshipsTransactionData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
WebhookEventResourceRelationshipsTransaction struct for WebhookEventResourceRelationshipsTransaction
func NewWebhookEventResourceRelationshipsTransaction ¶
func NewWebhookEventResourceRelationshipsTransaction(data WebhookEventResourceRelationshipsTransactionData) *WebhookEventResourceRelationshipsTransaction
NewWebhookEventResourceRelationshipsTransaction instantiates a new WebhookEventResourceRelationshipsTransaction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceRelationshipsTransactionWithDefaults ¶
func NewWebhookEventResourceRelationshipsTransactionWithDefaults() *WebhookEventResourceRelationshipsTransaction
NewWebhookEventResourceRelationshipsTransactionWithDefaults instantiates a new WebhookEventResourceRelationshipsTransaction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResourceRelationshipsTransaction) GetData ¶
func (o *WebhookEventResourceRelationshipsTransaction) GetData() WebhookEventResourceRelationshipsTransactionData
GetData returns the Data field value
func (*WebhookEventResourceRelationshipsTransaction) GetDataOk ¶
func (o *WebhookEventResourceRelationshipsTransaction) GetDataOk() (*WebhookEventResourceRelationshipsTransactionData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationshipsTransaction) GetLinks ¶
func (o *WebhookEventResourceRelationshipsTransaction) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*WebhookEventResourceRelationshipsTransaction) GetLinksOk ¶
func (o *WebhookEventResourceRelationshipsTransaction) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationshipsTransaction) HasLinks ¶
func (o *WebhookEventResourceRelationshipsTransaction) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (WebhookEventResourceRelationshipsTransaction) MarshalJSON ¶
func (o WebhookEventResourceRelationshipsTransaction) MarshalJSON() ([]byte, error)
func (*WebhookEventResourceRelationshipsTransaction) SetData ¶
func (o *WebhookEventResourceRelationshipsTransaction) SetData(v WebhookEventResourceRelationshipsTransactionData)
SetData sets field value
func (*WebhookEventResourceRelationshipsTransaction) SetLinks ¶
func (o *WebhookEventResourceRelationshipsTransaction) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (WebhookEventResourceRelationshipsTransaction) ToMap ¶
func (o WebhookEventResourceRelationshipsTransaction) ToMap() (map[string]interface{}, error)
func (*WebhookEventResourceRelationshipsTransaction) UnmarshalJSON ¶
func (o *WebhookEventResourceRelationshipsTransaction) UnmarshalJSON(data []byte) (err error)
type WebhookEventResourceRelationshipsTransactionData ¶
type WebhookEventResourceRelationshipsTransactionData struct { // The type of this resource: `transactions` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
WebhookEventResourceRelationshipsTransactionData struct for WebhookEventResourceRelationshipsTransactionData
func NewWebhookEventResourceRelationshipsTransactionData ¶
func NewWebhookEventResourceRelationshipsTransactionData(type_ string, id string) *WebhookEventResourceRelationshipsTransactionData
NewWebhookEventResourceRelationshipsTransactionData instantiates a new WebhookEventResourceRelationshipsTransactionData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceRelationshipsTransactionDataWithDefaults ¶
func NewWebhookEventResourceRelationshipsTransactionDataWithDefaults() *WebhookEventResourceRelationshipsTransactionData
NewWebhookEventResourceRelationshipsTransactionDataWithDefaults instantiates a new WebhookEventResourceRelationshipsTransactionData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResourceRelationshipsTransactionData) GetId ¶
func (o *WebhookEventResourceRelationshipsTransactionData) GetId() string
GetId returns the Id field value
func (*WebhookEventResourceRelationshipsTransactionData) GetIdOk ¶
func (o *WebhookEventResourceRelationshipsTransactionData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationshipsTransactionData) GetType ¶
func (o *WebhookEventResourceRelationshipsTransactionData) GetType() string
GetType returns the Type field value
func (*WebhookEventResourceRelationshipsTransactionData) GetTypeOk ¶
func (o *WebhookEventResourceRelationshipsTransactionData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (WebhookEventResourceRelationshipsTransactionData) MarshalJSON ¶
func (o WebhookEventResourceRelationshipsTransactionData) MarshalJSON() ([]byte, error)
func (*WebhookEventResourceRelationshipsTransactionData) SetId ¶
func (o *WebhookEventResourceRelationshipsTransactionData) SetId(v string)
SetId sets field value
func (*WebhookEventResourceRelationshipsTransactionData) SetType ¶
func (o *WebhookEventResourceRelationshipsTransactionData) SetType(v string)
SetType sets field value
func (WebhookEventResourceRelationshipsTransactionData) ToMap ¶
func (o WebhookEventResourceRelationshipsTransactionData) ToMap() (map[string]interface{}, error)
func (*WebhookEventResourceRelationshipsTransactionData) UnmarshalJSON ¶
func (o *WebhookEventResourceRelationshipsTransactionData) UnmarshalJSON(data []byte) (err error)
type WebhookEventResourceRelationshipsWebhook ¶
type WebhookEventResourceRelationshipsWebhook struct { Data WebhookEventResourceRelationshipsWebhookData `json:"data"` Links *AccountResourceRelationshipsTransactionsLinks `json:"links,omitempty"` }
WebhookEventResourceRelationshipsWebhook struct for WebhookEventResourceRelationshipsWebhook
func NewWebhookEventResourceRelationshipsWebhook ¶
func NewWebhookEventResourceRelationshipsWebhook(data WebhookEventResourceRelationshipsWebhookData) *WebhookEventResourceRelationshipsWebhook
NewWebhookEventResourceRelationshipsWebhook instantiates a new WebhookEventResourceRelationshipsWebhook object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceRelationshipsWebhookWithDefaults ¶
func NewWebhookEventResourceRelationshipsWebhookWithDefaults() *WebhookEventResourceRelationshipsWebhook
NewWebhookEventResourceRelationshipsWebhookWithDefaults instantiates a new WebhookEventResourceRelationshipsWebhook object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResourceRelationshipsWebhook) GetData ¶
func (o *WebhookEventResourceRelationshipsWebhook) GetData() WebhookEventResourceRelationshipsWebhookData
GetData returns the Data field value
func (*WebhookEventResourceRelationshipsWebhook) GetDataOk ¶
func (o *WebhookEventResourceRelationshipsWebhook) GetDataOk() (*WebhookEventResourceRelationshipsWebhookData, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationshipsWebhook) GetLinks ¶
func (o *WebhookEventResourceRelationshipsWebhook) GetLinks() AccountResourceRelationshipsTransactionsLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*WebhookEventResourceRelationshipsWebhook) GetLinksOk ¶
func (o *WebhookEventResourceRelationshipsWebhook) GetLinksOk() (*AccountResourceRelationshipsTransactionsLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationshipsWebhook) HasLinks ¶
func (o *WebhookEventResourceRelationshipsWebhook) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (WebhookEventResourceRelationshipsWebhook) MarshalJSON ¶
func (o WebhookEventResourceRelationshipsWebhook) MarshalJSON() ([]byte, error)
func (*WebhookEventResourceRelationshipsWebhook) SetData ¶
func (o *WebhookEventResourceRelationshipsWebhook) SetData(v WebhookEventResourceRelationshipsWebhookData)
SetData sets field value
func (*WebhookEventResourceRelationshipsWebhook) SetLinks ¶
func (o *WebhookEventResourceRelationshipsWebhook) SetLinks(v AccountResourceRelationshipsTransactionsLinks)
SetLinks gets a reference to the given AccountResourceRelationshipsTransactionsLinks and assigns it to the Links field.
func (WebhookEventResourceRelationshipsWebhook) ToMap ¶
func (o WebhookEventResourceRelationshipsWebhook) ToMap() (map[string]interface{}, error)
func (*WebhookEventResourceRelationshipsWebhook) UnmarshalJSON ¶
func (o *WebhookEventResourceRelationshipsWebhook) UnmarshalJSON(data []byte) (err error)
type WebhookEventResourceRelationshipsWebhookData ¶
type WebhookEventResourceRelationshipsWebhookData struct { // The type of this resource: `webhooks` Type string `json:"type"` // The unique identifier of the resource within its type. Id string `json:"id"` }
WebhookEventResourceRelationshipsWebhookData struct for WebhookEventResourceRelationshipsWebhookData
func NewWebhookEventResourceRelationshipsWebhookData ¶
func NewWebhookEventResourceRelationshipsWebhookData(type_ string, id string) *WebhookEventResourceRelationshipsWebhookData
NewWebhookEventResourceRelationshipsWebhookData instantiates a new WebhookEventResourceRelationshipsWebhookData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookEventResourceRelationshipsWebhookDataWithDefaults ¶
func NewWebhookEventResourceRelationshipsWebhookDataWithDefaults() *WebhookEventResourceRelationshipsWebhookData
NewWebhookEventResourceRelationshipsWebhookDataWithDefaults instantiates a new WebhookEventResourceRelationshipsWebhookData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookEventResourceRelationshipsWebhookData) GetId ¶
func (o *WebhookEventResourceRelationshipsWebhookData) GetId() string
GetId returns the Id field value
func (*WebhookEventResourceRelationshipsWebhookData) GetIdOk ¶
func (o *WebhookEventResourceRelationshipsWebhookData) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookEventResourceRelationshipsWebhookData) GetType ¶
func (o *WebhookEventResourceRelationshipsWebhookData) GetType() string
GetType returns the Type field value
func (*WebhookEventResourceRelationshipsWebhookData) GetTypeOk ¶
func (o *WebhookEventResourceRelationshipsWebhookData) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (WebhookEventResourceRelationshipsWebhookData) MarshalJSON ¶
func (o WebhookEventResourceRelationshipsWebhookData) MarshalJSON() ([]byte, error)
func (*WebhookEventResourceRelationshipsWebhookData) SetId ¶
func (o *WebhookEventResourceRelationshipsWebhookData) SetId(v string)
SetId sets field value
func (*WebhookEventResourceRelationshipsWebhookData) SetType ¶
func (o *WebhookEventResourceRelationshipsWebhookData) SetType(v string)
SetType sets field value
func (WebhookEventResourceRelationshipsWebhookData) ToMap ¶
func (o WebhookEventResourceRelationshipsWebhookData) ToMap() (map[string]interface{}, error)
func (*WebhookEventResourceRelationshipsWebhookData) UnmarshalJSON ¶
func (o *WebhookEventResourceRelationshipsWebhookData) UnmarshalJSON(data []byte) (err error)
type WebhookEventTypeEnum ¶
type WebhookEventTypeEnum string
WebhookEventTypeEnum Specifies the type of a webhook event. This can be used to determine what action to take in response to the event, such as which relationships to expect.
const ( TRANSACTION_CREATED WebhookEventTypeEnum = "TRANSACTION_CREATED" TRANSACTION_SETTLED WebhookEventTypeEnum = "TRANSACTION_SETTLED" TRANSACTION_DELETED WebhookEventTypeEnum = "TRANSACTION_DELETED" PING WebhookEventTypeEnum = "PING" )
List of WebhookEventTypeEnum
func NewWebhookEventTypeEnumFromValue ¶
func NewWebhookEventTypeEnumFromValue(v string) (*WebhookEventTypeEnum, error)
NewWebhookEventTypeEnumFromValue returns a pointer to a valid WebhookEventTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum
func (WebhookEventTypeEnum) IsValid ¶
func (v WebhookEventTypeEnum) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (WebhookEventTypeEnum) Ptr ¶
func (v WebhookEventTypeEnum) Ptr() *WebhookEventTypeEnum
Ptr returns reference to WebhookEventTypeEnum value
func (*WebhookEventTypeEnum) UnmarshalJSON ¶
func (v *WebhookEventTypeEnum) UnmarshalJSON(src []byte) error
type WebhookInputResource ¶
type WebhookInputResource struct {
Attributes WebhookInputResourceAttributes `json:"attributes"`
}
WebhookInputResource Represents a webhook specified as request input.
func NewWebhookInputResource ¶
func NewWebhookInputResource(attributes WebhookInputResourceAttributes) *WebhookInputResource
NewWebhookInputResource instantiates a new WebhookInputResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookInputResourceWithDefaults ¶
func NewWebhookInputResourceWithDefaults() *WebhookInputResource
NewWebhookInputResourceWithDefaults instantiates a new WebhookInputResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookInputResource) GetAttributes ¶
func (o *WebhookInputResource) GetAttributes() WebhookInputResourceAttributes
GetAttributes returns the Attributes field value
func (*WebhookInputResource) GetAttributesOk ¶
func (o *WebhookInputResource) GetAttributesOk() (*WebhookInputResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (WebhookInputResource) MarshalJSON ¶
func (o WebhookInputResource) MarshalJSON() ([]byte, error)
func (*WebhookInputResource) SetAttributes ¶
func (o *WebhookInputResource) SetAttributes(v WebhookInputResourceAttributes)
SetAttributes sets field value
func (WebhookInputResource) ToMap ¶
func (o WebhookInputResource) ToMap() (map[string]interface{}, error)
func (*WebhookInputResource) UnmarshalJSON ¶
func (o *WebhookInputResource) UnmarshalJSON(data []byte) (err error)
type WebhookInputResourceAttributes ¶
type WebhookInputResourceAttributes struct { // The URL that this webhook should post events to. This must be a valid HTTP or HTTPS URL that does not exceed 300 characters in length. Url string `json:"url"` // An optional description for this webhook, up to 64 characters in length. Description NullableString `json:"description,omitempty"` }
WebhookInputResourceAttributes struct for WebhookInputResourceAttributes
func NewWebhookInputResourceAttributes ¶
func NewWebhookInputResourceAttributes(url string) *WebhookInputResourceAttributes
NewWebhookInputResourceAttributes instantiates a new WebhookInputResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookInputResourceAttributesWithDefaults ¶
func NewWebhookInputResourceAttributesWithDefaults() *WebhookInputResourceAttributes
NewWebhookInputResourceAttributesWithDefaults instantiates a new WebhookInputResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookInputResourceAttributes) GetDescription ¶
func (o *WebhookInputResourceAttributes) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*WebhookInputResourceAttributes) GetDescriptionOk ¶
func (o *WebhookInputResourceAttributes) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WebhookInputResourceAttributes) GetUrl ¶
func (o *WebhookInputResourceAttributes) GetUrl() string
GetUrl returns the Url field value
func (*WebhookInputResourceAttributes) GetUrlOk ¶
func (o *WebhookInputResourceAttributes) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*WebhookInputResourceAttributes) HasDescription ¶
func (o *WebhookInputResourceAttributes) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (WebhookInputResourceAttributes) MarshalJSON ¶
func (o WebhookInputResourceAttributes) MarshalJSON() ([]byte, error)
func (*WebhookInputResourceAttributes) SetDescription ¶
func (o *WebhookInputResourceAttributes) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*WebhookInputResourceAttributes) SetDescriptionNil ¶
func (o *WebhookInputResourceAttributes) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*WebhookInputResourceAttributes) SetUrl ¶
func (o *WebhookInputResourceAttributes) SetUrl(v string)
SetUrl sets field value
func (WebhookInputResourceAttributes) ToMap ¶
func (o WebhookInputResourceAttributes) ToMap() (map[string]interface{}, error)
func (*WebhookInputResourceAttributes) UnmarshalJSON ¶
func (o *WebhookInputResourceAttributes) UnmarshalJSON(data []byte) (err error)
func (*WebhookInputResourceAttributes) UnsetDescription ¶
func (o *WebhookInputResourceAttributes) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type WebhookResource ¶
type WebhookResource struct { // The type of this resource: `webhooks` Type string `json:"type"` // The unique identifier for this webhook. Id string `json:"id"` Attributes WebhookResourceAttributes `json:"attributes"` Relationships WebhookResourceRelationships `json:"relationships"` Links *AccountResourceLinks `json:"links,omitempty"` }
WebhookResource Provides information about a webhook.
func NewWebhookResource ¶
func NewWebhookResource(type_ string, id string, attributes WebhookResourceAttributes, relationships WebhookResourceRelationships) *WebhookResource
NewWebhookResource instantiates a new WebhookResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookResourceWithDefaults ¶
func NewWebhookResourceWithDefaults() *WebhookResource
NewWebhookResourceWithDefaults instantiates a new WebhookResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookResource) GetAttributes ¶
func (o *WebhookResource) GetAttributes() WebhookResourceAttributes
GetAttributes returns the Attributes field value
func (*WebhookResource) GetAttributesOk ¶
func (o *WebhookResource) GetAttributesOk() (*WebhookResourceAttributes, bool)
GetAttributesOk returns a tuple with the Attributes field value and a boolean to check if the value has been set.
func (*WebhookResource) GetId ¶
func (o *WebhookResource) GetId() string
GetId returns the Id field value
func (*WebhookResource) GetIdOk ¶
func (o *WebhookResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*WebhookResource) GetLinks ¶
func (o *WebhookResource) GetLinks() AccountResourceLinks
GetLinks returns the Links field value if set, zero value otherwise.
func (*WebhookResource) GetLinksOk ¶
func (o *WebhookResource) GetLinksOk() (*AccountResourceLinks, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookResource) GetRelationships ¶
func (o *WebhookResource) GetRelationships() WebhookResourceRelationships
GetRelationships returns the Relationships field value
func (*WebhookResource) GetRelationshipsOk ¶
func (o *WebhookResource) GetRelationshipsOk() (*WebhookResourceRelationships, bool)
GetRelationshipsOk returns a tuple with the Relationships field value and a boolean to check if the value has been set.
func (*WebhookResource) GetType ¶
func (o *WebhookResource) GetType() string
GetType returns the Type field value
func (*WebhookResource) GetTypeOk ¶
func (o *WebhookResource) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*WebhookResource) HasLinks ¶
func (o *WebhookResource) HasLinks() bool
HasLinks returns a boolean if a field has been set.
func (WebhookResource) MarshalJSON ¶
func (o WebhookResource) MarshalJSON() ([]byte, error)
func (*WebhookResource) SetAttributes ¶
func (o *WebhookResource) SetAttributes(v WebhookResourceAttributes)
SetAttributes sets field value
func (*WebhookResource) SetLinks ¶
func (o *WebhookResource) SetLinks(v AccountResourceLinks)
SetLinks gets a reference to the given AccountResourceLinks and assigns it to the Links field.
func (*WebhookResource) SetRelationships ¶
func (o *WebhookResource) SetRelationships(v WebhookResourceRelationships)
SetRelationships sets field value
func (*WebhookResource) SetType ¶
func (o *WebhookResource) SetType(v string)
SetType sets field value
func (WebhookResource) ToMap ¶
func (o WebhookResource) ToMap() (map[string]interface{}, error)
func (*WebhookResource) UnmarshalJSON ¶
func (o *WebhookResource) UnmarshalJSON(data []byte) (err error)
type WebhookResourceAttributes ¶
type WebhookResourceAttributes struct { // The URL that this webhook is configured to `POST` events to. Url string `json:"url"` // An optional description that was provided at the time the webhook was created. Description NullableString `json:"description"` // A shared secret key used to sign all webhook events sent to the configured webhook URL. This field is returned only once, upon the initial creation of the webhook. If lost, create a new webhook and delete this webhook. The webhook URL receives a request with a `X-Up-Authenticity-Signature` header, which is the SHA-256 HMAC of the entire raw request body signed using this `secretKey`. It is advised to compute and check this signature to verify the authenticity of requests sent to the webhook URL. See [Handling webhook events](#callback_post_webhookURL) for full details. SecretKey *string `json:"secretKey,omitempty"` // The date-time at which this webhook was created. CreatedAt time.Time `json:"createdAt"` }
WebhookResourceAttributes struct for WebhookResourceAttributes
func NewWebhookResourceAttributes ¶
func NewWebhookResourceAttributes(url string, description NullableString, createdAt time.Time) *WebhookResourceAttributes
NewWebhookResourceAttributes instantiates a new WebhookResourceAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookResourceAttributesWithDefaults ¶
func NewWebhookResourceAttributesWithDefaults() *WebhookResourceAttributes
NewWebhookResourceAttributesWithDefaults instantiates a new WebhookResourceAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookResourceAttributes) GetCreatedAt ¶
func (o *WebhookResourceAttributes) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value
func (*WebhookResourceAttributes) GetCreatedAtOk ¶
func (o *WebhookResourceAttributes) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.
func (*WebhookResourceAttributes) GetDescription ¶
func (o *WebhookResourceAttributes) GetDescription() string
GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned
func (*WebhookResourceAttributes) GetDescriptionOk ¶
func (o *WebhookResourceAttributes) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*WebhookResourceAttributes) GetSecretKey ¶
func (o *WebhookResourceAttributes) GetSecretKey() string
GetSecretKey returns the SecretKey field value if set, zero value otherwise.
func (*WebhookResourceAttributes) GetSecretKeyOk ¶
func (o *WebhookResourceAttributes) GetSecretKeyOk() (*string, bool)
GetSecretKeyOk returns a tuple with the SecretKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*WebhookResourceAttributes) GetUrl ¶
func (o *WebhookResourceAttributes) GetUrl() string
GetUrl returns the Url field value
func (*WebhookResourceAttributes) GetUrlOk ¶
func (o *WebhookResourceAttributes) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*WebhookResourceAttributes) HasSecretKey ¶
func (o *WebhookResourceAttributes) HasSecretKey() bool
HasSecretKey returns a boolean if a field has been set.
func (WebhookResourceAttributes) MarshalJSON ¶
func (o WebhookResourceAttributes) MarshalJSON() ([]byte, error)
func (*WebhookResourceAttributes) SetCreatedAt ¶
func (o *WebhookResourceAttributes) SetCreatedAt(v time.Time)
SetCreatedAt sets field value
func (*WebhookResourceAttributes) SetDescription ¶
func (o *WebhookResourceAttributes) SetDescription(v string)
SetDescription sets field value
func (*WebhookResourceAttributes) SetSecretKey ¶
func (o *WebhookResourceAttributes) SetSecretKey(v string)
SetSecretKey gets a reference to the given string and assigns it to the SecretKey field.
func (*WebhookResourceAttributes) SetUrl ¶
func (o *WebhookResourceAttributes) SetUrl(v string)
SetUrl sets field value
func (WebhookResourceAttributes) ToMap ¶
func (o WebhookResourceAttributes) ToMap() (map[string]interface{}, error)
func (*WebhookResourceAttributes) UnmarshalJSON ¶
func (o *WebhookResourceAttributes) UnmarshalJSON(data []byte) (err error)
type WebhookResourceRelationships ¶
type WebhookResourceRelationships struct {
Logs AccountResourceRelationshipsTransactions `json:"logs"`
}
WebhookResourceRelationships struct for WebhookResourceRelationships
func NewWebhookResourceRelationships ¶
func NewWebhookResourceRelationships(logs AccountResourceRelationshipsTransactions) *WebhookResourceRelationships
NewWebhookResourceRelationships instantiates a new WebhookResourceRelationships object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewWebhookResourceRelationshipsWithDefaults ¶
func NewWebhookResourceRelationshipsWithDefaults() *WebhookResourceRelationships
NewWebhookResourceRelationshipsWithDefaults instantiates a new WebhookResourceRelationships object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*WebhookResourceRelationships) GetLogs ¶
func (o *WebhookResourceRelationships) GetLogs() AccountResourceRelationshipsTransactions
GetLogs returns the Logs field value
func (*WebhookResourceRelationships) GetLogsOk ¶
func (o *WebhookResourceRelationships) GetLogsOk() (*AccountResourceRelationshipsTransactions, bool)
GetLogsOk returns a tuple with the Logs field value and a boolean to check if the value has been set.
func (WebhookResourceRelationships) MarshalJSON ¶
func (o WebhookResourceRelationships) MarshalJSON() ([]byte, error)
func (*WebhookResourceRelationships) SetLogs ¶
func (o *WebhookResourceRelationships) SetLogs(v AccountResourceRelationshipsTransactions)
SetLogs sets field value
func (WebhookResourceRelationships) ToMap ¶
func (o WebhookResourceRelationships) ToMap() (map[string]interface{}, error)
func (*WebhookResourceRelationships) UnmarshalJSON ¶
func (o *WebhookResourceRelationships) UnmarshalJSON(data []byte) (err error)
type WebhooksAPIService ¶
type WebhooksAPIService service
WebhooksAPIService WebhooksAPI service
func (*WebhooksAPIService) WebhooksGet ¶
func (a *WebhooksAPIService) WebhooksGet(ctx context.Context) ApiWebhooksGetRequest
WebhooksGet List webhooks
Retrieve a list of configured webhooks. The returned list is [paginated](#pagination) and can be scrolled by following the `next` and `prev` links where present. Results are ordered oldest first to newest last.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWebhooksGetRequest
func (*WebhooksAPIService) WebhooksGetExecute ¶
func (a *WebhooksAPIService) WebhooksGetExecute(r ApiWebhooksGetRequest) (*ListWebhooksResponse, *http.Response, error)
Execute executes the request
@return ListWebhooksResponse
func (*WebhooksAPIService) WebhooksIdDelete ¶
func (a *WebhooksAPIService) WebhooksIdDelete(ctx context.Context, id string) ApiWebhooksIdDeleteRequest
WebhooksIdDelete Delete webhook
Delete a specific webhook by providing its unique identifier. Once deleted, webhook events will no longer be sent to the configured URL.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The unique identifier for the webhook. @return ApiWebhooksIdDeleteRequest
func (*WebhooksAPIService) WebhooksIdDeleteExecute ¶
func (a *WebhooksAPIService) WebhooksIdDeleteExecute(r ApiWebhooksIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*WebhooksAPIService) WebhooksIdGet ¶
func (a *WebhooksAPIService) WebhooksIdGet(ctx context.Context, id string) ApiWebhooksIdGetRequest
WebhooksIdGet Retrieve webhook
Retrieve a specific webhook by providing its unique identifier.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The unique identifier for the webhook. @return ApiWebhooksIdGetRequest
func (*WebhooksAPIService) WebhooksIdGetExecute ¶
func (a *WebhooksAPIService) WebhooksIdGetExecute(r ApiWebhooksIdGetRequest) (*GetWebhookResponse, *http.Response, error)
Execute executes the request
@return GetWebhookResponse
func (*WebhooksAPIService) WebhooksPost ¶
func (a *WebhooksAPIService) WebhooksPost(ctx context.Context) ApiWebhooksPostRequest
WebhooksPost Create webhook
Create a new webhook with a given URL. The URL will receive webhook events as JSON-encoded `POST` requests. The URL must respond with a HTTP `200` status on success.
There is currently a limit of 10 webhooks at any given time. Once this limit is reached, existing webhooks will need to be deleted before new webhooks can be created.
Event delivery is retried with exponential backoff if the URL is unreachable or it does not respond with a `200` status. The response includes a `secretKey` attribute, which is used to sign requests sent to the webhook URL. It will not be returned from any other endpoints within the Up API. If the `secretKey` is lost, simply create a new webhook with the same URL, capture its `secretKey` and then delete the original webhook. See [Handling webhook events](#callback_post_webhookURL) for details on how to process webhook events.
It is probably a good idea to test the webhook by [sending it a `PING` event](#post_webhooks_webhookId_ping) after creating it.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiWebhooksPostRequest
func (*WebhooksAPIService) WebhooksPostExecute ¶
func (a *WebhooksAPIService) WebhooksPostExecute(r ApiWebhooksPostRequest) (*CreateWebhookResponse, *http.Response, error)
Execute executes the request
@return CreateWebhookResponse
func (*WebhooksAPIService) WebhooksWebhookIdLogsGet ¶
func (a *WebhooksAPIService) WebhooksWebhookIdLogsGet(ctx context.Context, webhookId string) ApiWebhooksWebhookIdLogsGetRequest
WebhooksWebhookIdLogsGet List webhook logs
Retrieve a list of delivery logs for a webhook by providing its unique identifier. This is useful for analysis and debugging purposes. The returned list is [paginated](#pagination) and can be scrolled by following the `next` and `prev` links where present. Results are ordered newest first to oldest last. Logs may be automatically purged after a period of time.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookId The unique identifier for the webhook. @return ApiWebhooksWebhookIdLogsGetRequest
func (*WebhooksAPIService) WebhooksWebhookIdLogsGetExecute ¶
func (a *WebhooksAPIService) WebhooksWebhookIdLogsGetExecute(r ApiWebhooksWebhookIdLogsGetRequest) (*ListWebhookDeliveryLogsResponse, *http.Response, error)
Execute executes the request
@return ListWebhookDeliveryLogsResponse
func (*WebhooksAPIService) WebhooksWebhookIdPingPost ¶
func (a *WebhooksAPIService) WebhooksWebhookIdPingPost(ctx context.Context, webhookId string) ApiWebhooksWebhookIdPingPostRequest
WebhooksWebhookIdPingPost Ping webhook
Send a `PING` event to a webhook by providing its unique identifier. This is useful for testing and debugging purposes. The event is delivered asynchronously and its data is returned in the response to this request.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param webhookId The unique identifier for the webhook. @return ApiWebhooksWebhookIdPingPostRequest
func (*WebhooksAPIService) WebhooksWebhookIdPingPostExecute ¶
func (a *WebhooksAPIService) WebhooksWebhookIdPingPostExecute(r ApiWebhooksWebhookIdPingPostRequest) (*WebhookEventCallback, *http.Response, error)
Execute executes the request
@return WebhookEventCallback
Source Files
¶
- api_accounts.go
- api_attachments.go
- api_categories.go
- api_tags.go
- api_transactions.go
- api_utility_endpoints.go
- api_webhooks.go
- client.go
- configuration.go
- model_account_resource.go
- model_account_resource_attributes.go
- model_account_resource_links.go
- model_account_resource_relationships.go
- model_account_resource_relationships_transactions.go
- model_account_resource_relationships_transactions_links.go
- model_account_type_enum.go
- model_attachment_resource.go
- model_attachment_resource_attributes.go
- model_attachment_resource_relationships.go
- model_attachment_resource_relationships_transaction.go
- model_attachment_resource_relationships_transaction_data.go
- model_card_purchase_method_enum.go
- model_card_purchase_method_object.go
- model_cashback_object.go
- model_category_input_resource_identifier.go
- model_category_resource.go
- model_category_resource_attributes.go
- model_category_resource_relationships.go
- model_category_resource_relationships_children.go
- model_category_resource_relationships_children_data_inner.go
- model_category_resource_relationships_parent.go
- model_category_resource_relationships_parent_data.go
- model_create_webhook_request.go
- model_create_webhook_response.go
- model_customer_object.go
- model_error_object.go
- model_error_object_source.go
- model_error_response.go
- model_get_account_response.go
- model_get_attachment_response.go
- model_get_category_response.go
- model_get_transaction_response.go
- model_get_webhook_response.go
- model_hold_info_object.go
- model_list_accounts_response.go
- model_list_accounts_response_links.go
- model_list_attachments_response.go
- model_list_categories_response.go
- model_list_tags_response.go
- model_list_transactions_response.go
- model_list_webhook_delivery_logs_response.go
- model_list_webhooks_response.go
- model_money_object.go
- model_note_object.go
- model_ownership_type_enum.go
- model_ping_response.go
- model_ping_response_meta.go
- model_round_up_object.go
- model_tag_input_resource_identifier.go
- model_tag_resource.go
- model_transaction_resource.go
- model_transaction_resource_attributes.go
- model_transaction_resource_relationships.go
- model_transaction_resource_relationships_account.go
- model_transaction_resource_relationships_account_data.go
- model_transaction_resource_relationships_attachment.go
- model_transaction_resource_relationships_attachment_data.go
- model_transaction_resource_relationships_category.go
- model_transaction_resource_relationships_category_links.go
- model_transaction_resource_relationships_tags.go
- model_transaction_resource_relationships_tags_data_inner.go
- model_transaction_resource_relationships_tags_links.go
- model_transaction_resource_relationships_transfer_account.go
- model_transaction_resource_relationships_transfer_account_data.go
- model_transaction_resource_relationships_transfer_account_links.go
- model_transaction_status_enum.go
- model_update_transaction_category_request.go
- model_update_transaction_tags_request.go
- model_webhook_delivery_log_resource.go
- model_webhook_delivery_log_resource_attributes.go
- model_webhook_delivery_log_resource_attributes_request.go
- model_webhook_delivery_log_resource_attributes_response.go
- model_webhook_delivery_log_resource_relationships.go
- model_webhook_delivery_log_resource_relationships_webhook_event.go
- model_webhook_delivery_log_resource_relationships_webhook_event_data.go
- model_webhook_delivery_status_enum.go
- model_webhook_event_callback.go
- model_webhook_event_resource.go
- model_webhook_event_resource_attributes.go
- model_webhook_event_resource_relationships.go
- model_webhook_event_resource_relationships_transaction.go
- model_webhook_event_resource_relationships_transaction_data.go
- model_webhook_event_resource_relationships_webhook.go
- model_webhook_event_resource_relationships_webhook_data.go
- model_webhook_event_type_enum.go
- model_webhook_input_resource.go
- model_webhook_input_resource_attributes.go
- model_webhook_resource.go
- model_webhook_resource_attributes.go
- model_webhook_resource_relationships.go
- response.go
- utils.go