Versions in this module Expand all Collapse all v6 v6.0.0 Jun 5, 2026 Changes in this version + var Environments = struct{ ... } + var ErrorCodes internal.ErrorCodes = internal.ErrorCodes + func Bool(b bool) *bool + func Byte(b byte) *byte + func Bytes(b []byte) *[]byte + func Complex128(c complex128) *complex128 + func Complex64(c complex64) *complex64 + func Float32(f float32) *float32 + func Float64(f float64) *float64 + func Int(i int) *int + func Int16(i int16) *int16 + func Int32(i int32) *int32 + func Int64(i int64) *int64 + func Int8(i int8) *int8 + func MustParseDate(date string) time.Time + func MustParseDateTime(datetime string) time.Time + func Rune(r rune) *rune + func String(s string) *string + func Time(t time.Time) *time.Time + func UUID(u uuid.UUID) *uuid.UUID + func Uint(u uint) *uint + func Uint16(u uint16) *uint16 + func Uint32(u uint32) *uint32 + func Uint64(u uint64) *uint64 + func Uint8(u uint8) *uint8 + func Uintptr(u uintptr) *uintptr + type AccessRule struct + Conditions []*Condition + Container *string + Description *string + Permissions []string + Priority *int + Transform *string + func (a *AccessRule) GetConditions() []*Condition + func (a *AccessRule) GetContainer() *string + func (a *AccessRule) GetDescription() *string + func (a *AccessRule) GetExtraProperties() map[string]interface{} + func (a *AccessRule) GetPermissions() []string + func (a *AccessRule) GetPriority() *int + func (a *AccessRule) GetTransform() *string + func (a *AccessRule) MarshalJSON() ([]byte, error) + func (a *AccessRule) SetConditions(conditions []*Condition) + func (a *AccessRule) SetContainer(container *string) + func (a *AccessRule) SetDescription(description *string) + func (a *AccessRule) SetPermissions(permissions []string) + func (a *AccessRule) SetPriority(priority *int) + func (a *AccessRule) SetTransform(transform *string) + func (a *AccessRule) String() string + func (a *AccessRule) UnmarshalJSON(data []byte) error + type AccountUpdaterJob struct + CreatedAt time.Time + CreatedBy string + DownloadURL *string + Errors []string + ExpiresAt *time.Time + ID string + Requests *int + Results map[string]int + Status AccountUpdaterJobStatus + TenantID string + UploadURL string + func (a *AccountUpdaterJob) GetCreatedAt() time.Time + func (a *AccountUpdaterJob) GetCreatedBy() string + func (a *AccountUpdaterJob) GetDownloadURL() *string + func (a *AccountUpdaterJob) GetErrors() []string + func (a *AccountUpdaterJob) GetExpiresAt() *time.Time + func (a *AccountUpdaterJob) GetExtraProperties() map[string]interface{} + func (a *AccountUpdaterJob) GetID() string + func (a *AccountUpdaterJob) GetRequests() *int + func (a *AccountUpdaterJob) GetResults() map[string]int + func (a *AccountUpdaterJob) GetStatus() AccountUpdaterJobStatus + func (a *AccountUpdaterJob) GetTenantID() string + func (a *AccountUpdaterJob) GetUploadURL() string + func (a *AccountUpdaterJob) MarshalJSON() ([]byte, error) + func (a *AccountUpdaterJob) SetCreatedAt(createdAt time.Time) + func (a *AccountUpdaterJob) SetCreatedBy(createdBy string) + func (a *AccountUpdaterJob) SetDownloadURL(downloadURL *string) + func (a *AccountUpdaterJob) SetErrors(errors []string) + func (a *AccountUpdaterJob) SetExpiresAt(expiresAt *time.Time) + func (a *AccountUpdaterJob) SetID(id string) + func (a *AccountUpdaterJob) SetRequests(requests *int) + func (a *AccountUpdaterJob) SetResults(results map[string]int) + func (a *AccountUpdaterJob) SetStatus(status AccountUpdaterJobStatus) + func (a *AccountUpdaterJob) SetTenantID(tenantID string) + func (a *AccountUpdaterJob) SetUploadURL(uploadURL string) + func (a *AccountUpdaterJob) String() string + func (a *AccountUpdaterJob) UnmarshalJSON(data []byte) error + type AccountUpdaterJobList struct + Data []*AccountUpdaterJob + Pagination *AccountUpdaterJobListPagination + func (a *AccountUpdaterJobList) GetData() []*AccountUpdaterJob + func (a *AccountUpdaterJobList) GetExtraProperties() map[string]interface{} + func (a *AccountUpdaterJobList) GetPagination() *AccountUpdaterJobListPagination + func (a *AccountUpdaterJobList) MarshalJSON() ([]byte, error) + func (a *AccountUpdaterJobList) SetData(data []*AccountUpdaterJob) + func (a *AccountUpdaterJobList) SetPagination(pagination *AccountUpdaterJobListPagination) + func (a *AccountUpdaterJobList) String() string + func (a *AccountUpdaterJobList) UnmarshalJSON(data []byte) error + type AccountUpdaterJobListPagination struct + Next *string + PageSize *int + func (a *AccountUpdaterJobListPagination) GetExtraProperties() map[string]interface{} + func (a *AccountUpdaterJobListPagination) GetNext() *string + func (a *AccountUpdaterJobListPagination) GetPageSize() *int + func (a *AccountUpdaterJobListPagination) MarshalJSON() ([]byte, error) + func (a *AccountUpdaterJobListPagination) SetNext(next *string) + func (a *AccountUpdaterJobListPagination) SetPageSize(pageSize *int) + func (a *AccountUpdaterJobListPagination) String() string + func (a *AccountUpdaterJobListPagination) UnmarshalJSON(data []byte) error + type AccountUpdaterJobStatus string + const AccountUpdaterJobStatusCompleted + const AccountUpdaterJobStatusFailed + const AccountUpdaterJobStatusPending + const AccountUpdaterJobStatusProcessing + func NewAccountUpdaterJobStatusFromString(s string) (AccountUpdaterJobStatus, error) + func (a AccountUpdaterJobStatus) Ptr() *AccountUpdaterJobStatus + type AccountUpdaterRealTimeResponse struct + NewToken *Token + ResultCode *string + func (a *AccountUpdaterRealTimeResponse) GetExtraProperties() map[string]interface{} + func (a *AccountUpdaterRealTimeResponse) GetNewToken() *Token + func (a *AccountUpdaterRealTimeResponse) GetResultCode() *string + func (a *AccountUpdaterRealTimeResponse) MarshalJSON() ([]byte, error) + func (a *AccountUpdaterRealTimeResponse) SetNewToken(newToken *Token) + func (a *AccountUpdaterRealTimeResponse) SetResultCode(resultCode *string) + func (a *AccountUpdaterRealTimeResponse) String() string + func (a *AccountUpdaterRealTimeResponse) UnmarshalJSON(data []byte) error + type AdditionalCardDetail struct + BinRange []*CardBinRange + Brand *string + Funding *string + Issuer *CardIssuerDetails + Segment *string + func (a *AdditionalCardDetail) GetBinRange() []*CardBinRange + func (a *AdditionalCardDetail) GetBrand() *string + func (a *AdditionalCardDetail) GetExtraProperties() map[string]interface{} + func (a *AdditionalCardDetail) GetFunding() *string + func (a *AdditionalCardDetail) GetIssuer() *CardIssuerDetails + func (a *AdditionalCardDetail) GetSegment() *string + func (a *AdditionalCardDetail) MarshalJSON() ([]byte, error) + func (a *AdditionalCardDetail) SetBinRange(binRange []*CardBinRange) + func (a *AdditionalCardDetail) SetBrand(brand *string) + func (a *AdditionalCardDetail) SetFunding(funding *string) + func (a *AdditionalCardDetail) SetIssuer(issuer *CardIssuerDetails) + func (a *AdditionalCardDetail) SetSegment(segment *string) + func (a *AdditionalCardDetail) String() string + func (a *AdditionalCardDetail) UnmarshalJSON(data []byte) error + type AdditionalCardDetails struct + Authentication *string + Brand *string + Funding *string + Issuer *CardIssuer + func (a *AdditionalCardDetails) GetAuthentication() *string + func (a *AdditionalCardDetails) GetBrand() *string + func (a *AdditionalCardDetails) GetExtraProperties() map[string]interface{} + func (a *AdditionalCardDetails) GetFunding() *string + func (a *AdditionalCardDetails) GetIssuer() *CardIssuer + func (a *AdditionalCardDetails) MarshalJSON() ([]byte, error) + func (a *AdditionalCardDetails) SetAuthentication(authentication *string) + func (a *AdditionalCardDetails) SetBrand(brand *string) + func (a *AdditionalCardDetails) SetFunding(funding *string) + func (a *AdditionalCardDetails) SetIssuer(issuer *CardIssuer) + func (a *AdditionalCardDetails) String() string + func (a *AdditionalCardDetails) UnmarshalJSON(data []byte) error + type Address struct + City *string + CountryCode *string + Line1 *string + Line2 *string + Line3 *string + PostalCode *string + StateCode *string + func (a *Address) GetCity() *string + func (a *Address) GetCountryCode() *string + func (a *Address) GetExtraProperties() map[string]interface{} + func (a *Address) GetLine1() *string + func (a *Address) GetLine2() *string + func (a *Address) GetLine3() *string + func (a *Address) GetPostalCode() *string + func (a *Address) GetStateCode() *string + func (a *Address) MarshalJSON() ([]byte, error) + func (a *Address) SetCity(city *string) + func (a *Address) SetCountryCode(countryCode *string) + func (a *Address) SetLine1(line1 *string) + func (a *Address) SetLine2(line2 *string) + func (a *Address) SetLine3(line3 *string) + func (a *Address) SetPostalCode(postalCode *string) + func (a *Address) SetStateCode(stateCode *string) + func (a *Address) String() string + func (a *Address) UnmarshalJSON(data []byte) error + type Agent struct + CreatedAt *time.Time + EnrollmentIDs []string + ID *string + InstanceDetails *InstanceDetails + Name *string + Status *string + func (a *Agent) GetCreatedAt() *time.Time + func (a *Agent) GetEnrollmentIDs() []string + func (a *Agent) GetExtraProperties() map[string]interface{} + func (a *Agent) GetID() *string + func (a *Agent) GetInstanceDetails() *InstanceDetails + func (a *Agent) GetName() *string + func (a *Agent) MarshalJSON() ([]byte, error) + func (a *Agent) SetCreatedAt(createdAt *time.Time) + func (a *Agent) SetEnrollmentIDs(enrollmentIDs []string) + func (a *Agent) SetID(id *string) + func (a *Agent) SetInstanceDetails(instanceDetails *InstanceDetails) + func (a *Agent) SetName(name *string) + func (a *Agent) SetStatus(status *string) + func (a *Agent) String() string + func (a *Agent) UnmarshalJSON(data []byte) error + type AgenticCard struct + Bin *string + Brand *AgenticCardBrand + Display *CardDisplay + ExpirationMonth *int + ExpirationYear *int + Funding *string + Issuer *AgenticCardIssuer + IssuerCountry *AgenticCardIssuerCountry + Last4 *string + Segment *string + Type *string + func (a *AgenticCard) GetBin() *string + func (a *AgenticCard) GetBrand() *AgenticCardBrand + func (a *AgenticCard) GetDisplay() *CardDisplay + func (a *AgenticCard) GetExpirationMonth() *int + func (a *AgenticCard) GetExpirationYear() *int + func (a *AgenticCard) GetExtraProperties() map[string]interface{} + func (a *AgenticCard) GetFunding() *string + func (a *AgenticCard) GetIssuer() *AgenticCardIssuer + func (a *AgenticCard) GetIssuerCountry() *AgenticCardIssuerCountry + func (a *AgenticCard) GetLast4() *string + func (a *AgenticCard) GetSegment() *string + func (a *AgenticCard) GetType() *string + func (a *AgenticCard) MarshalJSON() ([]byte, error) + func (a *AgenticCard) SetBin(bin *string) + func (a *AgenticCard) SetBrand(brand *AgenticCardBrand) + func (a *AgenticCard) SetDisplay(display *CardDisplay) + func (a *AgenticCard) SetExpirationMonth(expirationMonth *int) + func (a *AgenticCard) SetExpirationYear(expirationYear *int) + func (a *AgenticCard) SetFunding(funding *string) + func (a *AgenticCard) SetIssuer(issuer *AgenticCardIssuer) + func (a *AgenticCard) SetIssuerCountry(issuerCountry *AgenticCardIssuerCountry) + func (a *AgenticCard) SetLast4(last4 *string) + func (a *AgenticCard) SetSegment(segment *string) + func (a *AgenticCard) SetType(type_ *string) + func (a *AgenticCard) String() string + func (a *AgenticCard) UnmarshalJSON(data []byte) error + type AgenticCardBrand string + const AgenticCardBrandMastercard + const AgenticCardBrandVisa + func NewAgenticCardBrandFromString(s string) (AgenticCardBrand, error) + func (a AgenticCardBrand) Ptr() *AgenticCardBrand + type AgenticCardIssuer struct + Country *string + Name *string + func (a *AgenticCardIssuer) GetCountry() *string + func (a *AgenticCardIssuer) GetExtraProperties() map[string]interface{} + func (a *AgenticCardIssuer) GetName() *string + func (a *AgenticCardIssuer) MarshalJSON() ([]byte, error) + func (a *AgenticCardIssuer) SetCountry(country *string) + func (a *AgenticCardIssuer) SetName(name *string) + func (a *AgenticCardIssuer) String() string + func (a *AgenticCardIssuer) UnmarshalJSON(data []byte) error + type AgenticCardIssuerCountry struct + Alpha2 *string + Name *string + Numeric *string + func (a *AgenticCardIssuerCountry) GetAlpha2() *string + func (a *AgenticCardIssuerCountry) GetExtraProperties() map[string]interface{} + func (a *AgenticCardIssuerCountry) GetName() *string + func (a *AgenticCardIssuerCountry) GetNumeric() *string + func (a *AgenticCardIssuerCountry) MarshalJSON() ([]byte, error) + func (a *AgenticCardIssuerCountry) SetAlpha2(alpha2 *string) + func (a *AgenticCardIssuerCountry) SetName(name *string) + func (a *AgenticCardIssuerCountry) SetNumeric(numeric *string) + func (a *AgenticCardIssuerCountry) String() string + func (a *AgenticCardIssuerCountry) UnmarshalJSON(data []byte) error + type AgenticMerchant struct + CategoryCode *string + CountryCode string + Name string + URL string + func (a *AgenticMerchant) GetCategoryCode() *string + func (a *AgenticMerchant) GetCountryCode() string + func (a *AgenticMerchant) GetExtraProperties() map[string]interface{} + func (a *AgenticMerchant) GetName() string + func (a *AgenticMerchant) GetURL() string + func (a *AgenticMerchant) MarshalJSON() ([]byte, error) + func (a *AgenticMerchant) SetCategoryCode(categoryCode *string) + func (a *AgenticMerchant) SetCountryCode(countryCode string) + func (a *AgenticMerchant) SetName(name string) + func (a *AgenticMerchant) SetURL(url string) + func (a *AgenticMerchant) String() string + func (a *AgenticMerchant) UnmarshalJSON(data []byte) error + type AmexConfig struct + SeNumber *string + func (a *AmexConfig) GetExtraProperties() map[string]interface{} + func (a *AmexConfig) GetSeNumber() *string + func (a *AmexConfig) MarshalJSON() ([]byte, error) + func (a *AmexConfig) SetSeNumber(seNumber *string) + func (a *AmexConfig) String() string + func (a *AmexConfig) UnmarshalJSON(data []byte) error + type Amount struct + Currency *string + Value string + func (a *Amount) GetCurrency() *string + func (a *Amount) GetExtraProperties() map[string]interface{} + func (a *Amount) GetValue() string + func (a *Amount) MarshalJSON() ([]byte, error) + func (a *Amount) SetCurrency(currency *string) + func (a *Amount) SetValue(value string) + func (a *Amount) String() string + func (a *Amount) UnmarshalJSON(data []byte) error + type ApplePayCreateRequest struct + ApplePaymentData *ApplePayMethodToken + ExpiresAt *string + MerchantRegistrationID *string + func (a *ApplePayCreateRequest) MarshalJSON() ([]byte, error) + func (a *ApplePayCreateRequest) SetApplePaymentData(applePaymentData *ApplePayMethodToken) + func (a *ApplePayCreateRequest) SetExpiresAt(expiresAt *string) + func (a *ApplePayCreateRequest) SetMerchantRegistrationID(merchantRegistrationID *string) + func (a *ApplePayCreateRequest) UnmarshalJSON(data []byte) error + type ApplePayCreateResponse struct + ApplePay *ApplePayToken + func (a *ApplePayCreateResponse) GetApplePay() *ApplePayToken + func (a *ApplePayCreateResponse) GetExtraProperties() map[string]interface{} + func (a *ApplePayCreateResponse) MarshalJSON() ([]byte, error) + func (a *ApplePayCreateResponse) SetApplePay(applePay *ApplePayToken) + func (a *ApplePayCreateResponse) String() string + func (a *ApplePayCreateResponse) UnmarshalJSON(data []byte) error + type ApplePayDomainRegistrationResponse struct + Domains []*DomainRegistrationResponse + func (a *ApplePayDomainRegistrationResponse) GetDomains() []*DomainRegistrationResponse + func (a *ApplePayDomainRegistrationResponse) GetExtraProperties() map[string]interface{} + func (a *ApplePayDomainRegistrationResponse) MarshalJSON() ([]byte, error) + func (a *ApplePayDomainRegistrationResponse) SetDomains(domains []*DomainRegistrationResponse) + func (a *ApplePayDomainRegistrationResponse) String() string + func (a *ApplePayDomainRegistrationResponse) UnmarshalJSON(data []byte) error + type ApplePayMerchant struct + CreatedAt *time.Time + CreatedBy *string + ID *string + MerchantIdentifier *string + TenantID *string + func (a *ApplePayMerchant) GetCreatedAt() *time.Time + func (a *ApplePayMerchant) GetCreatedBy() *string + func (a *ApplePayMerchant) GetExtraProperties() map[string]interface{} + func (a *ApplePayMerchant) GetID() *string + func (a *ApplePayMerchant) GetMerchantIdentifier() *string + func (a *ApplePayMerchant) GetTenantID() *string + func (a *ApplePayMerchant) MarshalJSON() ([]byte, error) + func (a *ApplePayMerchant) SetCreatedAt(createdAt *time.Time) + func (a *ApplePayMerchant) SetCreatedBy(createdBy *string) + func (a *ApplePayMerchant) SetID(id *string) + func (a *ApplePayMerchant) SetMerchantIdentifier(merchantIdentifier *string) + func (a *ApplePayMerchant) SetTenantID(tenantID *string) + func (a *ApplePayMerchant) String() string + func (a *ApplePayMerchant) UnmarshalJSON(data []byte) error + type ApplePayMerchantCertificates struct + CreatedAt *time.Time + CreatedBy *string + Domain *string + ID *string + MerchantCertificateExpirationDate *time.Time + MerchantCertificateFingerprint *string + PaymentProcessorCertificateExpirationDate *time.Time + PaymentProcessorCertificateFingerprint *string + TenantID *string + func (a *ApplePayMerchantCertificates) GetCreatedAt() *time.Time + func (a *ApplePayMerchantCertificates) GetCreatedBy() *string + func (a *ApplePayMerchantCertificates) GetDomain() *string + func (a *ApplePayMerchantCertificates) GetExtraProperties() map[string]interface{} + func (a *ApplePayMerchantCertificates) GetID() *string + func (a *ApplePayMerchantCertificates) GetMerchantCertificateExpirationDate() *time.Time + func (a *ApplePayMerchantCertificates) GetMerchantCertificateFingerprint() *string + func (a *ApplePayMerchantCertificates) GetPaymentProcessorCertificateExpirationDate() *time.Time + func (a *ApplePayMerchantCertificates) GetPaymentProcessorCertificateFingerprint() *string + func (a *ApplePayMerchantCertificates) GetTenantID() *string + func (a *ApplePayMerchantCertificates) MarshalJSON() ([]byte, error) + func (a *ApplePayMerchantCertificates) SetCreatedAt(createdAt *time.Time) + func (a *ApplePayMerchantCertificates) SetCreatedBy(createdBy *string) + func (a *ApplePayMerchantCertificates) SetDomain(domain *string) + func (a *ApplePayMerchantCertificates) SetID(id *string) + func (a *ApplePayMerchantCertificates) SetMerchantCertificateExpirationDate(merchantCertificateExpirationDate *time.Time) + func (a *ApplePayMerchantCertificates) SetMerchantCertificateFingerprint(merchantCertificateFingerprint *string) + func (a *ApplePayMerchantCertificates) SetPaymentProcessorCertificateExpirationDate(paymentProcessorCertificateExpirationDate *time.Time) + func (a *ApplePayMerchantCertificates) SetPaymentProcessorCertificateFingerprint(paymentProcessorCertificateFingerprint *string) + func (a *ApplePayMerchantCertificates) SetTenantID(tenantID *string) + func (a *ApplePayMerchantCertificates) String() string + func (a *ApplePayMerchantCertificates) UnmarshalJSON(data []byte) error + type ApplePayMethodToken struct + PaymentData *PaymentData + TransactionIdentifier *string + func (a *ApplePayMethodToken) GetExtraProperties() map[string]interface{} + func (a *ApplePayMethodToken) GetPaymentData() *PaymentData + func (a *ApplePayMethodToken) GetTransactionIdentifier() *string + func (a *ApplePayMethodToken) MarshalJSON() ([]byte, error) + func (a *ApplePayMethodToken) SetPaymentData(paymentData *PaymentData) + func (a *ApplePayMethodToken) SetTransactionIdentifier(transactionIdentifier *string) + func (a *ApplePayMethodToken) String() string + func (a *ApplePayMethodToken) UnmarshalJSON(data []byte) error + type ApplePayToken struct + Authentication *Authentication + Card *CardDetails + CreatedAt *time.Time + CreatedBy *string + Data any + DeviceManufacturerIdentifier *string + ExpiresAt *time.Time + Fingerprint *string + ID *string + IngestSource *string + ModifiedAt *time.Time + ModifiedBy *string + PaymentDataType *string + Status *string + TenantID *string + TransactionID *string + Type *string + func (a *ApplePayToken) GetAuthentication() *Authentication + func (a *ApplePayToken) GetCard() *CardDetails + func (a *ApplePayToken) GetCreatedAt() *time.Time + func (a *ApplePayToken) GetCreatedBy() *string + func (a *ApplePayToken) GetData() any + func (a *ApplePayToken) GetDeviceManufacturerIdentifier() *string + func (a *ApplePayToken) GetExpiresAt() *time.Time + func (a *ApplePayToken) GetExtraProperties() map[string]interface{} + func (a *ApplePayToken) GetFingerprint() *string + func (a *ApplePayToken) GetID() *string + func (a *ApplePayToken) GetIngestSource() *string + func (a *ApplePayToken) GetModifiedAt() *time.Time + func (a *ApplePayToken) GetModifiedBy() *string + func (a *ApplePayToken) GetPaymentDataType() *string + func (a *ApplePayToken) GetStatus() *string + func (a *ApplePayToken) GetTenantID() *string + func (a *ApplePayToken) GetTransactionID() *string + func (a *ApplePayToken) GetType() *string + func (a *ApplePayToken) MarshalJSON() ([]byte, error) + func (a *ApplePayToken) SetAuthentication(authentication *Authentication) + func (a *ApplePayToken) SetCard(card *CardDetails) + func (a *ApplePayToken) SetCreatedAt(createdAt *time.Time) + func (a *ApplePayToken) SetCreatedBy(createdBy *string) + func (a *ApplePayToken) SetData(data any) + func (a *ApplePayToken) SetDeviceManufacturerIdentifier(deviceManufacturerIdentifier *string) + func (a *ApplePayToken) SetExpiresAt(expiresAt *time.Time) + func (a *ApplePayToken) SetFingerprint(fingerprint *string) + func (a *ApplePayToken) SetID(id *string) + func (a *ApplePayToken) SetIngestSource(ingestSource *string) + func (a *ApplePayToken) SetModifiedAt(modifiedAt *time.Time) + func (a *ApplePayToken) SetModifiedBy(modifiedBy *string) + func (a *ApplePayToken) SetPaymentDataType(paymentDataType *string) + func (a *ApplePayToken) SetStatus(status *string) + func (a *ApplePayToken) SetTenantID(tenantID *string) + func (a *ApplePayToken) SetTransactionID(transactionID *string) + func (a *ApplePayToken) SetType(type_ *string) + func (a *ApplePayToken) String() string + func (a *ApplePayToken) UnmarshalJSON(data []byte) error + type ApplePayTokenizeRequest struct + ApplePaymentMethodToken *ApplePayMethodToken + func (a *ApplePayTokenizeRequest) GetApplePaymentMethodToken() *ApplePayMethodToken + func (a *ApplePayTokenizeRequest) GetExtraProperties() map[string]interface{} + func (a *ApplePayTokenizeRequest) MarshalJSON() ([]byte, error) + func (a *ApplePayTokenizeRequest) SetApplePaymentMethodToken(applePaymentMethodToken *ApplePayMethodToken) + func (a *ApplePayTokenizeRequest) String() string + func (a *ApplePayTokenizeRequest) UnmarshalJSON(data []byte) error + type ApplePayTokenizeResponse struct + TokenIntent *CreateTokenIntentResponse + func (a *ApplePayTokenizeResponse) GetExtraProperties() map[string]interface{} + func (a *ApplePayTokenizeResponse) GetTokenIntent() *CreateTokenIntentResponse + func (a *ApplePayTokenizeResponse) MarshalJSON() ([]byte, error) + func (a *ApplePayTokenizeResponse) SetTokenIntent(tokenIntent *CreateTokenIntentResponse) + func (a *ApplePayTokenizeResponse) String() string + func (a *ApplePayTokenizeResponse) UnmarshalJSON(data []byte) error + type Application struct + CreatedAt *time.Time + CreatedBy *string + ID *string + Key *string + Keys []*ApplicationKey + ModifiedAt *time.Time + ModifiedBy *string + Name *string + Permissions []string + Rules []*AccessRule + TenantID *string + Type *string + func (a *Application) GetCreatedAt() *time.Time + func (a *Application) GetCreatedBy() *string + func (a *Application) GetExtraProperties() map[string]interface{} + func (a *Application) GetID() *string + func (a *Application) GetKey() *string + func (a *Application) GetKeys() []*ApplicationKey + func (a *Application) GetModifiedAt() *time.Time + func (a *Application) GetModifiedBy() *string + func (a *Application) GetName() *string + func (a *Application) GetPermissions() []string + func (a *Application) GetRules() []*AccessRule + func (a *Application) GetTenantID() *string + func (a *Application) GetType() *string + func (a *Application) MarshalJSON() ([]byte, error) + func (a *Application) SetCreatedAt(createdAt *time.Time) + func (a *Application) SetCreatedBy(createdBy *string) + func (a *Application) SetID(id *string) + func (a *Application) SetKey(key *string) + func (a *Application) SetKeys(keys []*ApplicationKey) + func (a *Application) SetModifiedAt(modifiedAt *time.Time) + func (a *Application) SetModifiedBy(modifiedBy *string) + func (a *Application) SetName(name *string) + func (a *Application) SetPermissions(permissions []string) + func (a *Application) SetRules(rules []*AccessRule) + func (a *Application) SetTenantID(tenantID *string) + func (a *Application) SetType(type_ *string) + func (a *Application) String() string + func (a *Application) UnmarshalJSON(data []byte) error + type ApplicationKey struct + CreatedAt *time.Time + CreatedBy *string + ID *string + Key *string + Version *string + func (a *ApplicationKey) GetCreatedAt() *time.Time + func (a *ApplicationKey) GetCreatedBy() *string + func (a *ApplicationKey) GetExtraProperties() map[string]interface{} + func (a *ApplicationKey) GetID() *string + func (a *ApplicationKey) GetKey() *string + func (a *ApplicationKey) GetVersion() *string + func (a *ApplicationKey) MarshalJSON() ([]byte, error) + func (a *ApplicationKey) SetCreatedAt(createdAt *time.Time) + func (a *ApplicationKey) SetCreatedBy(createdBy *string) + func (a *ApplicationKey) SetID(id *string) + func (a *ApplicationKey) SetKey(key *string) + func (a *ApplicationKey) SetVersion(version *string) + func (a *ApplicationKey) String() string + func (a *ApplicationKey) UnmarshalJSON(data []byte) error + type ApplicationKeysListRequest struct + KeyID []*string + Type []*string + func (a *ApplicationKeysListRequest) SetKeyID(keyID []*string) + func (a *ApplicationKeysListRequest) SetType(type_ []*string) + type ApplicationPaginatedList struct + Data []*Application + Pagination *Pagination + func (a *ApplicationPaginatedList) GetData() []*Application + func (a *ApplicationPaginatedList) GetExtraProperties() map[string]interface{} + func (a *ApplicationPaginatedList) GetPagination() *Pagination + func (a *ApplicationPaginatedList) MarshalJSON() ([]byte, error) + func (a *ApplicationPaginatedList) SetData(data []*Application) + func (a *ApplicationPaginatedList) SetPagination(pagination *Pagination) + func (a *ApplicationPaginatedList) String() string + func (a *ApplicationPaginatedList) UnmarshalJSON(data []byte) error + type ApplicationTemplate struct + ApplicationType *string + Description *string + ID *string + IsStarter *bool + Name *string + Permissions []string + Rules []*AccessRule + TemplateType *string + func (a *ApplicationTemplate) GetApplicationType() *string + func (a *ApplicationTemplate) GetDescription() *string + func (a *ApplicationTemplate) GetExtraProperties() map[string]interface{} + func (a *ApplicationTemplate) GetID() *string + func (a *ApplicationTemplate) GetIsStarter() *bool + func (a *ApplicationTemplate) GetName() *string + func (a *ApplicationTemplate) GetPermissions() []string + func (a *ApplicationTemplate) GetRules() []*AccessRule + func (a *ApplicationTemplate) GetTemplateType() *string + func (a *ApplicationTemplate) MarshalJSON() ([]byte, error) + func (a *ApplicationTemplate) SetApplicationType(applicationType *string) + func (a *ApplicationTemplate) SetDescription(description *string) + func (a *ApplicationTemplate) SetID(id *string) + func (a *ApplicationTemplate) SetIsStarter(isStarter *bool) + func (a *ApplicationTemplate) SetName(name *string) + func (a *ApplicationTemplate) SetPermissions(permissions []string) + func (a *ApplicationTemplate) SetRules(rules []*AccessRule) + func (a *ApplicationTemplate) SetTemplateType(templateType *string) + func (a *ApplicationTemplate) String() string + func (a *ApplicationTemplate) UnmarshalJSON(data []byte) error + type ApplicationsListRequest struct + ID []*string + Page *int + Size *int + Start *string + Type []*string + func (a *ApplicationsListRequest) SetID(id []*string) + func (a *ApplicationsListRequest) SetPage(page *int) + func (a *ApplicationsListRequest) SetSize(size *int) + func (a *ApplicationsListRequest) SetStart(start *string) + func (a *ApplicationsListRequest) SetType(type_ []*string) + type AssuranceDetails struct + AccountVerified *bool + CardHolderAuthenticated *bool + func (a *AssuranceDetails) GetAccountVerified() *bool + func (a *AssuranceDetails) GetCardHolderAuthenticated() *bool + func (a *AssuranceDetails) GetExtraProperties() map[string]interface{} + func (a *AssuranceDetails) MarshalJSON() ([]byte, error) + func (a *AssuranceDetails) SetAccountVerified(accountVerified *bool) + func (a *AssuranceDetails) SetCardHolderAuthenticated(cardHolderAuthenticated *bool) + func (a *AssuranceDetails) String() string + func (a *AssuranceDetails) UnmarshalJSON(data []byte) error + type AsyncReactResponse struct + AsyncReactorRequestID *string + func (a *AsyncReactResponse) GetAsyncReactorRequestID() *string + func (a *AsyncReactResponse) GetExtraProperties() map[string]interface{} + func (a *AsyncReactResponse) MarshalJSON() ([]byte, error) + func (a *AsyncReactResponse) SetAsyncReactorRequestID(asyncReactorRequestID *string) + func (a *AsyncReactResponse) String() string + func (a *AsyncReactResponse) UnmarshalJSON(data []byte) error + type AuthenticateThreeDsSessionRequest struct + AuthenticationCategory string + AuthenticationType string + BroadcastInfo any + CardBrand *string + CardholderInfo *ThreeDsCardholderInfo + ChallengePreference *string + DecoupledChallengeMaxTime *int + MerchantInfo *ThreeDsMerchantInfo + MessageExtensions []*ThreeDsMessageExtension + Metadata map[string]*string + PurchaseInfo *ThreeDsPurchaseInfo + RequestDecoupledChallenge *bool + RequestorInfo *ThreeDsRequestorInfo + func (a *AuthenticateThreeDsSessionRequest) GetAuthenticationCategory() string + func (a *AuthenticateThreeDsSessionRequest) GetAuthenticationType() string + func (a *AuthenticateThreeDsSessionRequest) GetBroadcastInfo() any + func (a *AuthenticateThreeDsSessionRequest) GetCardBrand() *string + func (a *AuthenticateThreeDsSessionRequest) GetCardholderInfo() *ThreeDsCardholderInfo + func (a *AuthenticateThreeDsSessionRequest) GetChallengePreference() *string + func (a *AuthenticateThreeDsSessionRequest) GetDecoupledChallengeMaxTime() *int + func (a *AuthenticateThreeDsSessionRequest) GetExtraProperties() map[string]interface{} + func (a *AuthenticateThreeDsSessionRequest) GetMerchantInfo() *ThreeDsMerchantInfo + func (a *AuthenticateThreeDsSessionRequest) GetMessageExtensions() []*ThreeDsMessageExtension + func (a *AuthenticateThreeDsSessionRequest) GetMetadata() map[string]*string + func (a *AuthenticateThreeDsSessionRequest) GetPurchaseInfo() *ThreeDsPurchaseInfo + func (a *AuthenticateThreeDsSessionRequest) GetRequestDecoupledChallenge() *bool + func (a *AuthenticateThreeDsSessionRequest) GetRequestorInfo() *ThreeDsRequestorInfo + func (a *AuthenticateThreeDsSessionRequest) MarshalJSON() ([]byte, error) + func (a *AuthenticateThreeDsSessionRequest) SetAuthenticationCategory(authenticationCategory string) + func (a *AuthenticateThreeDsSessionRequest) SetAuthenticationType(authenticationType string) + func (a *AuthenticateThreeDsSessionRequest) SetBroadcastInfo(broadcastInfo any) + func (a *AuthenticateThreeDsSessionRequest) SetCardBrand(cardBrand *string) + func (a *AuthenticateThreeDsSessionRequest) SetCardholderInfo(cardholderInfo *ThreeDsCardholderInfo) + func (a *AuthenticateThreeDsSessionRequest) SetChallengePreference(challengePreference *string) + func (a *AuthenticateThreeDsSessionRequest) SetDecoupledChallengeMaxTime(decoupledChallengeMaxTime *int) + func (a *AuthenticateThreeDsSessionRequest) SetMerchantInfo(merchantInfo *ThreeDsMerchantInfo) + func (a *AuthenticateThreeDsSessionRequest) SetMessageExtensions(messageExtensions []*ThreeDsMessageExtension) + func (a *AuthenticateThreeDsSessionRequest) SetMetadata(metadata map[string]*string) + func (a *AuthenticateThreeDsSessionRequest) SetPurchaseInfo(purchaseInfo *ThreeDsPurchaseInfo) + func (a *AuthenticateThreeDsSessionRequest) SetRequestDecoupledChallenge(requestDecoupledChallenge *bool) + func (a *AuthenticateThreeDsSessionRequest) SetRequestorInfo(requestorInfo *ThreeDsRequestorInfo) + func (a *AuthenticateThreeDsSessionRequest) String() string + func (a *AuthenticateThreeDsSessionRequest) UnmarshalJSON(data []byte) error + type Authentication struct + AuthenticationResponses []*SubmerchantAuthenticationResponse + EciIndicator *string + ThreedsCryptogram *string + func (a *Authentication) GetAuthenticationResponses() []*SubmerchantAuthenticationResponse + func (a *Authentication) GetEciIndicator() *string + func (a *Authentication) GetExtraProperties() map[string]interface{} + func (a *Authentication) GetThreedsCryptogram() *string + func (a *Authentication) MarshalJSON() ([]byte, error) + func (a *Authentication) SetAuthenticationResponses(authenticationResponses []*SubmerchantAuthenticationResponse) + func (a *Authentication) SetEciIndicator(eciIndicator *string) + func (a *Authentication) SetThreedsCryptogram(threedsCryptogram *string) + func (a *Authentication) String() string + func (a *Authentication) UnmarshalJSON(data []byte) error + type AuthenticationResponse struct + AuthenticationData *string + MerchantIdentifier *string + TransactionAmount *string + func (a *AuthenticationResponse) GetAuthenticationData() *string + func (a *AuthenticationResponse) GetExtraProperties() map[string]interface{} + func (a *AuthenticationResponse) GetMerchantIdentifier() *string + func (a *AuthenticationResponse) GetTransactionAmount() *string + func (a *AuthenticationResponse) MarshalJSON() ([]byte, error) + func (a *AuthenticationResponse) SetAuthenticationData(authenticationData *string) + func (a *AuthenticationResponse) SetMerchantIdentifier(merchantIdentifier *string) + func (a *AuthenticationResponse) SetTransactionAmount(transactionAmount *string) + func (a *AuthenticationResponse) String() string + func (a *AuthenticationResponse) UnmarshalJSON(data []byte) error + type AuthorizeSessionRequest struct + ExpiresAt *string + Nonce string + Permissions []string + Rules []*AccessRule + func (a *AuthorizeSessionRequest) MarshalJSON() ([]byte, error) + func (a *AuthorizeSessionRequest) SetExpiresAt(expiresAt *string) + func (a *AuthorizeSessionRequest) SetNonce(nonce string) + func (a *AuthorizeSessionRequest) SetPermissions(permissions []string) + func (a *AuthorizeSessionRequest) SetRules(rules []*AccessRule) + func (a *AuthorizeSessionRequest) UnmarshalJSON(data []byte) error + type BadRequestError struct + Body *ValidationProblemDetails + func (b *BadRequestError) MarshalJSON() ([]byte, error) + func (b *BadRequestError) UnmarshalJSON(data []byte) error + func (b *BadRequestError) Unwrap() error + type BankDetails struct + AccountNumberLast4 *string + RoutingNumber *string + func (b *BankDetails) GetAccountNumberLast4() *string + func (b *BankDetails) GetExtraProperties() map[string]interface{} + func (b *BankDetails) GetRoutingNumber() *string + func (b *BankDetails) MarshalJSON() ([]byte, error) + func (b *BankDetails) SetAccountNumberLast4(accountNumberLast4 *string) + func (b *BankDetails) SetRoutingNumber(routingNumber *string) + func (b *BankDetails) String() string + func (b *BankDetails) UnmarshalJSON(data []byte) error + type BankVerificationRequest struct + CountryCode *string + RoutingNumber *string + TokenID string + func (b *BankVerificationRequest) MarshalJSON() ([]byte, error) + func (b *BankVerificationRequest) SetCountryCode(countryCode *string) + func (b *BankVerificationRequest) SetRoutingNumber(routingNumber *string) + func (b *BankVerificationRequest) SetTokenID(tokenID string) + func (b *BankVerificationRequest) UnmarshalJSON(data []byte) error + type BankVerificationResponse struct + Status *string + func (b *BankVerificationResponse) GetExtraProperties() map[string]interface{} + func (b *BankVerificationResponse) GetStatus() *string + func (b *BankVerificationResponse) MarshalJSON() ([]byte, error) + func (b *BankVerificationResponse) SetStatus(status *string) + func (b *BankVerificationResponse) String() string + func (b *BankVerificationResponse) UnmarshalJSON(data []byte) error + type BinDetails struct + AccountUpdater *bool + Alm *bool + Authentication any + Bank *BinDetailsBank + BinLength *int + CardBrand *string + CardSegmentType *string + ComboCard *string + Cost any + Country *BinDetailsCountry + DomesticOnly *bool + GamblingBlocked *bool + IssuerCurrency *string + Level2 *bool + Level3 *bool + PanOrToken *string + Prepaid *bool + Product *BinDetailsProduct + Reloadable *bool + Type *string + func (b *BinDetails) GetAccountUpdater() *bool + func (b *BinDetails) GetAlm() *bool + func (b *BinDetails) GetAuthentication() any + func (b *BinDetails) GetBank() *BinDetailsBank + func (b *BinDetails) GetBinLength() *int + func (b *BinDetails) GetCardBrand() *string + func (b *BinDetails) GetCardSegmentType() *string + func (b *BinDetails) GetComboCard() *string + func (b *BinDetails) GetCost() any + func (b *BinDetails) GetCountry() *BinDetailsCountry + func (b *BinDetails) GetDomesticOnly() *bool + func (b *BinDetails) GetExtraProperties() map[string]interface{} + func (b *BinDetails) GetGamblingBlocked() *bool + func (b *BinDetails) GetIssuerCurrency() *string + func (b *BinDetails) GetLevel2() *bool + func (b *BinDetails) GetLevel3() *bool + func (b *BinDetails) GetPanOrToken() *string + func (b *BinDetails) GetPrepaid() *bool + func (b *BinDetails) GetProduct() *BinDetailsProduct + func (b *BinDetails) GetReloadable() *bool + func (b *BinDetails) GetType() *string + func (b *BinDetails) MarshalJSON() ([]byte, error) + func (b *BinDetails) SetAccountUpdater(accountUpdater *bool) + func (b *BinDetails) SetAlm(alm *bool) + func (b *BinDetails) SetAuthentication(authentication any) + func (b *BinDetails) SetBank(bank *BinDetailsBank) + func (b *BinDetails) SetBinLength(binLength *int) + func (b *BinDetails) SetCardBrand(cardBrand *string) + func (b *BinDetails) SetCardSegmentType(cardSegmentType *string) + func (b *BinDetails) SetComboCard(comboCard *string) + func (b *BinDetails) SetCost(cost any) + func (b *BinDetails) SetCountry(country *BinDetailsCountry) + func (b *BinDetails) SetDomesticOnly(domesticOnly *bool) + func (b *BinDetails) SetGamblingBlocked(gamblingBlocked *bool) + func (b *BinDetails) SetIssuerCurrency(issuerCurrency *string) + func (b *BinDetails) SetLevel2(level2 *bool) + func (b *BinDetails) SetLevel3(level3 *bool) + func (b *BinDetails) SetPanOrToken(panOrToken *string) + func (b *BinDetails) SetPrepaid(prepaid *bool) + func (b *BinDetails) SetProduct(product *BinDetailsProduct) + func (b *BinDetails) SetReloadable(reloadable *bool) + func (b *BinDetails) SetType(type_ *string) + func (b *BinDetails) String() string + func (b *BinDetails) UnmarshalJSON(data []byte) error + type BinDetailsBank struct + CleanName *string + Name *string + Phone *string + URL *string + func (b *BinDetailsBank) GetCleanName() *string + func (b *BinDetailsBank) GetExtraProperties() map[string]interface{} + func (b *BinDetailsBank) GetName() *string + func (b *BinDetailsBank) GetPhone() *string + func (b *BinDetailsBank) GetURL() *string + func (b *BinDetailsBank) MarshalJSON() ([]byte, error) + func (b *BinDetailsBank) SetCleanName(cleanName *string) + func (b *BinDetailsBank) SetName(name *string) + func (b *BinDetailsBank) SetPhone(phone *string) + func (b *BinDetailsBank) SetURL(url *string) + func (b *BinDetailsBank) String() string + func (b *BinDetailsBank) UnmarshalJSON(data []byte) error + type BinDetailsCountry struct + Alpha2 *string + Name *string + Numeric *string + func (b *BinDetailsCountry) GetAlpha2() *string + func (b *BinDetailsCountry) GetExtraProperties() map[string]interface{} + func (b *BinDetailsCountry) GetName() *string + func (b *BinDetailsCountry) GetNumeric() *string + func (b *BinDetailsCountry) MarshalJSON() ([]byte, error) + func (b *BinDetailsCountry) SetAlpha2(alpha2 *string) + func (b *BinDetailsCountry) SetName(name *string) + func (b *BinDetailsCountry) SetNumeric(numeric *string) + func (b *BinDetailsCountry) String() string + func (b *BinDetailsCountry) UnmarshalJSON(data []byte) error + type BinDetailsProduct struct + Code *string + Name *string + func (b *BinDetailsProduct) GetCode() *string + func (b *BinDetailsProduct) GetExtraProperties() map[string]interface{} + func (b *BinDetailsProduct) GetName() *string + func (b *BinDetailsProduct) MarshalJSON() ([]byte, error) + func (b *BinDetailsProduct) SetCode(code *string) + func (b *BinDetailsProduct) SetName(name *string) + func (b *BinDetailsProduct) String() string + func (b *BinDetailsProduct) UnmarshalJSON(data []byte) error + type Card struct + Cvc *string + ExpirationMonth *int + ExpirationYear *int + Number *string + func (c *Card) GetCvc() *string + func (c *Card) GetExpirationMonth() *int + func (c *Card) GetExpirationYear() *int + func (c *Card) GetExtraProperties() map[string]interface{} + func (c *Card) GetNumber() *string + func (c *Card) MarshalJSON() ([]byte, error) + func (c *Card) SetCvc(cvc *string) + func (c *Card) SetExpirationMonth(expirationMonth *int) + func (c *Card) SetExpirationYear(expirationYear *int) + func (c *Card) SetNumber(number *string) + func (c *Card) String() string + func (c *Card) UnmarshalJSON(data []byte) error + type CardArt struct + BackgroundColor *string + CardImage *CardArtImage + Logo *CardArtImage + func (c *CardArt) GetBackgroundColor() *string + func (c *CardArt) GetCardImage() *CardArtImage + func (c *CardArt) GetExtraProperties() map[string]interface{} + func (c *CardArt) GetLogo() *CardArtImage + func (c *CardArt) MarshalJSON() ([]byte, error) + func (c *CardArt) SetBackgroundColor(backgroundColor *string) + func (c *CardArt) SetCardImage(cardImage *CardArtImage) + func (c *CardArt) SetLogo(logo *CardArtImage) + func (c *CardArt) String() string + func (c *CardArt) UnmarshalJSON(data []byte) error + type CardArtImage struct + Description *string + Height *int + URL *string + Width *int + func (c *CardArtImage) GetDescription() *string + func (c *CardArtImage) GetExtraProperties() map[string]interface{} + func (c *CardArtImage) GetHeight() *int + func (c *CardArtImage) GetURL() *string + func (c *CardArtImage) GetWidth() *int + func (c *CardArtImage) MarshalJSON() ([]byte, error) + func (c *CardArtImage) SetDescription(description *string) + func (c *CardArtImage) SetHeight(height *int) + func (c *CardArtImage) SetURL(url *string) + func (c *CardArtImage) SetWidth(width *int) + func (c *CardArtImage) String() string + func (c *CardArtImage) UnmarshalJSON(data []byte) error + type CardBinRange struct + BinMax *string + BinMin *string + func (c *CardBinRange) GetBinMax() *string + func (c *CardBinRange) GetBinMin() *string + func (c *CardBinRange) GetExtraProperties() map[string]interface{} + func (c *CardBinRange) MarshalJSON() ([]byte, error) + func (c *CardBinRange) SetBinMax(binMax *string) + func (c *CardBinRange) SetBinMin(binMin *string) + func (c *CardBinRange) String() string + func (c *CardBinRange) UnmarshalJSON(data []byte) error + type CardDetails struct + Additional []*AdditionalCardDetails + Authentication *string + Bin *string + Brand *string + ExpirationMonth *int + ExpirationYear *int + Funding *string + Issuer *CardIssuer + IssuerCountry *CardIssuerCountry + Last4 *string + Product *CardProduct + Segment *string + func (c *CardDetails) GetAdditional() []*AdditionalCardDetails + func (c *CardDetails) GetAuthentication() *string + func (c *CardDetails) GetBin() *string + func (c *CardDetails) GetBrand() *string + func (c *CardDetails) GetExpirationMonth() *int + func (c *CardDetails) GetExpirationYear() *int + func (c *CardDetails) GetExtraProperties() map[string]interface{} + func (c *CardDetails) GetFunding() *string + func (c *CardDetails) GetIssuer() *CardIssuer + func (c *CardDetails) GetIssuerCountry() *CardIssuerCountry + func (c *CardDetails) GetLast4() *string + func (c *CardDetails) GetProduct() *CardProduct + func (c *CardDetails) GetSegment() *string + func (c *CardDetails) MarshalJSON() ([]byte, error) + func (c *CardDetails) SetAdditional(additional []*AdditionalCardDetails) + func (c *CardDetails) SetAuthentication(authentication *string) + func (c *CardDetails) SetBin(bin *string) + func (c *CardDetails) SetBrand(brand *string) + func (c *CardDetails) SetExpirationMonth(expirationMonth *int) + func (c *CardDetails) SetExpirationYear(expirationYear *int) + func (c *CardDetails) SetFunding(funding *string) + func (c *CardDetails) SetIssuer(issuer *CardIssuer) + func (c *CardDetails) SetIssuerCountry(issuerCountry *CardIssuerCountry) + func (c *CardDetails) SetLast4(last4 *string) + func (c *CardDetails) SetProduct(product *CardProduct) + func (c *CardDetails) SetSegment(segment *string) + func (c *CardDetails) String() string + func (c *CardDetails) UnmarshalJSON(data []byte) error + type CardDetailsResponse struct + Additional []*AdditionalCardDetail + BinRange []*CardBinRange + Brand *string + Funding *string + Issuer *CardIssuerDetails + Segment *string + func (c *CardDetailsResponse) GetAdditional() []*AdditionalCardDetail + func (c *CardDetailsResponse) GetBinRange() []*CardBinRange + func (c *CardDetailsResponse) GetBrand() *string + func (c *CardDetailsResponse) GetExtraProperties() map[string]interface{} + func (c *CardDetailsResponse) GetFunding() *string + func (c *CardDetailsResponse) GetIssuer() *CardIssuerDetails + func (c *CardDetailsResponse) GetSegment() *string + func (c *CardDetailsResponse) MarshalJSON() ([]byte, error) + func (c *CardDetailsResponse) SetAdditional(additional []*AdditionalCardDetail) + func (c *CardDetailsResponse) SetBinRange(binRange []*CardBinRange) + func (c *CardDetailsResponse) SetBrand(brand *string) + func (c *CardDetailsResponse) SetFunding(funding *string) + func (c *CardDetailsResponse) SetIssuer(issuer *CardIssuerDetails) + func (c *CardDetailsResponse) SetSegment(segment *string) + func (c *CardDetailsResponse) String() string + func (c *CardDetailsResponse) UnmarshalJSON(data []byte) error + type CardDisplay struct + ArtURL *string + BackgroundColor *string + func (c *CardDisplay) GetArtURL() *string + func (c *CardDisplay) GetBackgroundColor() *string + func (c *CardDisplay) GetExtraProperties() map[string]interface{} + func (c *CardDisplay) MarshalJSON() ([]byte, error) + func (c *CardDisplay) SetArtURL(artURL *string) + func (c *CardDisplay) SetBackgroundColor(backgroundColor *string) + func (c *CardDisplay) String() string + func (c *CardDisplay) UnmarshalJSON(data []byte) error + type CardIssuer struct + Country *string + Name *string + func (c *CardIssuer) GetCountry() *string + func (c *CardIssuer) GetExtraProperties() map[string]interface{} + func (c *CardIssuer) GetName() *string + func (c *CardIssuer) MarshalJSON() ([]byte, error) + func (c *CardIssuer) SetCountry(country *string) + func (c *CardIssuer) SetName(name *string) + func (c *CardIssuer) String() string + func (c *CardIssuer) UnmarshalJSON(data []byte) error + type CardIssuerCountry struct + Alpha2 *string + Name *string + Numeric *string + func (c *CardIssuerCountry) GetAlpha2() *string + func (c *CardIssuerCountry) GetExtraProperties() map[string]interface{} + func (c *CardIssuerCountry) GetName() *string + func (c *CardIssuerCountry) GetNumeric() *string + func (c *CardIssuerCountry) MarshalJSON() ([]byte, error) + func (c *CardIssuerCountry) SetAlpha2(alpha2 *string) + func (c *CardIssuerCountry) SetName(name *string) + func (c *CardIssuerCountry) SetNumeric(numeric *string) + func (c *CardIssuerCountry) String() string + func (c *CardIssuerCountry) UnmarshalJSON(data []byte) error + type CardIssuerDetails struct + Country *string + Name *string + func (c *CardIssuerDetails) GetCountry() *string + func (c *CardIssuerDetails) GetExtraProperties() map[string]interface{} + func (c *CardIssuerDetails) GetName() *string + func (c *CardIssuerDetails) MarshalJSON() ([]byte, error) + func (c *CardIssuerDetails) SetCountry(country *string) + func (c *CardIssuerDetails) SetName(name *string) + func (c *CardIssuerDetails) String() string + func (c *CardIssuerDetails) UnmarshalJSON(data []byte) error + type CardNetworkInfo struct + Amex *AmexConfig + Discover *DiscoverConfig + Mastercard *MastercardConfig + Visa *VisaConfig + func (c *CardNetworkInfo) GetAmex() *AmexConfig + func (c *CardNetworkInfo) GetDiscover() *DiscoverConfig + func (c *CardNetworkInfo) GetExtraProperties() map[string]interface{} + func (c *CardNetworkInfo) GetMastercard() *MastercardConfig + func (c *CardNetworkInfo) GetVisa() *VisaConfig + func (c *CardNetworkInfo) MarshalJSON() ([]byte, error) + func (c *CardNetworkInfo) SetAmex(amex *AmexConfig) + func (c *CardNetworkInfo) SetDiscover(discover *DiscoverConfig) + func (c *CardNetworkInfo) SetMastercard(mastercard *MastercardConfig) + func (c *CardNetworkInfo) SetVisa(visa *VisaConfig) + func (c *CardNetworkInfo) String() string + func (c *CardNetworkInfo) UnmarshalJSON(data []byte) error + type CardNetworkStatus struct + Amex *NetworkStatusDetail + Discover *NetworkStatusDetail + Mastercard *NetworkStatusDetail + Visa *NetworkStatusDetail + func (c *CardNetworkStatus) GetAmex() *NetworkStatusDetail + func (c *CardNetworkStatus) GetDiscover() *NetworkStatusDetail + func (c *CardNetworkStatus) GetExtraProperties() map[string]interface{} + func (c *CardNetworkStatus) GetMastercard() *NetworkStatusDetail + func (c *CardNetworkStatus) GetVisa() *NetworkStatusDetail + func (c *CardNetworkStatus) MarshalJSON() ([]byte, error) + func (c *CardNetworkStatus) SetAmex(amex *NetworkStatusDetail) + func (c *CardNetworkStatus) SetDiscover(discover *NetworkStatusDetail) + func (c *CardNetworkStatus) SetMastercard(mastercard *NetworkStatusDetail) + func (c *CardNetworkStatus) SetVisa(visa *NetworkStatusDetail) + func (c *CardNetworkStatus) String() string + func (c *CardNetworkStatus) UnmarshalJSON(data []byte) error + type CardProduct struct + Code *string + func (c *CardProduct) GetCode() *string + func (c *CardProduct) GetExtraProperties() map[string]interface{} + func (c *CardProduct) MarshalJSON() ([]byte, error) + func (c *CardProduct) SetCode(code *string) + func (c *CardProduct) String() string + func (c *CardProduct) UnmarshalJSON(data []byte) error + type CardholderInfo struct + Address *Address + Name *string + func (c *CardholderInfo) GetAddress() *Address + func (c *CardholderInfo) GetExtraProperties() map[string]interface{} + func (c *CardholderInfo) GetName() *string + func (c *CardholderInfo) MarshalJSON() ([]byte, error) + func (c *CardholderInfo) SetAddress(address *Address) + func (c *CardholderInfo) SetName(name *string) + func (c *CardholderInfo) String() string + func (c *CardholderInfo) UnmarshalJSON(data []byte) error + type ClientEncryptionKeyMetadataResponse struct + ExpiresAt *time.Time + KeyID *string + func (c *ClientEncryptionKeyMetadataResponse) GetExpiresAt() *time.Time + func (c *ClientEncryptionKeyMetadataResponse) GetExtraProperties() map[string]interface{} + func (c *ClientEncryptionKeyMetadataResponse) GetKeyID() *string + func (c *ClientEncryptionKeyMetadataResponse) MarshalJSON() ([]byte, error) + func (c *ClientEncryptionKeyMetadataResponse) SetExpiresAt(expiresAt *time.Time) + func (c *ClientEncryptionKeyMetadataResponse) SetKeyID(keyID *string) + func (c *ClientEncryptionKeyMetadataResponse) String() string + func (c *ClientEncryptionKeyMetadataResponse) UnmarshalJSON(data []byte) error + type ClientEncryptionKeyRequest struct + ExpiresAt *time.Time + func (c *ClientEncryptionKeyRequest) MarshalJSON() ([]byte, error) + func (c *ClientEncryptionKeyRequest) SetExpiresAt(expiresAt *time.Time) + func (c *ClientEncryptionKeyRequest) UnmarshalJSON(data []byte) error + type ClientEncryptionKeyResponse struct + ExpiresAt *time.Time + KeyID *string + PublicKeyPem *string + func (c *ClientEncryptionKeyResponse) GetExpiresAt() *time.Time + func (c *ClientEncryptionKeyResponse) GetExtraProperties() map[string]interface{} + func (c *ClientEncryptionKeyResponse) GetKeyID() *string + func (c *ClientEncryptionKeyResponse) GetPublicKeyPem() *string + func (c *ClientEncryptionKeyResponse) MarshalJSON() ([]byte, error) + func (c *ClientEncryptionKeyResponse) SetExpiresAt(expiresAt *time.Time) + func (c *ClientEncryptionKeyResponse) SetKeyID(keyID *string) + func (c *ClientEncryptionKeyResponse) SetPublicKeyPem(publicKeyPem *string) + func (c *ClientEncryptionKeyResponse) String() string + func (c *ClientEncryptionKeyResponse) UnmarshalJSON(data []byte) error + type Condition struct + Attribute *string + Operator *string + Value *string + func (c *Condition) GetAttribute() *string + func (c *Condition) GetExtraProperties() map[string]interface{} + func (c *Condition) GetOperator() *string + func (c *Condition) GetValue() *string + func (c *Condition) MarshalJSON() ([]byte, error) + func (c *Condition) SetAttribute(attribute *string) + func (c *Condition) SetOperator(operator *string) + func (c *Condition) SetValue(value *string) + func (c *Condition) String() string + func (c *Condition) UnmarshalJSON(data []byte) error + type ConfirmationEntry struct + Amount *string + CurrencyCode *string + MandatesCompleted *bool + TransactionReferenceID *string + TransactionStatus TransactionStatus + TransactionTimestamp *time.Time + TransactionType TransactionType + func (c *ConfirmationEntry) GetAmount() *string + func (c *ConfirmationEntry) GetCurrencyCode() *string + func (c *ConfirmationEntry) GetExtraProperties() map[string]interface{} + func (c *ConfirmationEntry) GetMandatesCompleted() *bool + func (c *ConfirmationEntry) GetTransactionReferenceID() *string + func (c *ConfirmationEntry) GetTransactionStatus() TransactionStatus + func (c *ConfirmationEntry) GetTransactionTimestamp() *time.Time + func (c *ConfirmationEntry) GetTransactionType() TransactionType + func (c *ConfirmationEntry) MarshalJSON() ([]byte, error) + func (c *ConfirmationEntry) SetAmount(amount *string) + func (c *ConfirmationEntry) SetCurrencyCode(currencyCode *string) + func (c *ConfirmationEntry) SetMandatesCompleted(mandatesCompleted *bool) + func (c *ConfirmationEntry) SetTransactionReferenceID(transactionReferenceID *string) + func (c *ConfirmationEntry) SetTransactionStatus(transactionStatus TransactionStatus) + func (c *ConfirmationEntry) SetTransactionTimestamp(transactionTimestamp *time.Time) + func (c *ConfirmationEntry) SetTransactionType(transactionType TransactionType) + func (c *ConfirmationEntry) String() string + func (c *ConfirmationEntry) UnmarshalJSON(data []byte) error + type ConflictError struct + Body *ProblemDetails + func (c *ConflictError) MarshalJSON() ([]byte, error) + func (c *ConflictError) UnmarshalJSON(data []byte) error + func (c *ConflictError) Unwrap() error + type Consumer struct + CountryCode *string + Email string + ID *string + LanguageCode *string + func (c *Consumer) GetCountryCode() *string + func (c *Consumer) GetEmail() string + func (c *Consumer) GetExtraProperties() map[string]interface{} + func (c *Consumer) GetID() *string + func (c *Consumer) GetLanguageCode() *string + func (c *Consumer) MarshalJSON() ([]byte, error) + func (c *Consumer) SetCountryCode(countryCode *string) + func (c *Consumer) SetEmail(email string) + func (c *Consumer) SetID(id *string) + func (c *Consumer) SetLanguageCode(languageCode *string) + func (c *Consumer) String() string + func (c *Consumer) UnmarshalJSON(data []byte) error + type CreateApplicationRequest struct + CreateKey *bool + Name string + Permissions []string + Rules []*AccessRule + Type string + func (c *CreateApplicationRequest) MarshalJSON() ([]byte, error) + func (c *CreateApplicationRequest) SetCreateKey(createKey *bool) + func (c *CreateApplicationRequest) SetName(name string) + func (c *CreateApplicationRequest) SetPermissions(permissions []string) + func (c *CreateApplicationRequest) SetRules(rules []*AccessRule) + func (c *CreateApplicationRequest) SetType(type_ string) + func (c *CreateApplicationRequest) UnmarshalJSON(data []byte) error + type CreateDocumentRequest struct + Metadata map[string]*string + func (c *CreateDocumentRequest) GetExtraProperties() map[string]interface{} + func (c *CreateDocumentRequest) GetMetadata() map[string]*string + func (c *CreateDocumentRequest) MarshalJSON() ([]byte, error) + func (c *CreateDocumentRequest) SetMetadata(metadata map[string]*string) + func (c *CreateDocumentRequest) String() string + func (c *CreateDocumentRequest) UnmarshalJSON(data []byte) error + type CreateNetworkTokenRequest struct + CardholderInfo *CardholderInfo + Data *Card + ExpirationMonth *int + ExpirationYear *int + MerchantID *string + TokenID *string + TokenIntentID *string + func (c *CreateNetworkTokenRequest) MarshalJSON() ([]byte, error) + func (c *CreateNetworkTokenRequest) SetCardholderInfo(cardholderInfo *CardholderInfo) + func (c *CreateNetworkTokenRequest) SetData(data *Card) + func (c *CreateNetworkTokenRequest) SetExpirationMonth(expirationMonth *int) + func (c *CreateNetworkTokenRequest) SetExpirationYear(expirationYear *int) + func (c *CreateNetworkTokenRequest) SetMerchantID(merchantID *string) + func (c *CreateNetworkTokenRequest) SetTokenID(tokenID *string) + func (c *CreateNetworkTokenRequest) SetTokenIntentID(tokenIntentID *string) + func (c *CreateNetworkTokenRequest) UnmarshalJSON(data []byte) error + type CreateProxyRequest struct + Application *Application + Configuration map[string]*string + DestinationURL string + DisableDetokenization *bool + Name string + RequestReactorID *string + RequestTransform *ProxyTransform + RequestTransforms []*ProxyTransform + RequireAuth *bool + ResponseReactorID *string + ResponseTransform *ProxyTransform + ResponseTransforms []*ProxyTransform + func (c *CreateProxyRequest) MarshalJSON() ([]byte, error) + func (c *CreateProxyRequest) SetApplication(application *Application) + func (c *CreateProxyRequest) SetConfiguration(configuration map[string]*string) + func (c *CreateProxyRequest) SetDestinationURL(destinationURL string) + func (c *CreateProxyRequest) SetDisableDetokenization(disableDetokenization *bool) + func (c *CreateProxyRequest) SetName(name string) + func (c *CreateProxyRequest) SetRequestReactorID(requestReactorID *string) + func (c *CreateProxyRequest) SetRequestTransform(requestTransform *ProxyTransform) + func (c *CreateProxyRequest) SetRequestTransforms(requestTransforms []*ProxyTransform) + func (c *CreateProxyRequest) SetRequireAuth(requireAuth *bool) + func (c *CreateProxyRequest) SetResponseReactorID(responseReactorID *string) + func (c *CreateProxyRequest) SetResponseTransform(responseTransform *ProxyTransform) + func (c *CreateProxyRequest) SetResponseTransforms(responseTransforms []*ProxyTransform) + func (c *CreateProxyRequest) UnmarshalJSON(data []byte) error + type CreateReactorFormulaRequest struct + Code *string + Configuration []*ReactorFormulaConfiguration + Description *string + ID *string + Icon *string + Name string + RequestParameters []*ReactorFormulaRequestParameter + Type string + func (c *CreateReactorFormulaRequest) GetCode() *string + func (c *CreateReactorFormulaRequest) GetConfiguration() []*ReactorFormulaConfiguration + func (c *CreateReactorFormulaRequest) GetDescription() *string + func (c *CreateReactorFormulaRequest) GetExtraProperties() map[string]interface{} + func (c *CreateReactorFormulaRequest) GetID() *string + func (c *CreateReactorFormulaRequest) GetIcon() *string + func (c *CreateReactorFormulaRequest) GetName() string + func (c *CreateReactorFormulaRequest) GetRequestParameters() []*ReactorFormulaRequestParameter + func (c *CreateReactorFormulaRequest) GetType() string + func (c *CreateReactorFormulaRequest) MarshalJSON() ([]byte, error) + func (c *CreateReactorFormulaRequest) SetCode(code *string) + func (c *CreateReactorFormulaRequest) SetConfiguration(configuration []*ReactorFormulaConfiguration) + func (c *CreateReactorFormulaRequest) SetDescription(description *string) + func (c *CreateReactorFormulaRequest) SetID(id *string) + func (c *CreateReactorFormulaRequest) SetIcon(icon *string) + func (c *CreateReactorFormulaRequest) SetName(name string) + func (c *CreateReactorFormulaRequest) SetRequestParameters(requestParameters []*ReactorFormulaRequestParameter) + func (c *CreateReactorFormulaRequest) SetType(type_ string) + func (c *CreateReactorFormulaRequest) String() string + func (c *CreateReactorFormulaRequest) UnmarshalJSON(data []byte) error + type CreateReactorRequest struct + Application *Application + Code string + Configuration map[string]*string + Name string + Runtime *Runtime + func (c *CreateReactorRequest) MarshalJSON() ([]byte, error) + func (c *CreateReactorRequest) SetApplication(application *Application) + func (c *CreateReactorRequest) SetCode(code string) + func (c *CreateReactorRequest) SetConfiguration(configuration map[string]*string) + func (c *CreateReactorRequest) SetName(name string) + func (c *CreateReactorRequest) SetRuntime(runtime *Runtime) + func (c *CreateReactorRequest) UnmarshalJSON(data []byte) error + type CreateSessionResponse struct + ExpiresAt *time.Time + Nonce *string + SessionKey *string + func (c *CreateSessionResponse) GetExpiresAt() *time.Time + func (c *CreateSessionResponse) GetExtraProperties() map[string]interface{} + func (c *CreateSessionResponse) GetNonce() *string + func (c *CreateSessionResponse) GetSessionKey() *string + func (c *CreateSessionResponse) MarshalJSON() ([]byte, error) + func (c *CreateSessionResponse) SetExpiresAt(expiresAt *time.Time) + func (c *CreateSessionResponse) SetNonce(nonce *string) + func (c *CreateSessionResponse) SetSessionKey(sessionKey *string) + func (c *CreateSessionResponse) String() string + func (c *CreateSessionResponse) UnmarshalJSON(data []byte) error + type CreateTenantConnectionResponse struct + ConnectionID *string + func (c *CreateTenantConnectionResponse) GetConnectionID() *string + func (c *CreateTenantConnectionResponse) GetExtraProperties() map[string]interface{} + func (c *CreateTenantConnectionResponse) MarshalJSON() ([]byte, error) + func (c *CreateTenantConnectionResponse) SetConnectionID(connectionID *string) + func (c *CreateTenantConnectionResponse) String() string + func (c *CreateTenantConnectionResponse) UnmarshalJSON(data []byte) error + type CreateThreeDsSessionResponse struct + AdditionalCardBrands []string + CardBrand *string + DirectoryServerID *string + ID *string + Metadata map[string]*string + MethodNotificationURL *string + MethodURL *string + RecommendedVersion *string + RedirectURL *string + Type *string + func (c *CreateThreeDsSessionResponse) GetAdditionalCardBrands() []string + func (c *CreateThreeDsSessionResponse) GetCardBrand() *string + func (c *CreateThreeDsSessionResponse) GetDirectoryServerID() *string + func (c *CreateThreeDsSessionResponse) GetExtraProperties() map[string]interface{} + func (c *CreateThreeDsSessionResponse) GetID() *string + func (c *CreateThreeDsSessionResponse) GetMetadata() map[string]*string + func (c *CreateThreeDsSessionResponse) GetMethodNotificationURL() *string + func (c *CreateThreeDsSessionResponse) GetMethodURL() *string + func (c *CreateThreeDsSessionResponse) GetRecommendedVersion() *string + func (c *CreateThreeDsSessionResponse) GetRedirectURL() *string + func (c *CreateThreeDsSessionResponse) GetType() *string + func (c *CreateThreeDsSessionResponse) MarshalJSON() ([]byte, error) + func (c *CreateThreeDsSessionResponse) SetAdditionalCardBrands(additionalCardBrands []string) + func (c *CreateThreeDsSessionResponse) SetCardBrand(cardBrand *string) + func (c *CreateThreeDsSessionResponse) SetDirectoryServerID(directoryServerID *string) + func (c *CreateThreeDsSessionResponse) SetID(id *string) + func (c *CreateThreeDsSessionResponse) SetMetadata(metadata map[string]*string) + func (c *CreateThreeDsSessionResponse) SetMethodNotificationURL(methodNotificationURL *string) + func (c *CreateThreeDsSessionResponse) SetMethodURL(methodURL *string) + func (c *CreateThreeDsSessionResponse) SetRecommendedVersion(recommendedVersion *string) + func (c *CreateThreeDsSessionResponse) SetRedirectURL(redirectURL *string) + func (c *CreateThreeDsSessionResponse) SetType(type_ *string) + func (c *CreateThreeDsSessionResponse) String() string + func (c *CreateThreeDsSessionResponse) UnmarshalJSON(data []byte) error + type CreateTokenIntentRequest struct + Data any + Encrypted *string + Type string + func (c *CreateTokenIntentRequest) MarshalJSON() ([]byte, error) + func (c *CreateTokenIntentRequest) SetData(data any) + func (c *CreateTokenIntentRequest) SetEncrypted(encrypted *string) + func (c *CreateTokenIntentRequest) SetType(type_ string) + func (c *CreateTokenIntentRequest) UnmarshalJSON(data []byte) error + type CreateTokenIntentResponse struct + Authentication any + Bank *BankDetails + Card *CardDetails + CreatedAt *time.Time + CreatedBy *string + ExpiresAt *time.Time + Extras *TokenIntentExtras + Fingerprint *string + ID *string + NetworkToken *CardDetails + TenantID *string + Type *string + func (c *CreateTokenIntentResponse) GetAuthentication() any + func (c *CreateTokenIntentResponse) GetBank() *BankDetails + func (c *CreateTokenIntentResponse) GetCard() *CardDetails + func (c *CreateTokenIntentResponse) GetCreatedAt() *time.Time + func (c *CreateTokenIntentResponse) GetCreatedBy() *string + func (c *CreateTokenIntentResponse) GetExpiresAt() *time.Time + func (c *CreateTokenIntentResponse) GetExtraProperties() map[string]interface{} + func (c *CreateTokenIntentResponse) GetExtras() *TokenIntentExtras + func (c *CreateTokenIntentResponse) GetFingerprint() *string + func (c *CreateTokenIntentResponse) GetID() *string + func (c *CreateTokenIntentResponse) GetNetworkToken() *CardDetails + func (c *CreateTokenIntentResponse) GetTenantID() *string + func (c *CreateTokenIntentResponse) GetType() *string + func (c *CreateTokenIntentResponse) MarshalJSON() ([]byte, error) + func (c *CreateTokenIntentResponse) SetAuthentication(authentication any) + func (c *CreateTokenIntentResponse) SetBank(bank *BankDetails) + func (c *CreateTokenIntentResponse) SetCard(card *CardDetails) + func (c *CreateTokenIntentResponse) SetCreatedAt(createdAt *time.Time) + func (c *CreateTokenIntentResponse) SetCreatedBy(createdBy *string) + func (c *CreateTokenIntentResponse) SetExpiresAt(expiresAt *time.Time) + func (c *CreateTokenIntentResponse) SetExtras(extras *TokenIntentExtras) + func (c *CreateTokenIntentResponse) SetFingerprint(fingerprint *string) + func (c *CreateTokenIntentResponse) SetID(id *string) + func (c *CreateTokenIntentResponse) SetNetworkToken(networkToken *CardDetails) + func (c *CreateTokenIntentResponse) SetTenantID(tenantID *string) + func (c *CreateTokenIntentResponse) SetType(type_ *string) + func (c *CreateTokenIntentResponse) String() string + func (c *CreateTokenIntentResponse) UnmarshalJSON(data []byte) error + type CreateTokenRequest struct + Containers []string + Data any + DeduplicateToken *bool + Encrypted *string + ExpiresAt *string + FingerprintExpression *string + ID *string + Mask any + Metadata map[string]*string + Privacy *Privacy + SearchIndexes []string + TokenIntentID *string + Type *string + func (c *CreateTokenRequest) GetContainers() []string + func (c *CreateTokenRequest) GetData() any + func (c *CreateTokenRequest) GetDeduplicateToken() *bool + func (c *CreateTokenRequest) GetEncrypted() *string + func (c *CreateTokenRequest) GetExpiresAt() *string + func (c *CreateTokenRequest) GetExtraProperties() map[string]interface{} + func (c *CreateTokenRequest) GetFingerprintExpression() *string + func (c *CreateTokenRequest) GetID() *string + func (c *CreateTokenRequest) GetMask() any + func (c *CreateTokenRequest) GetMetadata() map[string]*string + func (c *CreateTokenRequest) GetPrivacy() *Privacy + func (c *CreateTokenRequest) GetSearchIndexes() []string + func (c *CreateTokenRequest) GetTokenIntentID() *string + func (c *CreateTokenRequest) GetType() *string + func (c *CreateTokenRequest) MarshalJSON() ([]byte, error) + func (c *CreateTokenRequest) SetContainers(containers []string) + func (c *CreateTokenRequest) SetData(data any) + func (c *CreateTokenRequest) SetDeduplicateToken(deduplicateToken *bool) + func (c *CreateTokenRequest) SetEncrypted(encrypted *string) + func (c *CreateTokenRequest) SetExpiresAt(expiresAt *string) + func (c *CreateTokenRequest) SetFingerprintExpression(fingerprintExpression *string) + func (c *CreateTokenRequest) SetID(id *string) + func (c *CreateTokenRequest) SetMask(mask any) + func (c *CreateTokenRequest) SetMetadata(metadata map[string]*string) + func (c *CreateTokenRequest) SetPrivacy(privacy *Privacy) + func (c *CreateTokenRequest) SetSearchIndexes(searchIndexes []string) + func (c *CreateTokenRequest) SetTokenIntentID(tokenIntentID *string) + func (c *CreateTokenRequest) SetType(type_ *string) + func (c *CreateTokenRequest) String() string + func (c *CreateTokenRequest) UnmarshalJSON(data []byte) error + type CreateWebhookRequest struct + Events []string + Name string + NotifyEmail *string + URL string + func (c *CreateWebhookRequest) MarshalJSON() ([]byte, error) + func (c *CreateWebhookRequest) SetEvents(events []string) + func (c *CreateWebhookRequest) SetName(name string) + func (c *CreateWebhookRequest) SetNotifyEmail(notifyEmail *string) + func (c *CreateWebhookRequest) SetURL(url string) + func (c *CreateWebhookRequest) UnmarshalJSON(data []byte) error + type Credentials struct + Card *CredentialsCard + ExpiresAt *time.Time + func (c *Credentials) GetCard() *CredentialsCard + func (c *Credentials) GetExpiresAt() *time.Time + func (c *Credentials) GetExtraProperties() map[string]interface{} + func (c *Credentials) MarshalJSON() ([]byte, error) + func (c *Credentials) SetCard(card *CredentialsCard) + func (c *Credentials) SetExpiresAt(expiresAt *time.Time) + func (c *Credentials) String() string + func (c *Credentials) UnmarshalJSON(data []byte) error + type CredentialsCard struct + Cvc *string + ExpirationMonth *int + ExpirationYear *int + Number *string + func (c *CredentialsCard) GetCvc() *string + func (c *CredentialsCard) GetExpirationMonth() *int + func (c *CredentialsCard) GetExpirationYear() *int + func (c *CredentialsCard) GetExtraProperties() map[string]interface{} + func (c *CredentialsCard) GetNumber() *string + func (c *CredentialsCard) MarshalJSON() ([]byte, error) + func (c *CredentialsCard) SetCvc(cvc *string) + func (c *CredentialsCard) SetExpirationMonth(expirationMonth *int) + func (c *CredentialsCard) SetExpirationYear(expirationYear *int) + func (c *CredentialsCard) SetNumber(number *string) + func (c *CredentialsCard) String() string + func (c *CredentialsCard) UnmarshalJSON(data []byte) error + type CursorPagination struct + Next *string + PageSize *int + func (c *CursorPagination) GetExtraProperties() map[string]interface{} + func (c *CursorPagination) GetNext() *string + func (c *CursorPagination) GetPageSize() *int + func (c *CursorPagination) MarshalJSON() ([]byte, error) + func (c *CursorPagination) SetNext(next *string) + func (c *CursorPagination) SetPageSize(pageSize *int) + func (c *CursorPagination) String() string + func (c *CursorPagination) UnmarshalJSON(data []byte) error + type DeliveryMethod string + const DeliveryMethodAddressBilling + const DeliveryMethodAddressOnFile + const DeliveryMethodAddressOther + const DeliveryMethodElectronic + const DeliveryMethodNoDelivery + const DeliveryMethodPickup + func NewDeliveryMethodFromString(s string) (DeliveryMethod, error) + func (d DeliveryMethod) Ptr() *DeliveryMethod + type DeviceContext struct + AcceptHeader *string + ClientDeviceID string + ClientReferenceID string + ColorDepth *int + IPAddress *string + JavaScriptEnabled bool + LanguageCode string + PlatformType DeviceContextPlatformType + ScreenHeight int + ScreenWidth int + SessionContext *DeviceContextSessionContext + TimeZone string + UserAgentString string + func (d *DeviceContext) GetAcceptHeader() *string + func (d *DeviceContext) GetClientDeviceID() string + func (d *DeviceContext) GetClientReferenceID() string + func (d *DeviceContext) GetColorDepth() *int + func (d *DeviceContext) GetExtraProperties() map[string]interface{} + func (d *DeviceContext) GetIPAddress() *string + func (d *DeviceContext) GetJavaScriptEnabled() bool + func (d *DeviceContext) GetLanguageCode() string + func (d *DeviceContext) GetPlatformType() DeviceContextPlatformType + func (d *DeviceContext) GetScreenHeight() int + func (d *DeviceContext) GetScreenWidth() int + func (d *DeviceContext) GetSessionContext() *DeviceContextSessionContext + func (d *DeviceContext) GetTimeZone() string + func (d *DeviceContext) GetUserAgentString() string + func (d *DeviceContext) MarshalJSON() ([]byte, error) + func (d *DeviceContext) SetAcceptHeader(acceptHeader *string) + func (d *DeviceContext) SetClientDeviceID(clientDeviceID string) + func (d *DeviceContext) SetClientReferenceID(clientReferenceID string) + func (d *DeviceContext) SetColorDepth(colorDepth *int) + func (d *DeviceContext) SetIPAddress(ipAddress *string) + func (d *DeviceContext) SetJavaScriptEnabled(javaScriptEnabled bool) + func (d *DeviceContext) SetLanguageCode(languageCode string) + func (d *DeviceContext) SetPlatformType(platformType DeviceContextPlatformType) + func (d *DeviceContext) SetScreenHeight(screenHeight int) + func (d *DeviceContext) SetScreenWidth(screenWidth int) + func (d *DeviceContext) SetSessionContext(sessionContext *DeviceContextSessionContext) + func (d *DeviceContext) SetTimeZone(timeZone string) + func (d *DeviceContext) SetUserAgentString(userAgentString string) + func (d *DeviceContext) String() string + func (d *DeviceContext) UnmarshalJSON(data []byte) error + type DeviceContextPlatformType string + const DeviceContextPlatformTypeMobile + const DeviceContextPlatformTypeNative + const DeviceContextPlatformTypeWeb + func NewDeviceContextPlatformTypeFromString(s string) (DeviceContextPlatformType, error) + func (d DeviceContextPlatformType) Ptr() *DeviceContextPlatformType + type DeviceContextSessionContext struct + SecureToken *string + func (d *DeviceContextSessionContext) GetExtraProperties() map[string]interface{} + func (d *DeviceContextSessionContext) GetSecureToken() *string + func (d *DeviceContextSessionContext) MarshalJSON() ([]byte, error) + func (d *DeviceContextSessionContext) SetSecureToken(secureToken *string) + func (d *DeviceContextSessionContext) String() string + func (d *DeviceContextSessionContext) UnmarshalJSON(data []byte) error + type DeviceType string + const DeviceTypeConnectedAuto + const DeviceTypeEReader + const DeviceTypeHandheldGamingDevice + const DeviceTypeHomeAppliance + const DeviceTypeLaptop + const DeviceTypeMobilePhone + const DeviceTypeOther + const DeviceTypePersonalAssistant + const DeviceTypeStationaryComputer + const DeviceTypeTablet + const DeviceTypeWearable + func NewDeviceTypeFromString(s string) (DeviceType, error) + func (d DeviceType) Ptr() *DeviceType + type DiscoverConfig struct + MerchantIDMid *string + func (d *DiscoverConfig) GetExtraProperties() map[string]interface{} + func (d *DiscoverConfig) GetMerchantIDMid() *string + func (d *DiscoverConfig) MarshalJSON() ([]byte, error) + func (d *DiscoverConfig) SetMerchantIDMid(merchantIDMid *string) + func (d *DiscoverConfig) String() string + func (d *DiscoverConfig) UnmarshalJSON(data []byte) error + type Document struct + ContentType *string + CreatedAt *time.Time + CreatedBy *string + ID *string + Metadata map[string]*string + TenantID *string + func (d *Document) GetContentType() *string + func (d *Document) GetCreatedAt() *time.Time + func (d *Document) GetCreatedBy() *string + func (d *Document) GetExtraProperties() map[string]interface{} + func (d *Document) GetID() *string + func (d *Document) GetMetadata() map[string]*string + func (d *Document) GetTenantID() *string + func (d *Document) MarshalJSON() ([]byte, error) + func (d *Document) SetContentType(contentType *string) + func (d *Document) SetCreatedAt(createdAt *time.Time) + func (d *Document) SetCreatedBy(createdBy *string) + func (d *Document) SetID(id *string) + func (d *Document) SetMetadata(metadata map[string]*string) + func (d *Document) SetTenantID(tenantID *string) + func (d *Document) String() string + func (d *Document) UnmarshalJSON(data []byte) error + type DocumentsUploadRequest struct + Document io.Reader + Request *CreateDocumentRequest + type DomainRegistrationResponse struct + Domain *string + Status *string + func (d *DomainRegistrationResponse) GetDomain() *string + func (d *DomainRegistrationResponse) GetExtraProperties() map[string]interface{} + func (d *DomainRegistrationResponse) GetStatus() *string + func (d *DomainRegistrationResponse) MarshalJSON() ([]byte, error) + func (d *DomainRegistrationResponse) SetDomain(domain *string) + func (d *DomainRegistrationResponse) SetStatus(status *string) + func (d *DomainRegistrationResponse) String() string + func (d *DomainRegistrationResponse) UnmarshalJSON(data []byte) error + type EncryptionJwk struct + E string + Kid string + N string + func (_SetE *EncryptionJwk) SetE(e string) + func (e *EncryptionJwk) Alg() string + func (e *EncryptionJwk) GetE() string + func (e *EncryptionJwk) GetExtraProperties() map[string]interface{} + func (e *EncryptionJwk) GetKid() string + func (e *EncryptionJwk) GetN() string + func (e *EncryptionJwk) Kty() string + func (e *EncryptionJwk) MarshalJSON() ([]byte, error) + func (e *EncryptionJwk) SetKid(kid string) + func (e *EncryptionJwk) SetN(n string) + func (e *EncryptionJwk) String() string + func (e *EncryptionJwk) UnmarshalJSON(data []byte) error + func (e *EncryptionJwk) Use() string + type EnrichmentsCardDetailsRequest struct + Bin string + func (e *EnrichmentsCardDetailsRequest) SetBin(bin string) + type Enrollment struct + AgentIDs []string + Card *AgenticCard + CreatedAt *time.Time + ID *string + Provider *EnrollmentProvider + Status *EnrollmentStatus + TokenID *string + Type *EnrollmentType + WalletName *string + func (e *Enrollment) GetAgentIDs() []string + func (e *Enrollment) GetCard() *AgenticCard + func (e *Enrollment) GetCreatedAt() *time.Time + func (e *Enrollment) GetExtraProperties() map[string]interface{} + func (e *Enrollment) GetID() *string + func (e *Enrollment) GetProvider() *EnrollmentProvider + func (e *Enrollment) GetStatus() *EnrollmentStatus + func (e *Enrollment) GetTokenID() *string + func (e *Enrollment) GetType() *EnrollmentType + func (e *Enrollment) GetWalletName() *string + func (e *Enrollment) MarshalJSON() ([]byte, error) + func (e *Enrollment) SetAgentIDs(agentIDs []string) + func (e *Enrollment) SetCard(card *AgenticCard) + func (e *Enrollment) SetCreatedAt(createdAt *time.Time) + func (e *Enrollment) SetID(id *string) + func (e *Enrollment) SetProvider(provider *EnrollmentProvider) + func (e *Enrollment) SetStatus(status *EnrollmentStatus) + func (e *Enrollment) SetTokenID(tokenID *string) + func (e *Enrollment) SetType(type_ *EnrollmentType) + func (e *Enrollment) SetWalletName(walletName *string) + func (e *Enrollment) String() string + func (e *Enrollment) UnmarshalJSON(data []byte) error + type EnrollmentList struct + Data []*Enrollment + Pagination *EnrollmentListPagination + func (e *EnrollmentList) GetData() []*Enrollment + func (e *EnrollmentList) GetExtraProperties() map[string]interface{} + func (e *EnrollmentList) GetPagination() *EnrollmentListPagination + func (e *EnrollmentList) MarshalJSON() ([]byte, error) + func (e *EnrollmentList) SetData(data []*Enrollment) + func (e *EnrollmentList) SetPagination(pagination *EnrollmentListPagination) + func (e *EnrollmentList) String() string + func (e *EnrollmentList) UnmarshalJSON(data []byte) error + type EnrollmentListPagination struct + HasMore *bool + NextCursor *string + func (e *EnrollmentListPagination) GetExtraProperties() map[string]interface{} + func (e *EnrollmentListPagination) GetHasMore() *bool + func (e *EnrollmentListPagination) GetNextCursor() *string + func (e *EnrollmentListPagination) MarshalJSON() ([]byte, error) + func (e *EnrollmentListPagination) SetHasMore(hasMore *bool) + func (e *EnrollmentListPagination) SetNextCursor(nextCursor *string) + func (e *EnrollmentListPagination) String() string + func (e *EnrollmentListPagination) UnmarshalJSON(data []byte) error + type EnrollmentProvider string + const EnrollmentProviderMastercard + const EnrollmentProviderMastercardMock + const EnrollmentProviderVisa + const EnrollmentProviderVisaMock + func NewEnrollmentProviderFromString(s string) (EnrollmentProvider, error) + func (e EnrollmentProvider) Ptr() *EnrollmentProvider + type EnrollmentStatus string + const EnrollmentStatusActive + const EnrollmentStatusDeleted + const EnrollmentStatusFailed + const EnrollmentStatusPendingVerification + const EnrollmentStatusSuspended + func NewEnrollmentStatusFromString(s string) (EnrollmentStatus, error) + func (e EnrollmentStatus) Ptr() *EnrollmentStatus + type EnrollmentType string + const EnrollmentTypeAgentic + const EnrollmentTypeAutofill + func NewEnrollmentTypeFromString(s string) (EnrollmentType, error) + func (e EnrollmentType) Ptr() *EnrollmentType + type EventTypes = []string + type FileParam struct + func NewFileParam(reader io.Reader, filename string, contentType string, opts ...FileParamOption) *FileParam + func (f *FileParam) ContentType() string + func (f *FileParam) Name() string + type FileParamOption interface + type ForbiddenError struct + Body *ProblemDetails + func (f *ForbiddenError) MarshalJSON() ([]byte, error) + func (f *ForbiddenError) UnmarshalJSON(data []byte) error + func (f *ForbiddenError) Unwrap() error + type GetApplications struct + ID []string + Page *int + Size *int + Start *string + Type []string + func (g *GetApplications) GetExtraProperties() map[string]interface{} + func (g *GetApplications) GetID() []string + func (g *GetApplications) GetPage() *int + func (g *GetApplications) GetSize() *int + func (g *GetApplications) GetStart() *string + func (g *GetApplications) GetType() []string + func (g *GetApplications) MarshalJSON() ([]byte, error) + func (g *GetApplications) SetID(id []string) + func (g *GetApplications) SetPage(page *int) + func (g *GetApplications) SetSize(size *int) + func (g *GetApplications) SetStart(start *string) + func (g *GetApplications) SetType(type_ []string) + func (g *GetApplications) String() string + func (g *GetApplications) UnmarshalJSON(data []byte) error + type GetLogs struct + EndDate *time.Time + EntityID *string + EntityType *string + Page *int + Size *int + Start *string + StartDate *time.Time + func (g *GetLogs) GetEndDate() *time.Time + func (g *GetLogs) GetEntityID() *string + func (g *GetLogs) GetEntityType() *string + func (g *GetLogs) GetExtraProperties() map[string]interface{} + func (g *GetLogs) GetPage() *int + func (g *GetLogs) GetSize() *int + func (g *GetLogs) GetStart() *string + func (g *GetLogs) GetStartDate() *time.Time + func (g *GetLogs) MarshalJSON() ([]byte, error) + func (g *GetLogs) SetEndDate(endDate *time.Time) + func (g *GetLogs) SetEntityID(entityID *string) + func (g *GetLogs) SetEntityType(entityType *string) + func (g *GetLogs) SetPage(page *int) + func (g *GetLogs) SetSize(size *int) + func (g *GetLogs) SetStart(start *string) + func (g *GetLogs) SetStartDate(startDate *time.Time) + func (g *GetLogs) String() string + func (g *GetLogs) UnmarshalJSON(data []byte) error + type GetPermissions struct + ApplicationType *string + func (g *GetPermissions) GetApplicationType() *string + func (g *GetPermissions) GetExtraProperties() map[string]interface{} + func (g *GetPermissions) MarshalJSON() ([]byte, error) + func (g *GetPermissions) SetApplicationType(applicationType *string) + func (g *GetPermissions) String() string + func (g *GetPermissions) UnmarshalJSON(data []byte) error + type GetProxies struct + ID []string + Name *string + Page *int + Size *int + Start *string + func (g *GetProxies) GetExtraProperties() map[string]interface{} + func (g *GetProxies) GetID() []string + func (g *GetProxies) GetName() *string + func (g *GetProxies) GetPage() *int + func (g *GetProxies) GetSize() *int + func (g *GetProxies) GetStart() *string + func (g *GetProxies) MarshalJSON() ([]byte, error) + func (g *GetProxies) SetID(id []string) + func (g *GetProxies) SetName(name *string) + func (g *GetProxies) SetPage(page *int) + func (g *GetProxies) SetSize(size *int) + func (g *GetProxies) SetStart(start *string) + func (g *GetProxies) String() string + func (g *GetProxies) UnmarshalJSON(data []byte) error + type GetReactorFormulas struct + Name *string + Page *int + Size *int + Start *string + func (g *GetReactorFormulas) GetExtraProperties() map[string]interface{} + func (g *GetReactorFormulas) GetName() *string + func (g *GetReactorFormulas) GetPage() *int + func (g *GetReactorFormulas) GetSize() *int + func (g *GetReactorFormulas) GetStart() *string + func (g *GetReactorFormulas) MarshalJSON() ([]byte, error) + func (g *GetReactorFormulas) SetName(name *string) + func (g *GetReactorFormulas) SetPage(page *int) + func (g *GetReactorFormulas) SetSize(size *int) + func (g *GetReactorFormulas) SetStart(start *string) + func (g *GetReactorFormulas) String() string + func (g *GetReactorFormulas) UnmarshalJSON(data []byte) error + type GetReactors struct + ID []string + Name *string + Page *int + Size *int + Start *string + func (g *GetReactors) GetExtraProperties() map[string]interface{} + func (g *GetReactors) GetID() []string + func (g *GetReactors) GetName() *string + func (g *GetReactors) GetPage() *int + func (g *GetReactors) GetSize() *int + func (g *GetReactors) GetStart() *string + func (g *GetReactors) MarshalJSON() ([]byte, error) + func (g *GetReactors) SetID(id []string) + func (g *GetReactors) SetName(name *string) + func (g *GetReactors) SetPage(page *int) + func (g *GetReactors) SetSize(size *int) + func (g *GetReactors) SetStart(start *string) + func (g *GetReactors) String() string + func (g *GetReactors) UnmarshalJSON(data []byte) error + type GetTenantInvitations struct + Page *int + Size *int + Start *string + Status *TenantInvitationStatus + func (g *GetTenantInvitations) GetExtraProperties() map[string]interface{} + func (g *GetTenantInvitations) GetPage() *int + func (g *GetTenantInvitations) GetSize() *int + func (g *GetTenantInvitations) GetStart() *string + func (g *GetTenantInvitations) GetStatus() *TenantInvitationStatus + func (g *GetTenantInvitations) MarshalJSON() ([]byte, error) + func (g *GetTenantInvitations) SetPage(page *int) + func (g *GetTenantInvitations) SetSize(size *int) + func (g *GetTenantInvitations) SetStart(start *string) + func (g *GetTenantInvitations) SetStatus(status *TenantInvitationStatus) + func (g *GetTenantInvitations) String() string + func (g *GetTenantInvitations) UnmarshalJSON(data []byte) error + type GetTenantMembers struct + Page *int + Size *int + Start *string + UserID []string + func (g *GetTenantMembers) GetExtraProperties() map[string]interface{} + func (g *GetTenantMembers) GetPage() *int + func (g *GetTenantMembers) GetSize() *int + func (g *GetTenantMembers) GetStart() *string + func (g *GetTenantMembers) GetUserID() []string + func (g *GetTenantMembers) MarshalJSON() ([]byte, error) + func (g *GetTenantMembers) SetPage(page *int) + func (g *GetTenantMembers) SetSize(size *int) + func (g *GetTenantMembers) SetStart(start *string) + func (g *GetTenantMembers) SetUserID(userID []string) + func (g *GetTenantMembers) String() string + func (g *GetTenantMembers) UnmarshalJSON(data []byte) error + type GetTokensV2 struct + Container *string + Fingerprint *string + Metadata map[string]*string + Size *int + Start *string + Type *string + func (g *GetTokensV2) GetContainer() *string + func (g *GetTokensV2) GetExtraProperties() map[string]interface{} + func (g *GetTokensV2) GetFingerprint() *string + func (g *GetTokensV2) GetMetadata() map[string]*string + func (g *GetTokensV2) GetSize() *int + func (g *GetTokensV2) GetStart() *string + func (g *GetTokensV2) GetType() *string + func (g *GetTokensV2) MarshalJSON() ([]byte, error) + func (g *GetTokensV2) SetContainer(container *string) + func (g *GetTokensV2) SetFingerprint(fingerprint *string) + func (g *GetTokensV2) SetMetadata(metadata map[string]*string) + func (g *GetTokensV2) SetSize(size *int) + func (g *GetTokensV2) SetStart(start *string) + func (g *GetTokensV2) SetType(type_ *string) + func (g *GetTokensV2) String() string + func (g *GetTokensV2) UnmarshalJSON(data []byte) error + type GooglePayCreateRequest struct + ExpiresAt *string + GooglePaymentData *GooglePayMethodToken + MerchantRegistrationID *string + func (g *GooglePayCreateRequest) MarshalJSON() ([]byte, error) + func (g *GooglePayCreateRequest) SetExpiresAt(expiresAt *string) + func (g *GooglePayCreateRequest) SetGooglePaymentData(googlePaymentData *GooglePayMethodToken) + func (g *GooglePayCreateRequest) SetMerchantRegistrationID(merchantRegistrationID *string) + func (g *GooglePayCreateRequest) UnmarshalJSON(data []byte) error + type GooglePayCreateResponse struct + GooglePay *GooglePayToken + TokenIntent *CreateTokenIntentResponse + func (g *GooglePayCreateResponse) GetExtraProperties() map[string]interface{} + func (g *GooglePayCreateResponse) GetGooglePay() *GooglePayToken + func (g *GooglePayCreateResponse) GetTokenIntent() *CreateTokenIntentResponse + func (g *GooglePayCreateResponse) MarshalJSON() ([]byte, error) + func (g *GooglePayCreateResponse) SetGooglePay(googlePay *GooglePayToken) + func (g *GooglePayCreateResponse) SetTokenIntent(tokenIntent *CreateTokenIntentResponse) + func (g *GooglePayCreateResponse) String() string + func (g *GooglePayCreateResponse) UnmarshalJSON(data []byte) error + type GooglePayMerchant struct + CreatedAt *time.Time + CreatedBy *string + ID *string + MerchantIdentifier *string + TenantID *string + func (g *GooglePayMerchant) GetCreatedAt() *time.Time + func (g *GooglePayMerchant) GetCreatedBy() *string + func (g *GooglePayMerchant) GetExtraProperties() map[string]interface{} + func (g *GooglePayMerchant) GetID() *string + func (g *GooglePayMerchant) GetMerchantIdentifier() *string + func (g *GooglePayMerchant) GetTenantID() *string + func (g *GooglePayMerchant) MarshalJSON() ([]byte, error) + func (g *GooglePayMerchant) SetCreatedAt(createdAt *time.Time) + func (g *GooglePayMerchant) SetCreatedBy(createdBy *string) + func (g *GooglePayMerchant) SetID(id *string) + func (g *GooglePayMerchant) SetMerchantIdentifier(merchantIdentifier *string) + func (g *GooglePayMerchant) SetTenantID(tenantID *string) + func (g *GooglePayMerchant) String() string + func (g *GooglePayMerchant) UnmarshalJSON(data []byte) error + type GooglePayMerchantCertificates struct + CreatedAt *time.Time + CreatedBy *string + ID *string + MerchantCertificateExpirationDate *time.Time + MerchantCertificateFingerprint *string + TenantID *string + func (g *GooglePayMerchantCertificates) GetCreatedAt() *time.Time + func (g *GooglePayMerchantCertificates) GetCreatedBy() *string + func (g *GooglePayMerchantCertificates) GetExtraProperties() map[string]interface{} + func (g *GooglePayMerchantCertificates) GetID() *string + func (g *GooglePayMerchantCertificates) GetMerchantCertificateExpirationDate() *time.Time + func (g *GooglePayMerchantCertificates) GetMerchantCertificateFingerprint() *string + func (g *GooglePayMerchantCertificates) GetTenantID() *string + func (g *GooglePayMerchantCertificates) MarshalJSON() ([]byte, error) + func (g *GooglePayMerchantCertificates) SetCreatedAt(createdAt *time.Time) + func (g *GooglePayMerchantCertificates) SetCreatedBy(createdBy *string) + func (g *GooglePayMerchantCertificates) SetID(id *string) + func (g *GooglePayMerchantCertificates) SetMerchantCertificateExpirationDate(merchantCertificateExpirationDate *time.Time) + func (g *GooglePayMerchantCertificates) SetMerchantCertificateFingerprint(merchantCertificateFingerprint *string) + func (g *GooglePayMerchantCertificates) SetTenantID(tenantID *string) + func (g *GooglePayMerchantCertificates) String() string + func (g *GooglePayMerchantCertificates) UnmarshalJSON(data []byte) error + type GooglePayMethodToken struct + IntermediateSigningKey *IntermediateSigningKey + ProtocolVersion *string + Signature *string + SignedMessage *string + func (g *GooglePayMethodToken) GetExtraProperties() map[string]interface{} + func (g *GooglePayMethodToken) GetIntermediateSigningKey() *IntermediateSigningKey + func (g *GooglePayMethodToken) GetProtocolVersion() *string + func (g *GooglePayMethodToken) GetSignature() *string + func (g *GooglePayMethodToken) GetSignedMessage() *string + func (g *GooglePayMethodToken) MarshalJSON() ([]byte, error) + func (g *GooglePayMethodToken) SetIntermediateSigningKey(intermediateSigningKey *IntermediateSigningKey) + func (g *GooglePayMethodToken) SetProtocolVersion(protocolVersion *string) + func (g *GooglePayMethodToken) SetSignature(signature *string) + func (g *GooglePayMethodToken) SetSignedMessage(signedMessage *string) + func (g *GooglePayMethodToken) String() string + func (g *GooglePayMethodToken) UnmarshalJSON(data []byte) error + type GooglePayToken struct + Authentication *TokenAuthentication + Card *CardDetails + CreatedAt *time.Time + CreatedBy *string + Data any + Details *TokenServiceProviderDetails + ExpiresAt *time.Time + Fingerprint *string + ID *string + IngestSource *string + ModifiedAt *time.Time + ModifiedBy *string + Status *string + TenantID *string + Type *string + func (g *GooglePayToken) GetAuthentication() *TokenAuthentication + func (g *GooglePayToken) GetCard() *CardDetails + func (g *GooglePayToken) GetCreatedAt() *time.Time + func (g *GooglePayToken) GetCreatedBy() *string + func (g *GooglePayToken) GetData() any + func (g *GooglePayToken) GetDetails() *TokenServiceProviderDetails + func (g *GooglePayToken) GetExpiresAt() *time.Time + func (g *GooglePayToken) GetExtraProperties() map[string]interface{} + func (g *GooglePayToken) GetFingerprint() *string + func (g *GooglePayToken) GetID() *string + func (g *GooglePayToken) GetIngestSource() *string + func (g *GooglePayToken) GetModifiedAt() *time.Time + func (g *GooglePayToken) GetModifiedBy() *string + func (g *GooglePayToken) GetStatus() *string + func (g *GooglePayToken) GetTenantID() *string + func (g *GooglePayToken) GetType() *string + func (g *GooglePayToken) MarshalJSON() ([]byte, error) + func (g *GooglePayToken) SetAuthentication(authentication *TokenAuthentication) + func (g *GooglePayToken) SetCard(card *CardDetails) + func (g *GooglePayToken) SetCreatedAt(createdAt *time.Time) + func (g *GooglePayToken) SetCreatedBy(createdBy *string) + func (g *GooglePayToken) SetData(data any) + func (g *GooglePayToken) SetDetails(details *TokenServiceProviderDetails) + func (g *GooglePayToken) SetExpiresAt(expiresAt *time.Time) + func (g *GooglePayToken) SetFingerprint(fingerprint *string) + func (g *GooglePayToken) SetID(id *string) + func (g *GooglePayToken) SetIngestSource(ingestSource *string) + func (g *GooglePayToken) SetModifiedAt(modifiedAt *time.Time) + func (g *GooglePayToken) SetModifiedBy(modifiedBy *string) + func (g *GooglePayToken) SetStatus(status *string) + func (g *GooglePayToken) SetTenantID(tenantID *string) + func (g *GooglePayToken) SetType(type_ *string) + func (g *GooglePayToken) String() string + func (g *GooglePayToken) UnmarshalJSON(data []byte) error + type GooglePayTokenizeRequest struct + GooglePaymentMethodToken *GooglePayMethodToken + func (g *GooglePayTokenizeRequest) GetExtraProperties() map[string]interface{} + func (g *GooglePayTokenizeRequest) GetGooglePaymentMethodToken() *GooglePayMethodToken + func (g *GooglePayTokenizeRequest) MarshalJSON() ([]byte, error) + func (g *GooglePayTokenizeRequest) SetGooglePaymentMethodToken(googlePaymentMethodToken *GooglePayMethodToken) + func (g *GooglePayTokenizeRequest) String() string + func (g *GooglePayTokenizeRequest) UnmarshalJSON(data []byte) error + type GooglePayTokenizeResponse struct + TokenIntent *CreateTokenIntentResponse + func (g *GooglePayTokenizeResponse) GetExtraProperties() map[string]interface{} + func (g *GooglePayTokenizeResponse) GetTokenIntent() *CreateTokenIntentResponse + func (g *GooglePayTokenizeResponse) MarshalJSON() ([]byte, error) + func (g *GooglePayTokenizeResponse) SetTokenIntent(tokenIntent *CreateTokenIntentResponse) + func (g *GooglePayTokenizeResponse) String() string + func (g *GooglePayTokenizeResponse) UnmarshalJSON(data []byte) error + type Header struct + ApplicationData *string + EphemeralPublicKey *string + PublicKeyHash *string + TransactionID *string + func (h *Header) GetApplicationData() *string + func (h *Header) GetEphemeralPublicKey() *string + func (h *Header) GetExtraProperties() map[string]interface{} + func (h *Header) GetPublicKeyHash() *string + func (h *Header) GetTransactionID() *string + func (h *Header) MarshalJSON() ([]byte, error) + func (h *Header) SetApplicationData(applicationData *string) + func (h *Header) SetEphemeralPublicKey(ephemeralPublicKey *string) + func (h *Header) SetPublicKeyHash(publicKeyHash *string) + func (h *Header) SetTransactionID(transactionID *string) + func (h *Header) String() string + func (h *Header) UnmarshalJSON(data []byte) error + type InstanceDetails struct + Brand *string + IPAddress *string + Type *DeviceType + func (i *InstanceDetails) GetBrand() *string + func (i *InstanceDetails) GetExtraProperties() map[string]interface{} + func (i *InstanceDetails) GetIPAddress() *string + func (i *InstanceDetails) GetType() *DeviceType + func (i *InstanceDetails) MarshalJSON() ([]byte, error) + func (i *InstanceDetails) SetBrand(brand *string) + func (i *InstanceDetails) SetIPAddress(ipAddress *string) + func (i *InstanceDetails) SetType(type_ *DeviceType) + func (i *InstanceDetails) String() string + func (i *InstanceDetails) UnmarshalJSON(data []byte) error + type Instruction struct + Amount *Amount + CreatedAt *time.Time + Description *string + EnrollmentID *string + ExpiresAt *time.Time + ID *string + Recurring *Recurring + Status *InstructionStatus + Type *InstructionType + func (i *Instruction) GetAmount() *Amount + func (i *Instruction) GetCreatedAt() *time.Time + func (i *Instruction) GetDescription() *string + func (i *Instruction) GetEnrollmentID() *string + func (i *Instruction) GetExpiresAt() *time.Time + func (i *Instruction) GetExtraProperties() map[string]interface{} + func (i *Instruction) GetID() *string + func (i *Instruction) GetRecurring() *Recurring + func (i *Instruction) GetStatus() *InstructionStatus + func (i *Instruction) GetType() *InstructionType + func (i *Instruction) MarshalJSON() ([]byte, error) + func (i *Instruction) SetAmount(amount *Amount) + func (i *Instruction) SetCreatedAt(createdAt *time.Time) + func (i *Instruction) SetDescription(description *string) + func (i *Instruction) SetEnrollmentID(enrollmentID *string) + func (i *Instruction) SetExpiresAt(expiresAt *time.Time) + func (i *Instruction) SetID(id *string) + func (i *Instruction) SetRecurring(recurring *Recurring) + func (i *Instruction) SetStatus(status *InstructionStatus) + func (i *Instruction) SetType(type_ *InstructionType) + func (i *Instruction) String() string + func (i *Instruction) UnmarshalJSON(data []byte) error + type InstructionList struct + Data []*Instruction + Pagination *InstructionListPagination + func (i *InstructionList) GetData() []*Instruction + func (i *InstructionList) GetExtraProperties() map[string]interface{} + func (i *InstructionList) GetPagination() *InstructionListPagination + func (i *InstructionList) MarshalJSON() ([]byte, error) + func (i *InstructionList) SetData(data []*Instruction) + func (i *InstructionList) SetPagination(pagination *InstructionListPagination) + func (i *InstructionList) String() string + func (i *InstructionList) UnmarshalJSON(data []byte) error + type InstructionListPagination struct + HasMore *bool + NextCursor *string + func (i *InstructionListPagination) GetExtraProperties() map[string]interface{} + func (i *InstructionListPagination) GetHasMore() *bool + func (i *InstructionListPagination) GetNextCursor() *string + func (i *InstructionListPagination) MarshalJSON() ([]byte, error) + func (i *InstructionListPagination) SetHasMore(hasMore *bool) + func (i *InstructionListPagination) SetNextCursor(nextCursor *string) + func (i *InstructionListPagination) String() string + func (i *InstructionListPagination) UnmarshalJSON(data []byte) error + type InstructionStatus string + const InstructionStatusActive + const InstructionStatusApproved + const InstructionStatusCancelled + const InstructionStatusExpired + const InstructionStatusPending + const InstructionStatusPendingVerification + func NewInstructionStatusFromString(s string) (InstructionStatus, error) + func (i InstructionStatus) Ptr() *InstructionStatus + type InstructionType string + const InstructionTypeAgentic + const InstructionTypeAutofill + func NewInstructionTypeFromString(s string) (InstructionType, error) + func (i InstructionType) Ptr() *InstructionType + type IntermediateSigningKey struct + Signatures []string + SignedKey *string + func (i *IntermediateSigningKey) GetExtraProperties() map[string]interface{} + func (i *IntermediateSigningKey) GetSignatures() []string + func (i *IntermediateSigningKey) GetSignedKey() *string + func (i *IntermediateSigningKey) MarshalJSON() ([]byte, error) + func (i *IntermediateSigningKey) SetSignatures(signatures []string) + func (i *IntermediateSigningKey) SetSignedKey(signedKey *string) + func (i *IntermediateSigningKey) String() string + func (i *IntermediateSigningKey) UnmarshalJSON(data []byte) error + type InternalServerError struct + Body *ProblemDetails + func (i *InternalServerError) MarshalJSON() ([]byte, error) + func (i *InternalServerError) UnmarshalJSON(data []byte) error + func (i *InternalServerError) Unwrap() error + type Log struct + ActorID *string + ActorType *string + CreatedAt *time.Time + EntityID *string + EntityType *string + ID *string + Message *string + Operation *string + TenantID *string + func (l *Log) GetActorID() *string + func (l *Log) GetActorType() *string + func (l *Log) GetCreatedAt() *time.Time + func (l *Log) GetEntityID() *string + func (l *Log) GetEntityType() *string + func (l *Log) GetExtraProperties() map[string]interface{} + func (l *Log) GetID() *string + func (l *Log) GetMessage() *string + func (l *Log) GetOperation() *string + func (l *Log) GetTenantID() *string + func (l *Log) MarshalJSON() ([]byte, error) + func (l *Log) SetActorID(actorID *string) + func (l *Log) SetActorType(actorType *string) + func (l *Log) SetCreatedAt(createdAt *time.Time) + func (l *Log) SetEntityID(entityID *string) + func (l *Log) SetEntityType(entityType *string) + func (l *Log) SetID(id *string) + func (l *Log) SetMessage(message *string) + func (l *Log) SetOperation(operation *string) + func (l *Log) SetTenantID(tenantID *string) + func (l *Log) String() string + func (l *Log) UnmarshalJSON(data []byte) error + type LogEntityType struct + DisplayName *string + Value *string + func (l *LogEntityType) GetDisplayName() *string + func (l *LogEntityType) GetExtraProperties() map[string]interface{} + func (l *LogEntityType) GetValue() *string + func (l *LogEntityType) MarshalJSON() ([]byte, error) + func (l *LogEntityType) SetDisplayName(displayName *string) + func (l *LogEntityType) SetValue(value *string) + func (l *LogEntityType) String() string + func (l *LogEntityType) UnmarshalJSON(data []byte) error + type LogPaginatedList struct + Data []*Log + Pagination *Pagination + func (l *LogPaginatedList) GetData() []*Log + func (l *LogPaginatedList) GetExtraProperties() map[string]interface{} + func (l *LogPaginatedList) GetPagination() *Pagination + func (l *LogPaginatedList) MarshalJSON() ([]byte, error) + func (l *LogPaginatedList) SetData(data []*Log) + func (l *LogPaginatedList) SetPagination(pagination *Pagination) + func (l *LogPaginatedList) String() string + func (l *LogPaginatedList) UnmarshalJSON(data []byte) error + type LogsListRequest struct + EndDate *time.Time + EntityID *string + EntityType *string + Page *int + Size *int + Start *string + StartDate *time.Time + func (l *LogsListRequest) SetEndDate(endDate *time.Time) + func (l *LogsListRequest) SetEntityID(entityID *string) + func (l *LogsListRequest) SetEntityType(entityType *string) + func (l *LogsListRequest) SetPage(page *int) + func (l *LogsListRequest) SetSize(size *int) + func (l *LogsListRequest) SetStart(start *string) + func (l *LogsListRequest) SetStartDate(startDate *time.Time) + type MastercardConfig struct + MerchantIDMid *string + func (m *MastercardConfig) GetExtraProperties() map[string]interface{} + func (m *MastercardConfig) GetMerchantIDMid() *string + func (m *MastercardConfig) MarshalJSON() ([]byte, error) + func (m *MastercardConfig) SetMerchantIDMid(merchantIDMid *string) + func (m *MastercardConfig) String() string + func (m *MastercardConfig) UnmarshalJSON(data []byte) error + type MerchantAddress struct + City *string + Country *string + PostalCode *string + StateProvince *string + Street1 *string + Street2 *string + func (m *MerchantAddress) GetCity() *string + func (m *MerchantAddress) GetCountry() *string + func (m *MerchantAddress) GetExtraProperties() map[string]interface{} + func (m *MerchantAddress) GetPostalCode() *string + func (m *MerchantAddress) GetStateProvince() *string + func (m *MerchantAddress) GetStreet1() *string + func (m *MerchantAddress) GetStreet2() *string + func (m *MerchantAddress) MarshalJSON() ([]byte, error) + func (m *MerchantAddress) SetCity(city *string) + func (m *MerchantAddress) SetCountry(country *string) + func (m *MerchantAddress) SetPostalCode(postalCode *string) + func (m *MerchantAddress) SetStateProvince(stateProvince *string) + func (m *MerchantAddress) SetStreet1(street1 *string) + func (m *MerchantAddress) SetStreet2(street2 *string) + func (m *MerchantAddress) String() string + func (m *MerchantAddress) UnmarshalJSON(data []byte) error + type MerchantContact struct + Email *string + Name *string + PhoneNumber *string + Title *string + func (m *MerchantContact) GetEmail() *string + func (m *MerchantContact) GetExtraProperties() map[string]interface{} + func (m *MerchantContact) GetName() *string + func (m *MerchantContact) GetPhoneNumber() *string + func (m *MerchantContact) GetTitle() *string + func (m *MerchantContact) MarshalJSON() ([]byte, error) + func (m *MerchantContact) SetEmail(email *string) + func (m *MerchantContact) SetName(name *string) + func (m *MerchantContact) SetPhoneNumber(phoneNumber *string) + func (m *MerchantContact) SetTitle(title *string) + func (m *MerchantContact) String() string + func (m *MerchantContact) UnmarshalJSON(data []byte) error + type MerchantDetails struct + CardNetworkInfo *CardNetworkInfo + Merchant *MerchantInfo + func (m *MerchantDetails) GetCardNetworkInfo() *CardNetworkInfo + func (m *MerchantDetails) GetExtraProperties() map[string]interface{} + func (m *MerchantDetails) GetMerchant() *MerchantInfo + func (m *MerchantDetails) MarshalJSON() ([]byte, error) + func (m *MerchantDetails) SetCardNetworkInfo(cardNetworkInfo *CardNetworkInfo) + func (m *MerchantDetails) SetMerchant(merchant *MerchantInfo) + func (m *MerchantDetails) String() string + func (m *MerchantDetails) UnmarshalJSON(data []byte) error + type MerchantInfo struct + Address *MerchantAddress + BusinessDescription *string + CategoryCodeMcc *string + Contact *MerchantContact + Descriptor *string + DoingBusinessAs *string + FullLegalName *string + ParentCompanyName *string + Registration *MerchantRegistration + WebsiteURL *string + func (m *MerchantInfo) GetAddress() *MerchantAddress + func (m *MerchantInfo) GetBusinessDescription() *string + func (m *MerchantInfo) GetCategoryCodeMcc() *string + func (m *MerchantInfo) GetContact() *MerchantContact + func (m *MerchantInfo) GetDescriptor() *string + func (m *MerchantInfo) GetDoingBusinessAs() *string + func (m *MerchantInfo) GetExtraProperties() map[string]interface{} + func (m *MerchantInfo) GetFullLegalName() *string + func (m *MerchantInfo) GetParentCompanyName() *string + func (m *MerchantInfo) GetRegistration() *MerchantRegistration + func (m *MerchantInfo) GetWebsiteURL() *string + func (m *MerchantInfo) MarshalJSON() ([]byte, error) + func (m *MerchantInfo) SetAddress(address *MerchantAddress) + func (m *MerchantInfo) SetBusinessDescription(businessDescription *string) + func (m *MerchantInfo) SetCategoryCodeMcc(categoryCodeMcc *string) + func (m *MerchantInfo) SetContact(contact *MerchantContact) + func (m *MerchantInfo) SetDescriptor(descriptor *string) + func (m *MerchantInfo) SetDoingBusinessAs(doingBusinessAs *string) + func (m *MerchantInfo) SetFullLegalName(fullLegalName *string) + func (m *MerchantInfo) SetParentCompanyName(parentCompanyName *string) + func (m *MerchantInfo) SetRegistration(registration *MerchantRegistration) + func (m *MerchantInfo) SetWebsiteURL(websiteURL *string) + func (m *MerchantInfo) String() string + func (m *MerchantInfo) UnmarshalJSON(data []byte) error + type MerchantRegistration struct + RegistrationID *string + RegistrationType *string + VatID *string + func (m *MerchantRegistration) GetExtraProperties() map[string]interface{} + func (m *MerchantRegistration) GetRegistrationID() *string + func (m *MerchantRegistration) GetRegistrationType() *string + func (m *MerchantRegistration) GetVatID() *string + func (m *MerchantRegistration) MarshalJSON() ([]byte, error) + func (m *MerchantRegistration) SetRegistrationID(registrationID *string) + func (m *MerchantRegistration) SetRegistrationType(registrationType *string) + func (m *MerchantRegistration) SetVatID(vatID *string) + func (m *MerchantRegistration) String() string + func (m *MerchantRegistration) UnmarshalJSON(data []byte) error + type MerchantServices struct + AccountUpdater *ServiceStatus + AgenticCommerce *ServiceStatus + NetworkToken *ServiceStatus + func (m *MerchantServices) GetAccountUpdater() *ServiceStatus + func (m *MerchantServices) GetAgenticCommerce() *ServiceStatus + func (m *MerchantServices) GetExtraProperties() map[string]interface{} + func (m *MerchantServices) GetNetworkToken() *ServiceStatus + func (m *MerchantServices) MarshalJSON() ([]byte, error) + func (m *MerchantServices) SetAccountUpdater(accountUpdater *ServiceStatus) + func (m *MerchantServices) SetAgenticCommerce(agenticCommerce *ServiceStatus) + func (m *MerchantServices) SetNetworkToken(networkToken *ServiceStatus) + func (m *MerchantServices) String() string + func (m *MerchantServices) UnmarshalJSON(data []byte) error + type MppChallenge struct + AcceptedNetworks []string + Amount string + Currency string + EncryptionJwk *EncryptionJwk + ID string + JwksURI *string + Kid *string + MerchantName string + Realm string + func (m *MppChallenge) GetAcceptedNetworks() []string + func (m *MppChallenge) GetAmount() string + func (m *MppChallenge) GetCurrency() string + func (m *MppChallenge) GetEncryptionJwk() *EncryptionJwk + func (m *MppChallenge) GetExtraProperties() map[string]interface{} + func (m *MppChallenge) GetID() string + func (m *MppChallenge) GetJwksURI() *string + func (m *MppChallenge) GetKid() *string + func (m *MppChallenge) GetMerchantName() string + func (m *MppChallenge) GetRealm() string + func (m *MppChallenge) MarshalJSON() ([]byte, error) + func (m *MppChallenge) SetAcceptedNetworks(acceptedNetworks []string) + func (m *MppChallenge) SetAmount(amount string) + func (m *MppChallenge) SetCurrency(currency string) + func (m *MppChallenge) SetEncryptionJwk(encryptionJwk *EncryptionJwk) + func (m *MppChallenge) SetID(id string) + func (m *MppChallenge) SetJwksURI(jwksURI *string) + func (m *MppChallenge) SetKid(kid *string) + func (m *MppChallenge) SetMerchantName(merchantName string) + func (m *MppChallenge) SetRealm(realm string) + func (m *MppChallenge) String() string + func (m *MppChallenge) UnmarshalJSON(data []byte) error + type MppCredentialsRequest struct + CardID *string + Challenge *MppChallenge + Source *MppSource + func (m *MppCredentialsRequest) GetCardID() *string + func (m *MppCredentialsRequest) GetChallenge() *MppChallenge + func (m *MppCredentialsRequest) GetExtraProperties() map[string]interface{} + func (m *MppCredentialsRequest) GetSource() *MppSource + func (m *MppCredentialsRequest) MarshalJSON() ([]byte, error) + func (m *MppCredentialsRequest) SetCardID(cardID *string) + func (m *MppCredentialsRequest) SetChallenge(challenge *MppChallenge) + func (m *MppCredentialsRequest) SetSource(source *MppSource) + func (m *MppCredentialsRequest) String() string + func (m *MppCredentialsRequest) UnmarshalJSON(data []byte) error + type MppCredentialsResponse = map[string]any + type MppSource struct + AgentID *string + Consumer *Consumer + EnrollmentID *string + ID *string + Type MppSourceType + func (m *MppSource) GetAgentID() *string + func (m *MppSource) GetConsumer() *Consumer + func (m *MppSource) GetEnrollmentID() *string + func (m *MppSource) GetExtraProperties() map[string]interface{} + func (m *MppSource) GetID() *string + func (m *MppSource) GetType() MppSourceType + func (m *MppSource) MarshalJSON() ([]byte, error) + func (m *MppSource) SetAgentID(agentID *string) + func (m *MppSource) SetConsumer(consumer *Consumer) + func (m *MppSource) SetEnrollmentID(enrollmentID *string) + func (m *MppSource) SetID(id *string) + func (m *MppSource) SetType(type_ MppSourceType) + func (m *MppSource) String() string + func (m *MppSource) UnmarshalJSON(data []byte) error + type MppSourceType string + const MppSourceTypeApplePay + const MppSourceTypeGooglePay + const MppSourceTypeNetworkToken + const MppSourceTypeToken + const MppSourceTypeVisaIntelligentCommerce + func NewMppSourceTypeFromString(s string) (MppSourceType, error) + func (m MppSourceType) Ptr() *MppSourceType + type NetworkStatusDetail struct + Status *string + StatusReason *string + StatusReasonCode *string + StatusReasonLabel *string + func (n *NetworkStatusDetail) GetExtraProperties() map[string]interface{} + func (n *NetworkStatusDetail) GetStatus() *string + func (n *NetworkStatusDetail) GetStatusReason() *string + func (n *NetworkStatusDetail) GetStatusReasonCode() *string + func (n *NetworkStatusDetail) GetStatusReasonLabel() *string + func (n *NetworkStatusDetail) MarshalJSON() ([]byte, error) + func (n *NetworkStatusDetail) SetStatus(status *string) + func (n *NetworkStatusDetail) SetStatusReason(statusReason *string) + func (n *NetworkStatusDetail) SetStatusReasonCode(statusReasonCode *string) + func (n *NetworkStatusDetail) SetStatusReasonLabel(statusReasonLabel *string) + func (n *NetworkStatusDetail) String() string + func (n *NetworkStatusDetail) UnmarshalJSON(data []byte) error + type NetworkToken struct + Card *CardDetails + CreatedAt *time.Time + CreatedBy *string + Data *Card + Extras *NetworkTokenExtras + ID *string + ModifiedAt *time.Time + ModifiedBy *string + NetworkToken *CardDetails + Par *string + Status *string + TenantID *string + TokenID *string + TokenIntentID *string + func (n *NetworkToken) GetCard() *CardDetails + func (n *NetworkToken) GetCreatedAt() *time.Time + func (n *NetworkToken) GetCreatedBy() *string + func (n *NetworkToken) GetData() *Card + func (n *NetworkToken) GetExtraProperties() map[string]interface{} + func (n *NetworkToken) GetExtras() *NetworkTokenExtras + func (n *NetworkToken) GetID() *string + func (n *NetworkToken) GetModifiedAt() *time.Time + func (n *NetworkToken) GetModifiedBy() *string + func (n *NetworkToken) GetNetworkToken() *CardDetails + func (n *NetworkToken) GetPar() *string + func (n *NetworkToken) GetStatus() *string + func (n *NetworkToken) GetTenantID() *string + func (n *NetworkToken) GetTokenID() *string + func (n *NetworkToken) GetTokenIntentID() *string + func (n *NetworkToken) MarshalJSON() ([]byte, error) + func (n *NetworkToken) SetCard(card *CardDetails) + func (n *NetworkToken) SetCreatedAt(createdAt *time.Time) + func (n *NetworkToken) SetCreatedBy(createdBy *string) + func (n *NetworkToken) SetData(data *Card) + func (n *NetworkToken) SetExtras(extras *NetworkTokenExtras) + func (n *NetworkToken) SetID(id *string) + func (n *NetworkToken) SetModifiedAt(modifiedAt *time.Time) + func (n *NetworkToken) SetModifiedBy(modifiedBy *string) + func (n *NetworkToken) SetNetworkToken(networkToken *CardDetails) + func (n *NetworkToken) SetPar(par *string) + func (n *NetworkToken) SetStatus(status *string) + func (n *NetworkToken) SetTenantID(tenantID *string) + func (n *NetworkToken) SetTokenID(tokenID *string) + func (n *NetworkToken) SetTokenIntentID(tokenIntentID *string) + func (n *NetworkToken) String() string + func (n *NetworkToken) UnmarshalJSON(data []byte) error + type NetworkTokenAccount struct + CardArt *CardArt + func (n *NetworkTokenAccount) GetCardArt() *CardArt + func (n *NetworkTokenAccount) GetExtraProperties() map[string]interface{} + func (n *NetworkTokenAccount) MarshalJSON() ([]byte, error) + func (n *NetworkTokenAccount) SetCardArt(cardArt *CardArt) + func (n *NetworkTokenAccount) String() string + func (n *NetworkTokenAccount) UnmarshalJSON(data []byte) error + type NetworkTokenCryptogram struct + Cryptogram *string + Eci *string + func (n *NetworkTokenCryptogram) GetCryptogram() *string + func (n *NetworkTokenCryptogram) GetEci() *string + func (n *NetworkTokenCryptogram) GetExtraProperties() map[string]interface{} + func (n *NetworkTokenCryptogram) MarshalJSON() ([]byte, error) + func (n *NetworkTokenCryptogram) SetCryptogram(cryptogram *string) + func (n *NetworkTokenCryptogram) SetEci(eci *string) + func (n *NetworkTokenCryptogram) String() string + func (n *NetworkTokenCryptogram) UnmarshalJSON(data []byte) error + type NetworkTokenExtras struct + Deduplicated *bool + func (n *NetworkTokenExtras) GetDeduplicated() *bool + func (n *NetworkTokenExtras) GetExtraProperties() map[string]interface{} + func (n *NetworkTokenExtras) MarshalJSON() ([]byte, error) + func (n *NetworkTokenExtras) SetDeduplicated(deduplicated *bool) + func (n *NetworkTokenExtras) String() string + func (n *NetworkTokenExtras) UnmarshalJSON(data []byte) error + type NotFoundError struct + Body any + func (n *NotFoundError) MarshalJSON() ([]byte, error) + func (n *NotFoundError) UnmarshalJSON(data []byte) error + func (n *NotFoundError) Unwrap() error + type Pagination struct + After *string + Next *string + PageNumber *int + PageSize *int + TotalItems *int + TotalPages *int + func (p *Pagination) GetAfter() *string + func (p *Pagination) GetExtraProperties() map[string]interface{} + func (p *Pagination) GetNext() *string + func (p *Pagination) GetPageNumber() *int + func (p *Pagination) GetPageSize() *int + func (p *Pagination) GetTotalItems() *int + func (p *Pagination) GetTotalPages() *int + func (p *Pagination) MarshalJSON() ([]byte, error) + func (p *Pagination) SetAfter(after *string) + func (p *Pagination) SetNext(next *string) + func (p *Pagination) SetPageNumber(pageNumber *int) + func (p *Pagination) SetPageSize(pageSize *int) + func (p *Pagination) SetTotalItems(totalItems *int) + func (p *Pagination) SetTotalPages(totalPages *int) + func (p *Pagination) String() string + func (p *Pagination) UnmarshalJSON(data []byte) error + type PatchProxyRequest struct + Application *Application + Configuration map[string]*string + DestinationURL *string + DisableDetokenization *bool + Name *string + RequestTransform *ProxyTransform + RequestTransforms []*ProxyTransform + RequireAuth *bool + ResponseTransform *ProxyTransform + ResponseTransforms []*ProxyTransform + func (p *PatchProxyRequest) MarshalJSON() ([]byte, error) + func (p *PatchProxyRequest) SetApplication(application *Application) + func (p *PatchProxyRequest) SetConfiguration(configuration map[string]*string) + func (p *PatchProxyRequest) SetDestinationURL(destinationURL *string) + func (p *PatchProxyRequest) SetDisableDetokenization(disableDetokenization *bool) + func (p *PatchProxyRequest) SetName(name *string) + func (p *PatchProxyRequest) SetRequestTransform(requestTransform *ProxyTransform) + func (p *PatchProxyRequest) SetRequestTransforms(requestTransforms []*ProxyTransform) + func (p *PatchProxyRequest) SetRequireAuth(requireAuth *bool) + func (p *PatchProxyRequest) SetResponseTransform(responseTransform *ProxyTransform) + func (p *PatchProxyRequest) SetResponseTransforms(responseTransforms []*ProxyTransform) + func (p *PatchProxyRequest) UnmarshalJSON(data []byte) error + type PatchReactorRequest struct + Application *Application + Code *string + Configuration map[string]*string + Name *string + Runtime *Runtime + func (p *PatchReactorRequest) MarshalJSON() ([]byte, error) + func (p *PatchReactorRequest) SetApplication(application *Application) + func (p *PatchReactorRequest) SetCode(code *string) + func (p *PatchReactorRequest) SetConfiguration(configuration map[string]*string) + func (p *PatchReactorRequest) SetName(name *string) + func (p *PatchReactorRequest) SetRuntime(runtime *Runtime) + func (p *PatchReactorRequest) UnmarshalJSON(data []byte) error + type PaymentData struct + Data *string + Header *Header + Signature *string + Version *string + func (p *PaymentData) GetData() *string + func (p *PaymentData) GetExtraProperties() map[string]interface{} + func (p *PaymentData) GetHeader() *Header + func (p *PaymentData) GetSignature() *string + func (p *PaymentData) GetVersion() *string + func (p *PaymentData) MarshalJSON() ([]byte, error) + func (p *PaymentData) SetData(data *string) + func (p *PaymentData) SetHeader(header *Header) + func (p *PaymentData) SetSignature(signature *string) + func (p *PaymentData) SetVersion(version *string) + func (p *PaymentData) String() string + func (p *PaymentData) UnmarshalJSON(data []byte) error + type PendingProxy struct + Configuration map[string]*string + DestinationURL *string + RequestTransforms []*ProxyTransform + RequireAuth *bool + ResponseTransforms []*ProxyTransform + func (p *PendingProxy) GetConfiguration() map[string]*string + func (p *PendingProxy) GetDestinationURL() *string + func (p *PendingProxy) GetExtraProperties() map[string]interface{} + func (p *PendingProxy) GetRequestTransforms() []*ProxyTransform + func (p *PendingProxy) GetRequireAuth() *bool + func (p *PendingProxy) GetResponseTransforms() []*ProxyTransform + func (p *PendingProxy) MarshalJSON() ([]byte, error) + func (p *PendingProxy) SetConfiguration(configuration map[string]*string) + func (p *PendingProxy) SetDestinationURL(destinationURL *string) + func (p *PendingProxy) SetRequestTransforms(requestTransforms []*ProxyTransform) + func (p *PendingProxy) SetRequireAuth(requireAuth *bool) + func (p *PendingProxy) SetResponseTransforms(responseTransforms []*ProxyTransform) + func (p *PendingProxy) String() string + func (p *PendingProxy) UnmarshalJSON(data []byte) error + type PendingReactor struct + Code *string + Configuration map[string]*string + Runtime *Runtime + func (p *PendingReactor) GetCode() *string + func (p *PendingReactor) GetConfiguration() map[string]*string + func (p *PendingReactor) GetExtraProperties() map[string]interface{} + func (p *PendingReactor) GetRuntime() *Runtime + func (p *PendingReactor) MarshalJSON() ([]byte, error) + func (p *PendingReactor) SetCode(code *string) + func (p *PendingReactor) SetConfiguration(configuration map[string]*string) + func (p *PendingReactor) SetRuntime(runtime *Runtime) + func (p *PendingReactor) String() string + func (p *PendingReactor) UnmarshalJSON(data []byte) error + type Permission struct + ApplicationTypes []string + Description *string + Type *string + func (p *Permission) GetApplicationTypes() []string + func (p *Permission) GetDescription() *string + func (p *Permission) GetExtraProperties() map[string]interface{} + func (p *Permission) GetType() *string + func (p *Permission) MarshalJSON() ([]byte, error) + func (p *Permission) SetApplicationTypes(applicationTypes []string) + func (p *Permission) SetDescription(description *string) + func (p *Permission) SetType(type_ *string) + func (p *Permission) String() string + func (p *Permission) UnmarshalJSON(data []byte) error + type PermissionsListRequest struct + ApplicationType *string + func (p *PermissionsListRequest) SetApplicationType(applicationType *string) + type Privacy struct + Classification *string + ImpactLevel *string + RestrictionPolicy *string + func (p *Privacy) GetClassification() *string + func (p *Privacy) GetExtraProperties() map[string]interface{} + func (p *Privacy) GetImpactLevel() *string + func (p *Privacy) GetRestrictionPolicy() *string + func (p *Privacy) MarshalJSON() ([]byte, error) + func (p *Privacy) SetClassification(classification *string) + func (p *Privacy) SetImpactLevel(impactLevel *string) + func (p *Privacy) SetRestrictionPolicy(restrictionPolicy *string) + func (p *Privacy) String() string + func (p *Privacy) UnmarshalJSON(data []byte) error + type ProblemDetails struct + Detail *string + ExtraProperties map[string]interface{} + Instance *string + Status *int + Title *string + Type *string + func (p *ProblemDetails) GetDetail() *string + func (p *ProblemDetails) GetExtraProperties() map[string]interface{} + func (p *ProblemDetails) GetInstance() *string + func (p *ProblemDetails) GetStatus() *int + func (p *ProblemDetails) GetTitle() *string + func (p *ProblemDetails) GetType() *string + func (p *ProblemDetails) MarshalJSON() ([]byte, error) + func (p *ProblemDetails) SetDetail(detail *string) + func (p *ProblemDetails) SetInstance(instance *string) + func (p *ProblemDetails) SetStatus(status *int) + func (p *ProblemDetails) SetTitle(title *string) + func (p *ProblemDetails) SetType(type_ *string) + func (p *ProblemDetails) String() string + func (p *ProblemDetails) UnmarshalJSON(data []byte) error + type Product struct + Name string + Price float64 + Quantity int + func (p *Product) GetExtraProperties() map[string]interface{} + func (p *Product) GetName() string + func (p *Product) GetPrice() float64 + func (p *Product) GetQuantity() int + func (p *Product) MarshalJSON() ([]byte, error) + func (p *Product) SetName(name string) + func (p *Product) SetPrice(price float64) + func (p *Product) SetQuantity(quantity int) + func (p *Product) String() string + func (p *Product) UnmarshalJSON(data []byte) error + type ProxiesListRequest struct + ID []*string + Name *string + Page *int + Size *int + Start *string + func (p *ProxiesListRequest) SetID(id []*string) + func (p *ProxiesListRequest) SetName(name *string) + func (p *ProxiesListRequest) SetPage(page *int) + func (p *ProxiesListRequest) SetSize(size *int) + func (p *ProxiesListRequest) SetStart(start *string) + type Proxy struct + ApplicationID *string + ClientCertificate *string + Configuration map[string]*string + CreatedAt *time.Time + CreatedBy *string + DestinationURL *string + DisableDetokenization *bool + ID *string + Key *string + ModifiedAt *time.Time + ModifiedBy *string + Name *string + ProxyHost *string + RequestReactorID *string + RequestTransform *ProxyTransform + RequestTransforms []*ProxyTransform + Requested *RequestedProxy + RequireAuth *bool + ResponseReactorID *string + ResponseTransform *ProxyTransform + ResponseTransforms []*ProxyTransform + State *string + TenantID *string + Timeout *int + func (p *Proxy) GetApplicationID() *string + func (p *Proxy) GetClientCertificate() *string + func (p *Proxy) GetConfiguration() map[string]*string + func (p *Proxy) GetCreatedAt() *time.Time + func (p *Proxy) GetCreatedBy() *string + func (p *Proxy) GetDestinationURL() *string + func (p *Proxy) GetDisableDetokenization() *bool + func (p *Proxy) GetExtraProperties() map[string]interface{} + func (p *Proxy) GetID() *string + func (p *Proxy) GetKey() *string + func (p *Proxy) GetModifiedAt() *time.Time + func (p *Proxy) GetModifiedBy() *string + func (p *Proxy) GetName() *string + func (p *Proxy) GetProxyHost() *string + func (p *Proxy) GetRequestReactorID() *string + func (p *Proxy) GetRequestTransform() *ProxyTransform + func (p *Proxy) GetRequestTransforms() []*ProxyTransform + func (p *Proxy) GetRequested() *RequestedProxy + func (p *Proxy) GetRequireAuth() *bool + func (p *Proxy) GetResponseReactorID() *string + func (p *Proxy) GetResponseTransform() *ProxyTransform + func (p *Proxy) GetResponseTransforms() []*ProxyTransform + func (p *Proxy) GetState() *string + func (p *Proxy) GetTenantID() *string + func (p *Proxy) GetTimeout() *int + func (p *Proxy) MarshalJSON() ([]byte, error) + func (p *Proxy) SetApplicationID(applicationID *string) + func (p *Proxy) SetClientCertificate(clientCertificate *string) + func (p *Proxy) SetConfiguration(configuration map[string]*string) + func (p *Proxy) SetCreatedAt(createdAt *time.Time) + func (p *Proxy) SetCreatedBy(createdBy *string) + func (p *Proxy) SetDestinationURL(destinationURL *string) + func (p *Proxy) SetDisableDetokenization(disableDetokenization *bool) + func (p *Proxy) SetID(id *string) + func (p *Proxy) SetKey(key *string) + func (p *Proxy) SetModifiedAt(modifiedAt *time.Time) + func (p *Proxy) SetModifiedBy(modifiedBy *string) + func (p *Proxy) SetName(name *string) + func (p *Proxy) SetProxyHost(proxyHost *string) + func (p *Proxy) SetRequestReactorID(requestReactorID *string) + func (p *Proxy) SetRequestTransform(requestTransform *ProxyTransform) + func (p *Proxy) SetRequestTransforms(requestTransforms []*ProxyTransform) + func (p *Proxy) SetRequested(requested *RequestedProxy) + func (p *Proxy) SetRequireAuth(requireAuth *bool) + func (p *Proxy) SetResponseReactorID(responseReactorID *string) + func (p *Proxy) SetResponseTransform(responseTransform *ProxyTransform) + func (p *Proxy) SetResponseTransforms(responseTransforms []*ProxyTransform) + func (p *Proxy) SetState(state *string) + func (p *Proxy) SetTenantID(tenantID *string) + func (p *Proxy) SetTimeout(timeout *int) + func (p *Proxy) String() string + func (p *Proxy) UnmarshalJSON(data []byte) error + type ProxyPaginatedList struct + Data []*Proxy + Pagination *Pagination + func (p *ProxyPaginatedList) GetData() []*Proxy + func (p *ProxyPaginatedList) GetExtraProperties() map[string]interface{} + func (p *ProxyPaginatedList) GetPagination() *Pagination + func (p *ProxyPaginatedList) MarshalJSON() ([]byte, error) + func (p *ProxyPaginatedList) SetData(data []*Proxy) + func (p *ProxyPaginatedList) SetPagination(pagination *Pagination) + func (p *ProxyPaginatedList) String() string + func (p *ProxyPaginatedList) UnmarshalJSON(data []byte) error + type ProxyTransform struct + Code *string + Expression *string + Matcher *string + Options *ProxyTransformOptions + Replacement *string + Type *string + func (p *ProxyTransform) GetCode() *string + func (p *ProxyTransform) GetExpression() *string + func (p *ProxyTransform) GetExtraProperties() map[string]interface{} + func (p *ProxyTransform) GetMatcher() *string + func (p *ProxyTransform) GetOptions() *ProxyTransformOptions + func (p *ProxyTransform) GetReplacement() *string + func (p *ProxyTransform) GetType() *string + func (p *ProxyTransform) MarshalJSON() ([]byte, error) + func (p *ProxyTransform) SetCode(code *string) + func (p *ProxyTransform) SetExpression(expression *string) + func (p *ProxyTransform) SetMatcher(matcher *string) + func (p *ProxyTransform) SetOptions(options *ProxyTransformOptions) + func (p *ProxyTransform) SetReplacement(replacement *string) + func (p *ProxyTransform) SetType(type_ *string) + func (p *ProxyTransform) String() string + func (p *ProxyTransform) UnmarshalJSON(data []byte) error + type ProxyTransformOptions struct + Identifier *string + Location *string + Runtime *Runtime + Token *CreateTokenRequest + Value *string + func (p *ProxyTransformOptions) GetExtraProperties() map[string]interface{} + func (p *ProxyTransformOptions) GetIdentifier() *string + func (p *ProxyTransformOptions) GetLocation() *string + func (p *ProxyTransformOptions) GetRuntime() *Runtime + func (p *ProxyTransformOptions) GetToken() *CreateTokenRequest + func (p *ProxyTransformOptions) GetValue() *string + func (p *ProxyTransformOptions) MarshalJSON() ([]byte, error) + func (p *ProxyTransformOptions) SetIdentifier(identifier *string) + func (p *ProxyTransformOptions) SetLocation(location *string) + func (p *ProxyTransformOptions) SetRuntime(runtime *Runtime) + func (p *ProxyTransformOptions) SetToken(token *CreateTokenRequest) + func (p *ProxyTransformOptions) SetValue(value *string) + func (p *ProxyTransformOptions) String() string + func (p *ProxyTransformOptions) UnmarshalJSON(data []byte) error + type PublicKey = string + type PublishConfirmationRequest struct + ConfirmationData []*ConfirmationEntry + func (p *PublishConfirmationRequest) GetConfirmationData() []*ConfirmationEntry + func (p *PublishConfirmationRequest) GetExtraProperties() map[string]interface{} + func (p *PublishConfirmationRequest) MarshalJSON() ([]byte, error) + func (p *PublishConfirmationRequest) SetConfirmationData(confirmationData []*ConfirmationEntry) + func (p *PublishConfirmationRequest) String() string + func (p *PublishConfirmationRequest) UnmarshalJSON(data []byte) error + type ReactResponse struct + Body any + Headers any + Raw any + Tokens any + func (r *ReactResponse) GetBody() any + func (r *ReactResponse) GetExtraProperties() map[string]interface{} + func (r *ReactResponse) GetHeaders() any + func (r *ReactResponse) GetRaw() any + func (r *ReactResponse) GetTokens() any + func (r *ReactResponse) MarshalJSON() ([]byte, error) + func (r *ReactResponse) SetBody(body any) + func (r *ReactResponse) SetHeaders(headers any) + func (r *ReactResponse) SetRaw(raw any) + func (r *ReactResponse) SetTokens(tokens any) + func (r *ReactResponse) String() string + func (r *ReactResponse) UnmarshalJSON(data []byte) error + type Reactor struct + Application *Application + Code *string + Configuration map[string]*string + CreatedAt *time.Time + CreatedBy *string + Formula *ReactorFormula + ID *string + ModifiedAt *time.Time + ModifiedBy *string + Name *string + Requested *RequestedReactor + Runtime *Runtime + State *string + TenantID *string + func (r *Reactor) GetApplication() *Application + func (r *Reactor) GetCode() *string + func (r *Reactor) GetConfiguration() map[string]*string + func (r *Reactor) GetCreatedAt() *time.Time + func (r *Reactor) GetCreatedBy() *string + func (r *Reactor) GetExtraProperties() map[string]interface{} + func (r *Reactor) GetFormula() *ReactorFormula + func (r *Reactor) GetID() *string + func (r *Reactor) GetModifiedAt() *time.Time + func (r *Reactor) GetModifiedBy() *string + func (r *Reactor) GetName() *string + func (r *Reactor) GetRequested() *RequestedReactor + func (r *Reactor) GetRuntime() *Runtime + func (r *Reactor) GetState() *string + func (r *Reactor) GetTenantID() *string + func (r *Reactor) MarshalJSON() ([]byte, error) + func (r *Reactor) SetApplication(application *Application) + func (r *Reactor) SetCode(code *string) + func (r *Reactor) SetConfiguration(configuration map[string]*string) + func (r *Reactor) SetCreatedAt(createdAt *time.Time) + func (r *Reactor) SetCreatedBy(createdBy *string) + func (r *Reactor) SetFormula(formula *ReactorFormula) + func (r *Reactor) SetID(id *string) + func (r *Reactor) SetModifiedAt(modifiedAt *time.Time) + func (r *Reactor) SetModifiedBy(modifiedBy *string) + func (r *Reactor) SetName(name *string) + func (r *Reactor) SetRequested(requested *RequestedReactor) + func (r *Reactor) SetRuntime(runtime *Runtime) + func (r *Reactor) SetState(state *string) + func (r *Reactor) SetTenantID(tenantID *string) + func (r *Reactor) String() string + func (r *Reactor) UnmarshalJSON(data []byte) error + type ReactorFormula struct + Code *string + Configuration []*ReactorFormulaConfiguration + CreatedAt *time.Time + CreatedBy *string + Description *string + ID *string + Icon *string + ModifiedAt *time.Time + ModifiedBy *string + Name *string + RequestParameters []*ReactorFormulaRequestParameter + Status *string + Type *string + func (r *ReactorFormula) GetCode() *string + func (r *ReactorFormula) GetConfiguration() []*ReactorFormulaConfiguration + func (r *ReactorFormula) GetCreatedAt() *time.Time + func (r *ReactorFormula) GetCreatedBy() *string + func (r *ReactorFormula) GetDescription() *string + func (r *ReactorFormula) GetExtraProperties() map[string]interface{} + func (r *ReactorFormula) GetID() *string + func (r *ReactorFormula) GetIcon() *string + func (r *ReactorFormula) GetModifiedAt() *time.Time + func (r *ReactorFormula) GetModifiedBy() *string + func (r *ReactorFormula) GetName() *string + func (r *ReactorFormula) GetRequestParameters() []*ReactorFormulaRequestParameter + func (r *ReactorFormula) GetStatus() *string + func (r *ReactorFormula) GetType() *string + func (r *ReactorFormula) MarshalJSON() ([]byte, error) + func (r *ReactorFormula) SetCode(code *string) + func (r *ReactorFormula) SetConfiguration(configuration []*ReactorFormulaConfiguration) + func (r *ReactorFormula) SetCreatedAt(createdAt *time.Time) + func (r *ReactorFormula) SetCreatedBy(createdBy *string) + func (r *ReactorFormula) SetDescription(description *string) + func (r *ReactorFormula) SetID(id *string) + func (r *ReactorFormula) SetIcon(icon *string) + func (r *ReactorFormula) SetModifiedAt(modifiedAt *time.Time) + func (r *ReactorFormula) SetModifiedBy(modifiedBy *string) + func (r *ReactorFormula) SetName(name *string) + func (r *ReactorFormula) SetRequestParameters(requestParameters []*ReactorFormulaRequestParameter) + func (r *ReactorFormula) SetStatus(status *string) + func (r *ReactorFormula) SetType(type_ *string) + func (r *ReactorFormula) String() string + func (r *ReactorFormula) UnmarshalJSON(data []byte) error + type ReactorFormulaConfiguration struct + Description *string + Name string + Type string + func (r *ReactorFormulaConfiguration) GetDescription() *string + func (r *ReactorFormulaConfiguration) GetExtraProperties() map[string]interface{} + func (r *ReactorFormulaConfiguration) GetName() string + func (r *ReactorFormulaConfiguration) GetType() string + func (r *ReactorFormulaConfiguration) MarshalJSON() ([]byte, error) + func (r *ReactorFormulaConfiguration) SetDescription(description *string) + func (r *ReactorFormulaConfiguration) SetName(name string) + func (r *ReactorFormulaConfiguration) SetType(type_ string) + func (r *ReactorFormulaConfiguration) String() string + func (r *ReactorFormulaConfiguration) UnmarshalJSON(data []byte) error + type ReactorFormulaPaginatedList struct + Data []*ReactorFormula + Pagination *Pagination + func (r *ReactorFormulaPaginatedList) GetData() []*ReactorFormula + func (r *ReactorFormulaPaginatedList) GetExtraProperties() map[string]interface{} + func (r *ReactorFormulaPaginatedList) GetPagination() *Pagination + func (r *ReactorFormulaPaginatedList) MarshalJSON() ([]byte, error) + func (r *ReactorFormulaPaginatedList) SetData(data []*ReactorFormula) + func (r *ReactorFormulaPaginatedList) SetPagination(pagination *Pagination) + func (r *ReactorFormulaPaginatedList) String() string + func (r *ReactorFormulaPaginatedList) UnmarshalJSON(data []byte) error + type ReactorFormulaRequestParameter struct + Description *string + Name string + Optional *bool + Type string + func (r *ReactorFormulaRequestParameter) GetDescription() *string + func (r *ReactorFormulaRequestParameter) GetExtraProperties() map[string]interface{} + func (r *ReactorFormulaRequestParameter) GetName() string + func (r *ReactorFormulaRequestParameter) GetOptional() *bool + func (r *ReactorFormulaRequestParameter) GetType() string + func (r *ReactorFormulaRequestParameter) MarshalJSON() ([]byte, error) + func (r *ReactorFormulaRequestParameter) SetDescription(description *string) + func (r *ReactorFormulaRequestParameter) SetName(name string) + func (r *ReactorFormulaRequestParameter) SetOptional(optional *bool) + func (r *ReactorFormulaRequestParameter) SetType(type_ string) + func (r *ReactorFormulaRequestParameter) String() string + func (r *ReactorFormulaRequestParameter) UnmarshalJSON(data []byte) error + type ReactorPaginatedList struct + Data []*Reactor + Pagination *Pagination + func (r *ReactorPaginatedList) GetData() []*Reactor + func (r *ReactorPaginatedList) GetExtraProperties() map[string]interface{} + func (r *ReactorPaginatedList) GetPagination() *Pagination + func (r *ReactorPaginatedList) MarshalJSON() ([]byte, error) + func (r *ReactorPaginatedList) SetData(data []*Reactor) + func (r *ReactorPaginatedList) SetPagination(pagination *Pagination) + func (r *ReactorPaginatedList) String() string + func (r *ReactorPaginatedList) UnmarshalJSON(data []byte) error + type ReactorsListRequest struct + ID []*string + Name *string + Page *int + Size *int + Start *string + func (r *ReactorsListRequest) SetID(id []*string) + func (r *ReactorsListRequest) SetName(name *string) + func (r *ReactorsListRequest) SetPage(page *int) + func (r *ReactorsListRequest) SetSize(size *int) + func (r *ReactorsListRequest) SetStart(start *string) + type Recurring struct + Frequency RecurringFrequency + func (r *Recurring) GetExtraProperties() map[string]interface{} + func (r *Recurring) GetFrequency() RecurringFrequency + func (r *Recurring) MarshalJSON() ([]byte, error) + func (r *Recurring) SetFrequency(frequency RecurringFrequency) + func (r *Recurring) String() string + func (r *Recurring) UnmarshalJSON(data []byte) error + type RecurringFrequency string + const RecurringFrequencyMonthly + const RecurringFrequencyWeekly + const RecurringFrequencyYearly + func NewRecurringFrequencyFromString(s string) (RecurringFrequency, error) + func (r RecurringFrequency) Ptr() *RecurringFrequency + type RequestedProxy struct + ErrorCode *string + ErrorDetails map[string]any + ErrorMessage *string + Proxy *PendingProxy + func (r *RequestedProxy) GetErrorCode() *string + func (r *RequestedProxy) GetErrorDetails() map[string]any + func (r *RequestedProxy) GetErrorMessage() *string + func (r *RequestedProxy) GetExtraProperties() map[string]interface{} + func (r *RequestedProxy) GetProxy() *PendingProxy + func (r *RequestedProxy) MarshalJSON() ([]byte, error) + func (r *RequestedProxy) SetErrorCode(errorCode *string) + func (r *RequestedProxy) SetErrorDetails(errorDetails map[string]any) + func (r *RequestedProxy) SetErrorMessage(errorMessage *string) + func (r *RequestedProxy) SetProxy(proxy *PendingProxy) + func (r *RequestedProxy) String() string + func (r *RequestedProxy) UnmarshalJSON(data []byte) error + type RequestedReactor struct + ErrorCode *string + ErrorDetails map[string]any + ErrorMessage *string + Reactor *PendingReactor + func (r *RequestedReactor) GetErrorCode() *string + func (r *RequestedReactor) GetErrorDetails() map[string]any + func (r *RequestedReactor) GetErrorMessage() *string + func (r *RequestedReactor) GetExtraProperties() map[string]interface{} + func (r *RequestedReactor) GetReactor() *PendingReactor + func (r *RequestedReactor) MarshalJSON() ([]byte, error) + func (r *RequestedReactor) SetErrorCode(errorCode *string) + func (r *RequestedReactor) SetErrorDetails(errorDetails map[string]any) + func (r *RequestedReactor) SetErrorMessage(errorMessage *string) + func (r *RequestedReactor) SetReactor(reactor *PendingReactor) + func (r *RequestedReactor) String() string + func (r *RequestedReactor) UnmarshalJSON(data []byte) error + type Role struct + Name *string + func (r *Role) GetExtraProperties() map[string]interface{} + func (r *Role) GetName() *string + func (r *Role) MarshalJSON() ([]byte, error) + func (r *Role) SetName(name *string) + func (r *Role) String() string + func (r *Role) UnmarshalJSON(data []byte) error + type Runtime struct + Dependencies map[string]*string + Image *string + Permissions []string + Resolutions map[string]*string + Resources *string + Timeout *int + WarmConcurrency *int + func (r *Runtime) GetDependencies() map[string]*string + func (r *Runtime) GetExtraProperties() map[string]interface{} + func (r *Runtime) GetImage() *string + func (r *Runtime) GetPermissions() []string + func (r *Runtime) GetResolutions() map[string]*string + func (r *Runtime) GetResources() *string + func (r *Runtime) GetTimeout() *int + func (r *Runtime) GetWarmConcurrency() *int + func (r *Runtime) MarshalJSON() ([]byte, error) + func (r *Runtime) SetDependencies(dependencies map[string]*string) + func (r *Runtime) SetImage(image *string) + func (r *Runtime) SetPermissions(permissions []string) + func (r *Runtime) SetResolutions(resolutions map[string]*string) + func (r *Runtime) SetResources(resources *string) + func (r *Runtime) SetTimeout(timeout *int) + func (r *Runtime) SetWarmConcurrency(warmConcurrency *int) + func (r *Runtime) String() string + func (r *Runtime) UnmarshalJSON(data []byte) error + type SearchTokensRequestV2 struct + Query *string + Size *int + Start *string + func (s *SearchTokensRequestV2) MarshalJSON() ([]byte, error) + func (s *SearchTokensRequestV2) SetQuery(query *string) + func (s *SearchTokensRequestV2) SetSize(size *int) + func (s *SearchTokensRequestV2) SetStart(start *string) + func (s *SearchTokensRequestV2) UnmarshalJSON(data []byte) error + type SecurityContactEmailResponse struct + Email *string + func (s *SecurityContactEmailResponse) GetEmail() *string + func (s *SecurityContactEmailResponse) GetExtraProperties() map[string]interface{} + func (s *SecurityContactEmailResponse) MarshalJSON() ([]byte, error) + func (s *SecurityContactEmailResponse) SetEmail(email *string) + func (s *SecurityContactEmailResponse) String() string + func (s *SecurityContactEmailResponse) UnmarshalJSON(data []byte) error + type ServiceStatus struct + CardNetworkStatus *CardNetworkStatus + Providers []string + Status *string + func (s *ServiceStatus) GetCardNetworkStatus() *CardNetworkStatus + func (s *ServiceStatus) GetExtraProperties() map[string]interface{} + func (s *ServiceStatus) GetProviders() []string + func (s *ServiceStatus) GetStatus() *string + func (s *ServiceStatus) MarshalJSON() ([]byte, error) + func (s *ServiceStatus) SetCardNetworkStatus(cardNetworkStatus *CardNetworkStatus) + func (s *ServiceStatus) SetProviders(providers []string) + func (s *ServiceStatus) SetStatus(status *string) + func (s *ServiceStatus) String() string + func (s *ServiceStatus) UnmarshalJSON(data []byte) error + type ServiceUnavailableError struct + Body *ProblemDetails + func (s *ServiceUnavailableError) MarshalJSON() ([]byte, error) + func (s *ServiceUnavailableError) UnmarshalJSON(data []byte) error + func (s *ServiceUnavailableError) Unwrap() error + type ShippingAddress struct + City string + CountryCode string + Line1 string + PostalCode string + State string + func (s *ShippingAddress) GetCity() string + func (s *ShippingAddress) GetCountryCode() string + func (s *ShippingAddress) GetExtraProperties() map[string]interface{} + func (s *ShippingAddress) GetLine1() string + func (s *ShippingAddress) GetPostalCode() string + func (s *ShippingAddress) GetState() string + func (s *ShippingAddress) MarshalJSON() ([]byte, error) + func (s *ShippingAddress) SetCity(city string) + func (s *ShippingAddress) SetCountryCode(countryCode string) + func (s *ShippingAddress) SetLine1(line1 string) + func (s *ShippingAddress) SetPostalCode(postalCode string) + func (s *ShippingAddress) SetState(state string) + func (s *ShippingAddress) String() string + func (s *ShippingAddress) UnmarshalJSON(data []byte) error + type StartVerificationRequest struct + DeviceContext *DeviceContext + func (s *StartVerificationRequest) GetDeviceContext() *DeviceContext + func (s *StartVerificationRequest) GetExtraProperties() map[string]interface{} + func (s *StartVerificationRequest) MarshalJSON() ([]byte, error) + func (s *StartVerificationRequest) SetDeviceContext(deviceContext *DeviceContext) + func (s *StartVerificationRequest) String() string + func (s *StartVerificationRequest) UnmarshalJSON(data []byte) error + type StringStringKeyValuePair struct + Key string + Value string + func (s *StringStringKeyValuePair) GetExtraProperties() map[string]interface{} + func (s *StringStringKeyValuePair) GetKey() string + func (s *StringStringKeyValuePair) GetValue() string + func (s *StringStringKeyValuePair) MarshalJSON() ([]byte, error) + func (s *StringStringKeyValuePair) SetKey(key string) + func (s *StringStringKeyValuePair) SetValue(value string) + func (s *StringStringKeyValuePair) String() string + func (s *StringStringKeyValuePair) UnmarshalJSON(data []byte) error + type SubmerchantAuthenticationResponse struct + AuthenticationData *string + MerchantIdentifier *string + TransactionAmount *string + func (s *SubmerchantAuthenticationResponse) GetAuthenticationData() *string + func (s *SubmerchantAuthenticationResponse) GetExtraProperties() map[string]interface{} + func (s *SubmerchantAuthenticationResponse) GetMerchantIdentifier() *string + func (s *SubmerchantAuthenticationResponse) GetTransactionAmount() *string + func (s *SubmerchantAuthenticationResponse) MarshalJSON() ([]byte, error) + func (s *SubmerchantAuthenticationResponse) SetAuthenticationData(authenticationData *string) + func (s *SubmerchantAuthenticationResponse) SetMerchantIdentifier(merchantIdentifier *string) + func (s *SubmerchantAuthenticationResponse) SetTransactionAmount(transactionAmount *string) + func (s *SubmerchantAuthenticationResponse) String() string + func (s *SubmerchantAuthenticationResponse) UnmarshalJSON(data []byte) error + type Tenant struct + CreatedAt *time.Time + CreatedBy *string + ID *string + ModifiedAt *time.Time + ModifiedBy *string + Name *string + OwnerID *string + Settings map[string]*string + Type *string + func (t *Tenant) GetCreatedAt() *time.Time + func (t *Tenant) GetCreatedBy() *string + func (t *Tenant) GetExtraProperties() map[string]interface{} + func (t *Tenant) GetID() *string + func (t *Tenant) GetModifiedAt() *time.Time + func (t *Tenant) GetModifiedBy() *string + func (t *Tenant) GetName() *string + func (t *Tenant) GetOwnerID() *string + func (t *Tenant) GetSettings() map[string]*string + func (t *Tenant) GetType() *string + func (t *Tenant) MarshalJSON() ([]byte, error) + func (t *Tenant) SetCreatedAt(createdAt *time.Time) + func (t *Tenant) SetCreatedBy(createdBy *string) + func (t *Tenant) SetID(id *string) + func (t *Tenant) SetModifiedAt(modifiedAt *time.Time) + func (t *Tenant) SetModifiedBy(modifiedBy *string) + func (t *Tenant) SetName(name *string) + func (t *Tenant) SetOwnerID(ownerID *string) + func (t *Tenant) SetSettings(settings map[string]*string) + func (t *Tenant) SetType(type_ *string) + func (t *Tenant) String() string + func (t *Tenant) UnmarshalJSON(data []byte) error + type TenantConnectionOptions struct + DomainAliases []string + func (t *TenantConnectionOptions) GetDomainAliases() []string + func (t *TenantConnectionOptions) GetExtraProperties() map[string]interface{} + func (t *TenantConnectionOptions) MarshalJSON() ([]byte, error) + func (t *TenantConnectionOptions) SetDomainAliases(domainAliases []string) + func (t *TenantConnectionOptions) String() string + func (t *TenantConnectionOptions) UnmarshalJSON(data []byte) error + type TenantInvitationResponse struct + CreatedAt *time.Time + CreatedBy *string + Email *string + ExpiresAt *time.Time + ID *string + ModifiedAt *time.Time + ModifiedBy *string + Role *string + Status *TenantInvitationStatus + TenantID *string + func (t *TenantInvitationResponse) GetCreatedAt() *time.Time + func (t *TenantInvitationResponse) GetCreatedBy() *string + func (t *TenantInvitationResponse) GetEmail() *string + func (t *TenantInvitationResponse) GetExpiresAt() *time.Time + func (t *TenantInvitationResponse) GetExtraProperties() map[string]interface{} + func (t *TenantInvitationResponse) GetID() *string + func (t *TenantInvitationResponse) GetModifiedAt() *time.Time + func (t *TenantInvitationResponse) GetModifiedBy() *string + func (t *TenantInvitationResponse) GetRole() *string + func (t *TenantInvitationResponse) GetStatus() *TenantInvitationStatus + func (t *TenantInvitationResponse) GetTenantID() *string + func (t *TenantInvitationResponse) MarshalJSON() ([]byte, error) + func (t *TenantInvitationResponse) SetCreatedAt(createdAt *time.Time) + func (t *TenantInvitationResponse) SetCreatedBy(createdBy *string) + func (t *TenantInvitationResponse) SetEmail(email *string) + func (t *TenantInvitationResponse) SetExpiresAt(expiresAt *time.Time) + func (t *TenantInvitationResponse) SetID(id *string) + func (t *TenantInvitationResponse) SetModifiedAt(modifiedAt *time.Time) + func (t *TenantInvitationResponse) SetModifiedBy(modifiedBy *string) + func (t *TenantInvitationResponse) SetRole(role *string) + func (t *TenantInvitationResponse) SetStatus(status *TenantInvitationStatus) + func (t *TenantInvitationResponse) SetTenantID(tenantID *string) + func (t *TenantInvitationResponse) String() string + func (t *TenantInvitationResponse) UnmarshalJSON(data []byte) error + type TenantInvitationResponsePaginatedList struct + Data []*TenantInvitationResponse + Pagination *Pagination + func (t *TenantInvitationResponsePaginatedList) GetData() []*TenantInvitationResponse + func (t *TenantInvitationResponsePaginatedList) GetExtraProperties() map[string]interface{} + func (t *TenantInvitationResponsePaginatedList) GetPagination() *Pagination + func (t *TenantInvitationResponsePaginatedList) MarshalJSON() ([]byte, error) + func (t *TenantInvitationResponsePaginatedList) SetData(data []*TenantInvitationResponse) + func (t *TenantInvitationResponsePaginatedList) SetPagination(pagination *Pagination) + func (t *TenantInvitationResponsePaginatedList) String() string + func (t *TenantInvitationResponsePaginatedList) UnmarshalJSON(data []byte) error + type TenantInvitationStatus string + const TenantInvitationStatusExpired + const TenantInvitationStatusPending + func NewTenantInvitationStatusFromString(s string) (TenantInvitationStatus, error) + func (t TenantInvitationStatus) Ptr() *TenantInvitationStatus + type TenantMemberResponse struct + CreatedBy *string + CreatedDate *time.Time + ID *string + ModifiedAt *time.Time + ModifiedBy *string + Role *string + TenantID *string + User *User + func (t *TenantMemberResponse) GetCreatedBy() *string + func (t *TenantMemberResponse) GetCreatedDate() *time.Time + func (t *TenantMemberResponse) GetExtraProperties() map[string]interface{} + func (t *TenantMemberResponse) GetID() *string + func (t *TenantMemberResponse) GetModifiedAt() *time.Time + func (t *TenantMemberResponse) GetModifiedBy() *string + func (t *TenantMemberResponse) GetRole() *string + func (t *TenantMemberResponse) GetTenantID() *string + func (t *TenantMemberResponse) GetUser() *User + func (t *TenantMemberResponse) MarshalJSON() ([]byte, error) + func (t *TenantMemberResponse) SetCreatedBy(createdBy *string) + func (t *TenantMemberResponse) SetCreatedDate(createdDate *time.Time) + func (t *TenantMemberResponse) SetID(id *string) + func (t *TenantMemberResponse) SetModifiedAt(modifiedAt *time.Time) + func (t *TenantMemberResponse) SetModifiedBy(modifiedBy *string) + func (t *TenantMemberResponse) SetRole(role *string) + func (t *TenantMemberResponse) SetTenantID(tenantID *string) + func (t *TenantMemberResponse) SetUser(user *User) + func (t *TenantMemberResponse) String() string + func (t *TenantMemberResponse) UnmarshalJSON(data []byte) error + type TenantMemberResponsePaginatedList struct + Data []*TenantMemberResponse + Pagination *Pagination + func (t *TenantMemberResponsePaginatedList) GetData() []*TenantMemberResponse + func (t *TenantMemberResponsePaginatedList) GetExtraProperties() map[string]interface{} + func (t *TenantMemberResponsePaginatedList) GetPagination() *Pagination + func (t *TenantMemberResponsePaginatedList) MarshalJSON() ([]byte, error) + func (t *TenantMemberResponsePaginatedList) SetData(data []*TenantMemberResponse) + func (t *TenantMemberResponsePaginatedList) SetPagination(pagination *Pagination) + func (t *TenantMemberResponsePaginatedList) String() string + func (t *TenantMemberResponsePaginatedList) UnmarshalJSON(data []byte) error + type TenantMerchant struct + CreatedAt *time.Time + CreatedBy *string + Details *MerchantDetails + ID *string + ModifiedAt *time.Time + ModifiedBy *string + Name *string + Services *MerchantServices + TenantID *string + func (t *TenantMerchant) GetCreatedAt() *time.Time + func (t *TenantMerchant) GetCreatedBy() *string + func (t *TenantMerchant) GetDetails() *MerchantDetails + func (t *TenantMerchant) GetExtraProperties() map[string]interface{} + func (t *TenantMerchant) GetID() *string + func (t *TenantMerchant) GetModifiedAt() *time.Time + func (t *TenantMerchant) GetModifiedBy() *string + func (t *TenantMerchant) GetName() *string + func (t *TenantMerchant) GetServices() *MerchantServices + func (t *TenantMerchant) GetTenantID() *string + func (t *TenantMerchant) MarshalJSON() ([]byte, error) + func (t *TenantMerchant) SetCreatedAt(createdAt *time.Time) + func (t *TenantMerchant) SetCreatedBy(createdBy *string) + func (t *TenantMerchant) SetDetails(details *MerchantDetails) + func (t *TenantMerchant) SetID(id *string) + func (t *TenantMerchant) SetModifiedAt(modifiedAt *time.Time) + func (t *TenantMerchant) SetModifiedBy(modifiedBy *string) + func (t *TenantMerchant) SetName(name *string) + func (t *TenantMerchant) SetServices(services *MerchantServices) + func (t *TenantMerchant) SetTenantID(tenantID *string) + func (t *TenantMerchant) String() string + func (t *TenantMerchant) UnmarshalJSON(data []byte) error + type TenantMerchantPaginatedList struct + Data []*TenantMerchant + Pagination *Pagination + func (t *TenantMerchantPaginatedList) GetData() []*TenantMerchant + func (t *TenantMerchantPaginatedList) GetExtraProperties() map[string]interface{} + func (t *TenantMerchantPaginatedList) GetPagination() *Pagination + func (t *TenantMerchantPaginatedList) MarshalJSON() ([]byte, error) + func (t *TenantMerchantPaginatedList) SetData(data []*TenantMerchant) + func (t *TenantMerchantPaginatedList) SetPagination(pagination *Pagination) + func (t *TenantMerchantPaginatedList) String() string + func (t *TenantMerchantPaginatedList) UnmarshalJSON(data []byte) error + type TenantMerchantRequest struct + Details *MerchantDetails + Name string + func (t *TenantMerchantRequest) GetDetails() *MerchantDetails + func (t *TenantMerchantRequest) GetExtraProperties() map[string]interface{} + func (t *TenantMerchantRequest) GetName() string + func (t *TenantMerchantRequest) MarshalJSON() ([]byte, error) + func (t *TenantMerchantRequest) SetDetails(details *MerchantDetails) + func (t *TenantMerchantRequest) SetName(name string) + func (t *TenantMerchantRequest) String() string + func (t *TenantMerchantRequest) UnmarshalJSON(data []byte) error + type TenantUsageReport struct + TotalTokens *int64 + func (t *TenantUsageReport) GetExtraProperties() map[string]interface{} + func (t *TenantUsageReport) GetTotalTokens() *int64 + func (t *TenantUsageReport) MarshalJSON() ([]byte, error) + func (t *TenantUsageReport) SetTotalTokens(totalTokens *int64) + func (t *TenantUsageReport) String() string + func (t *TenantUsageReport) UnmarshalJSON(data []byte) error + type ThreeDsAcsRenderingType struct + AcsInterface *string + AcsUITemplate *string + func (t *ThreeDsAcsRenderingType) GetAcsInterface() *string + func (t *ThreeDsAcsRenderingType) GetAcsUITemplate() *string + func (t *ThreeDsAcsRenderingType) GetExtraProperties() map[string]interface{} + func (t *ThreeDsAcsRenderingType) MarshalJSON() ([]byte, error) + func (t *ThreeDsAcsRenderingType) SetAcsInterface(acsInterface *string) + func (t *ThreeDsAcsRenderingType) SetAcsUITemplate(acsUITemplate *string) + func (t *ThreeDsAcsRenderingType) String() string + func (t *ThreeDsAcsRenderingType) UnmarshalJSON(data []byte) error + type ThreeDsAddress struct + City *string + CountryCode *string + Line1 *string + Line2 *string + Line3 *string + PostalCode *string + StateCode *string + func (t *ThreeDsAddress) GetCity() *string + func (t *ThreeDsAddress) GetCountryCode() *string + func (t *ThreeDsAddress) GetExtraProperties() map[string]interface{} + func (t *ThreeDsAddress) GetLine1() *string + func (t *ThreeDsAddress) GetLine2() *string + func (t *ThreeDsAddress) GetLine3() *string + func (t *ThreeDsAddress) GetPostalCode() *string + func (t *ThreeDsAddress) GetStateCode() *string + func (t *ThreeDsAddress) MarshalJSON() ([]byte, error) + func (t *ThreeDsAddress) SetCity(city *string) + func (t *ThreeDsAddress) SetCountryCode(countryCode *string) + func (t *ThreeDsAddress) SetLine1(line1 *string) + func (t *ThreeDsAddress) SetLine2(line2 *string) + func (t *ThreeDsAddress) SetLine3(line3 *string) + func (t *ThreeDsAddress) SetPostalCode(postalCode *string) + func (t *ThreeDsAddress) SetStateCode(stateCode *string) + func (t *ThreeDsAddress) String() string + func (t *ThreeDsAddress) UnmarshalJSON(data []byte) error + type ThreeDsAuthentication struct + AcsChallengeMandated *string + AcsChallengeURL *string + AcsDecoupledAuthentication *string + AcsOperatorID *string + AcsReferenceNumber *string + AcsRenderingType *ThreeDsAcsRenderingType + AcsSignedContent *string + AcsTransactionID *string + AuthenticationChallengeType *string + AuthenticationStatus *string + AuthenticationStatusCode *string + AuthenticationStatusReason *string + AuthenticationStatusReasonCode *string + AuthenticationValue *string + CardholderInfo *string + ChallengeAttempts *string + ChallengeCancelReason *string + ChallengeCancelReasonCode *string + ChallengePreference *string + ChallengePreferenceCode *string + DirectoryStatusCode *string + DsReferenceNumber *string + DsTransactionID *string + Eci *string + LiabilityShifted *bool + MessageExtensions []*ThreeDsMessageExtension + PanTokenID *string + SdkTransactionID *string + SessionID *string + ThreedsVersion *string + TokenID *string + TokenIntentID *string + WhitelistStatus *string + WhitelistStatusSource *string + func (t *ThreeDsAuthentication) GetAcsChallengeMandated() *string + func (t *ThreeDsAuthentication) GetAcsChallengeURL() *string + func (t *ThreeDsAuthentication) GetAcsDecoupledAuthentication() *string + func (t *ThreeDsAuthentication) GetAcsOperatorID() *string + func (t *ThreeDsAuthentication) GetAcsReferenceNumber() *string + func (t *ThreeDsAuthentication) GetAcsRenderingType() *ThreeDsAcsRenderingType + func (t *ThreeDsAuthentication) GetAcsSignedContent() *string + func (t *ThreeDsAuthentication) GetAcsTransactionID() *string + func (t *ThreeDsAuthentication) GetAuthenticationChallengeType() *string + func (t *ThreeDsAuthentication) GetAuthenticationStatus() *string + func (t *ThreeDsAuthentication) GetAuthenticationStatusCode() *string + func (t *ThreeDsAuthentication) GetAuthenticationStatusReason() *string + func (t *ThreeDsAuthentication) GetAuthenticationStatusReasonCode() *string + func (t *ThreeDsAuthentication) GetAuthenticationValue() *string + func (t *ThreeDsAuthentication) GetCardholderInfo() *string + func (t *ThreeDsAuthentication) GetChallengeAttempts() *string + func (t *ThreeDsAuthentication) GetChallengeCancelReason() *string + func (t *ThreeDsAuthentication) GetChallengeCancelReasonCode() *string + func (t *ThreeDsAuthentication) GetChallengePreference() *string + func (t *ThreeDsAuthentication) GetChallengePreferenceCode() *string + func (t *ThreeDsAuthentication) GetDirectoryStatusCode() *string + func (t *ThreeDsAuthentication) GetDsReferenceNumber() *string + func (t *ThreeDsAuthentication) GetDsTransactionID() *string + func (t *ThreeDsAuthentication) GetEci() *string + func (t *ThreeDsAuthentication) GetExtraProperties() map[string]interface{} + func (t *ThreeDsAuthentication) GetLiabilityShifted() *bool + func (t *ThreeDsAuthentication) GetMessageExtensions() []*ThreeDsMessageExtension + func (t *ThreeDsAuthentication) GetPanTokenID() *string + func (t *ThreeDsAuthentication) GetSdkTransactionID() *string + func (t *ThreeDsAuthentication) GetSessionID() *string + func (t *ThreeDsAuthentication) GetThreedsVersion() *string + func (t *ThreeDsAuthentication) GetTokenID() *string + func (t *ThreeDsAuthentication) GetTokenIntentID() *string + func (t *ThreeDsAuthentication) GetWhitelistStatus() *string + func (t *ThreeDsAuthentication) GetWhitelistStatusSource() *string + func (t *ThreeDsAuthentication) MarshalJSON() ([]byte, error) + func (t *ThreeDsAuthentication) SetAcsChallengeMandated(acsChallengeMandated *string) + func (t *ThreeDsAuthentication) SetAcsChallengeURL(acsChallengeURL *string) + func (t *ThreeDsAuthentication) SetAcsDecoupledAuthentication(acsDecoupledAuthentication *string) + func (t *ThreeDsAuthentication) SetAcsOperatorID(acsOperatorID *string) + func (t *ThreeDsAuthentication) SetAcsReferenceNumber(acsReferenceNumber *string) + func (t *ThreeDsAuthentication) SetAcsRenderingType(acsRenderingType *ThreeDsAcsRenderingType) + func (t *ThreeDsAuthentication) SetAcsSignedContent(acsSignedContent *string) + func (t *ThreeDsAuthentication) SetAcsTransactionID(acsTransactionID *string) + func (t *ThreeDsAuthentication) SetAuthenticationChallengeType(authenticationChallengeType *string) + func (t *ThreeDsAuthentication) SetAuthenticationStatus(authenticationStatus *string) + func (t *ThreeDsAuthentication) SetAuthenticationStatusCode(authenticationStatusCode *string) + func (t *ThreeDsAuthentication) SetAuthenticationStatusReason(authenticationStatusReason *string) + func (t *ThreeDsAuthentication) SetAuthenticationStatusReasonCode(authenticationStatusReasonCode *string) + func (t *ThreeDsAuthentication) SetAuthenticationValue(authenticationValue *string) + func (t *ThreeDsAuthentication) SetCardholderInfo(cardholderInfo *string) + func (t *ThreeDsAuthentication) SetChallengeAttempts(challengeAttempts *string) + func (t *ThreeDsAuthentication) SetChallengeCancelReason(challengeCancelReason *string) + func (t *ThreeDsAuthentication) SetChallengeCancelReasonCode(challengeCancelReasonCode *string) + func (t *ThreeDsAuthentication) SetChallengePreference(challengePreference *string) + func (t *ThreeDsAuthentication) SetChallengePreferenceCode(challengePreferenceCode *string) + func (t *ThreeDsAuthentication) SetDirectoryStatusCode(directoryStatusCode *string) + func (t *ThreeDsAuthentication) SetDsReferenceNumber(dsReferenceNumber *string) + func (t *ThreeDsAuthentication) SetDsTransactionID(dsTransactionID *string) + func (t *ThreeDsAuthentication) SetEci(eci *string) + func (t *ThreeDsAuthentication) SetLiabilityShifted(liabilityShifted *bool) + func (t *ThreeDsAuthentication) SetMessageExtensions(messageExtensions []*ThreeDsMessageExtension) + func (t *ThreeDsAuthentication) SetPanTokenID(panTokenID *string) + func (t *ThreeDsAuthentication) SetSdkTransactionID(sdkTransactionID *string) + func (t *ThreeDsAuthentication) SetSessionID(sessionID *string) + func (t *ThreeDsAuthentication) SetThreedsVersion(threedsVersion *string) + func (t *ThreeDsAuthentication) SetTokenID(tokenID *string) + func (t *ThreeDsAuthentication) SetTokenIntentID(tokenIntentID *string) + func (t *ThreeDsAuthentication) SetWhitelistStatus(whitelistStatus *string) + func (t *ThreeDsAuthentication) SetWhitelistStatusSource(whitelistStatusSource *string) + func (t *ThreeDsAuthentication) String() string + func (t *ThreeDsAuthentication) UnmarshalJSON(data []byte) error + type ThreeDsBrandingOptions struct + HideBasisTheoryBranding *bool + func (t *ThreeDsBrandingOptions) GetExtraProperties() map[string]interface{} + func (t *ThreeDsBrandingOptions) GetHideBasisTheoryBranding() *bool + func (t *ThreeDsBrandingOptions) MarshalJSON() ([]byte, error) + func (t *ThreeDsBrandingOptions) SetHideBasisTheoryBranding(hideBasisTheoryBranding *bool) + func (t *ThreeDsBrandingOptions) String() string + func (t *ThreeDsBrandingOptions) UnmarshalJSON(data []byte) error + type ThreeDsCallbackURLs struct + Branding *ThreeDsBrandingOptions + Failure *string + Success *string + func (t *ThreeDsCallbackURLs) GetBranding() *ThreeDsBrandingOptions + func (t *ThreeDsCallbackURLs) GetExtraProperties() map[string]interface{} + func (t *ThreeDsCallbackURLs) GetFailure() *string + func (t *ThreeDsCallbackURLs) GetSuccess() *string + func (t *ThreeDsCallbackURLs) MarshalJSON() ([]byte, error) + func (t *ThreeDsCallbackURLs) SetBranding(branding *ThreeDsBrandingOptions) + func (t *ThreeDsCallbackURLs) SetFailure(failure *string) + func (t *ThreeDsCallbackURLs) SetSuccess(success *string) + func (t *ThreeDsCallbackURLs) String() string + func (t *ThreeDsCallbackURLs) UnmarshalJSON(data []byte) error + type ThreeDsCardholderAccountInfo struct + AccountAge *string + AccountChangeDate *string + AccountCreatedDate *string + AccountLastChanged *string + AccountPwdChangeDate *string + AccountPwdLastChanged *string + PaymentAccountAge *string + PaymentAccountCreated *string + PurchaseCountHalfYear *string + ShippingAccountNameMatch *bool + ShippingAddressFirstUsed *string + ShippingAddressUsageDate *string + SuspiciousActivityObserved *bool + TransactionCountDay *string + TransactionCountYear *string + func (t *ThreeDsCardholderAccountInfo) GetAccountAge() *string + func (t *ThreeDsCardholderAccountInfo) GetAccountChangeDate() *string + func (t *ThreeDsCardholderAccountInfo) GetAccountCreatedDate() *string + func (t *ThreeDsCardholderAccountInfo) GetAccountLastChanged() *string + func (t *ThreeDsCardholderAccountInfo) GetAccountPwdChangeDate() *string + func (t *ThreeDsCardholderAccountInfo) GetAccountPwdLastChanged() *string + func (t *ThreeDsCardholderAccountInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsCardholderAccountInfo) GetPaymentAccountAge() *string + func (t *ThreeDsCardholderAccountInfo) GetPaymentAccountCreated() *string + func (t *ThreeDsCardholderAccountInfo) GetPurchaseCountHalfYear() *string + func (t *ThreeDsCardholderAccountInfo) GetShippingAccountNameMatch() *bool + func (t *ThreeDsCardholderAccountInfo) GetShippingAddressFirstUsed() *string + func (t *ThreeDsCardholderAccountInfo) GetShippingAddressUsageDate() *string + func (t *ThreeDsCardholderAccountInfo) GetSuspiciousActivityObserved() *bool + func (t *ThreeDsCardholderAccountInfo) GetTransactionCountDay() *string + func (t *ThreeDsCardholderAccountInfo) GetTransactionCountYear() *string + func (t *ThreeDsCardholderAccountInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsCardholderAccountInfo) SetAccountAge(accountAge *string) + func (t *ThreeDsCardholderAccountInfo) SetAccountChangeDate(accountChangeDate *string) + func (t *ThreeDsCardholderAccountInfo) SetAccountCreatedDate(accountCreatedDate *string) + func (t *ThreeDsCardholderAccountInfo) SetAccountLastChanged(accountLastChanged *string) + func (t *ThreeDsCardholderAccountInfo) SetAccountPwdChangeDate(accountPwdChangeDate *string) + func (t *ThreeDsCardholderAccountInfo) SetAccountPwdLastChanged(accountPwdLastChanged *string) + func (t *ThreeDsCardholderAccountInfo) SetPaymentAccountAge(paymentAccountAge *string) + func (t *ThreeDsCardholderAccountInfo) SetPaymentAccountCreated(paymentAccountCreated *string) + func (t *ThreeDsCardholderAccountInfo) SetPurchaseCountHalfYear(purchaseCountHalfYear *string) + func (t *ThreeDsCardholderAccountInfo) SetShippingAccountNameMatch(shippingAccountNameMatch *bool) + func (t *ThreeDsCardholderAccountInfo) SetShippingAddressFirstUsed(shippingAddressFirstUsed *string) + func (t *ThreeDsCardholderAccountInfo) SetShippingAddressUsageDate(shippingAddressUsageDate *string) + func (t *ThreeDsCardholderAccountInfo) SetSuspiciousActivityObserved(suspiciousActivityObserved *bool) + func (t *ThreeDsCardholderAccountInfo) SetTransactionCountDay(transactionCountDay *string) + func (t *ThreeDsCardholderAccountInfo) SetTransactionCountYear(transactionCountYear *string) + func (t *ThreeDsCardholderAccountInfo) String() string + func (t *ThreeDsCardholderAccountInfo) UnmarshalJSON(data []byte) error + type ThreeDsCardholderAuthenticationInfo struct + Data *string + Method *string + Timestamp *string + func (t *ThreeDsCardholderAuthenticationInfo) GetData() *string + func (t *ThreeDsCardholderAuthenticationInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsCardholderAuthenticationInfo) GetMethod() *string + func (t *ThreeDsCardholderAuthenticationInfo) GetTimestamp() *string + func (t *ThreeDsCardholderAuthenticationInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsCardholderAuthenticationInfo) SetData(data *string) + func (t *ThreeDsCardholderAuthenticationInfo) SetMethod(method *string) + func (t *ThreeDsCardholderAuthenticationInfo) SetTimestamp(timestamp *string) + func (t *ThreeDsCardholderAuthenticationInfo) String() string + func (t *ThreeDsCardholderAuthenticationInfo) UnmarshalJSON(data []byte) error + type ThreeDsCardholderInfo struct + AccountID *string + AccountInfo *ThreeDsCardholderAccountInfo + AccountType *string + AuthenticationInfo *ThreeDsCardholderAuthenticationInfo + BillingAddress *ThreeDsAddress + BillingShippingAddressMatch *string + Email *string + MobilePhoneNumber *ThreeDsCardholderPhoneNumber + Name *string + PhoneNumber *ThreeDsCardholderPhoneNumber + PriorAuthenticationInfo *ThreeDsPriorAuthenticationInfo + ShippingAddress *ThreeDsAddress + WorkPhoneNumber *ThreeDsCardholderPhoneNumber + func (t *ThreeDsCardholderInfo) GetAccountID() *string + func (t *ThreeDsCardholderInfo) GetAccountInfo() *ThreeDsCardholderAccountInfo + func (t *ThreeDsCardholderInfo) GetAccountType() *string + func (t *ThreeDsCardholderInfo) GetAuthenticationInfo() *ThreeDsCardholderAuthenticationInfo + func (t *ThreeDsCardholderInfo) GetBillingAddress() *ThreeDsAddress + func (t *ThreeDsCardholderInfo) GetBillingShippingAddressMatch() *string + func (t *ThreeDsCardholderInfo) GetEmail() *string + func (t *ThreeDsCardholderInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsCardholderInfo) GetMobilePhoneNumber() *ThreeDsCardholderPhoneNumber + func (t *ThreeDsCardholderInfo) GetName() *string + func (t *ThreeDsCardholderInfo) GetPhoneNumber() *ThreeDsCardholderPhoneNumber + func (t *ThreeDsCardholderInfo) GetPriorAuthenticationInfo() *ThreeDsPriorAuthenticationInfo + func (t *ThreeDsCardholderInfo) GetShippingAddress() *ThreeDsAddress + func (t *ThreeDsCardholderInfo) GetWorkPhoneNumber() *ThreeDsCardholderPhoneNumber + func (t *ThreeDsCardholderInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsCardholderInfo) SetAccountID(accountID *string) + func (t *ThreeDsCardholderInfo) SetAccountInfo(accountInfo *ThreeDsCardholderAccountInfo) + func (t *ThreeDsCardholderInfo) SetAccountType(accountType *string) + func (t *ThreeDsCardholderInfo) SetAuthenticationInfo(authenticationInfo *ThreeDsCardholderAuthenticationInfo) + func (t *ThreeDsCardholderInfo) SetBillingAddress(billingAddress *ThreeDsAddress) + func (t *ThreeDsCardholderInfo) SetBillingShippingAddressMatch(billingShippingAddressMatch *string) + func (t *ThreeDsCardholderInfo) SetEmail(email *string) + func (t *ThreeDsCardholderInfo) SetMobilePhoneNumber(mobilePhoneNumber *ThreeDsCardholderPhoneNumber) + func (t *ThreeDsCardholderInfo) SetName(name *string) + func (t *ThreeDsCardholderInfo) SetPhoneNumber(phoneNumber *ThreeDsCardholderPhoneNumber) + func (t *ThreeDsCardholderInfo) SetPriorAuthenticationInfo(priorAuthenticationInfo *ThreeDsPriorAuthenticationInfo) + func (t *ThreeDsCardholderInfo) SetShippingAddress(shippingAddress *ThreeDsAddress) + func (t *ThreeDsCardholderInfo) SetWorkPhoneNumber(workPhoneNumber *ThreeDsCardholderPhoneNumber) + func (t *ThreeDsCardholderInfo) String() string + func (t *ThreeDsCardholderInfo) UnmarshalJSON(data []byte) error + type ThreeDsCardholderPhoneNumber struct + CountryCode *string + Number *string + func (t *ThreeDsCardholderPhoneNumber) GetCountryCode() *string + func (t *ThreeDsCardholderPhoneNumber) GetExtraProperties() map[string]interface{} + func (t *ThreeDsCardholderPhoneNumber) GetNumber() *string + func (t *ThreeDsCardholderPhoneNumber) MarshalJSON() ([]byte, error) + func (t *ThreeDsCardholderPhoneNumber) SetCountryCode(countryCode *string) + func (t *ThreeDsCardholderPhoneNumber) SetNumber(number *string) + func (t *ThreeDsCardholderPhoneNumber) String() string + func (t *ThreeDsCardholderPhoneNumber) UnmarshalJSON(data []byte) error + type ThreeDsDeviceInfo struct + BrowserAcceptHeader *string + BrowserColorDepth *string + BrowserIP *string + BrowserJavaEnabled *bool + BrowserJavascriptEnabled *bool + BrowserLanguage *string + BrowserScreenHeight *string + BrowserScreenWidth *string + BrowserTz *string + BrowserUserAgent *string + SdkApplicationID *string + SdkEncryptionData *string + SdkEphemeralPublicKey *string + SdkMaxTimeout *string + SdkReferenceNumber *string + SdkRenderOptions *ThreeDsMobileSdkRenderOptions + SdkTransactionID *string + func (t *ThreeDsDeviceInfo) GetBrowserAcceptHeader() *string + func (t *ThreeDsDeviceInfo) GetBrowserColorDepth() *string + func (t *ThreeDsDeviceInfo) GetBrowserIP() *string + func (t *ThreeDsDeviceInfo) GetBrowserJavaEnabled() *bool + func (t *ThreeDsDeviceInfo) GetBrowserJavascriptEnabled() *bool + func (t *ThreeDsDeviceInfo) GetBrowserLanguage() *string + func (t *ThreeDsDeviceInfo) GetBrowserScreenHeight() *string + func (t *ThreeDsDeviceInfo) GetBrowserScreenWidth() *string + func (t *ThreeDsDeviceInfo) GetBrowserTz() *string + func (t *ThreeDsDeviceInfo) GetBrowserUserAgent() *string + func (t *ThreeDsDeviceInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsDeviceInfo) GetSdkApplicationID() *string + func (t *ThreeDsDeviceInfo) GetSdkEncryptionData() *string + func (t *ThreeDsDeviceInfo) GetSdkEphemeralPublicKey() *string + func (t *ThreeDsDeviceInfo) GetSdkMaxTimeout() *string + func (t *ThreeDsDeviceInfo) GetSdkReferenceNumber() *string + func (t *ThreeDsDeviceInfo) GetSdkRenderOptions() *ThreeDsMobileSdkRenderOptions + func (t *ThreeDsDeviceInfo) GetSdkTransactionID() *string + func (t *ThreeDsDeviceInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsDeviceInfo) SetBrowserAcceptHeader(browserAcceptHeader *string) + func (t *ThreeDsDeviceInfo) SetBrowserColorDepth(browserColorDepth *string) + func (t *ThreeDsDeviceInfo) SetBrowserIP(browserIP *string) + func (t *ThreeDsDeviceInfo) SetBrowserJavaEnabled(browserJavaEnabled *bool) + func (t *ThreeDsDeviceInfo) SetBrowserJavascriptEnabled(browserJavascriptEnabled *bool) + func (t *ThreeDsDeviceInfo) SetBrowserLanguage(browserLanguage *string) + func (t *ThreeDsDeviceInfo) SetBrowserScreenHeight(browserScreenHeight *string) + func (t *ThreeDsDeviceInfo) SetBrowserScreenWidth(browserScreenWidth *string) + func (t *ThreeDsDeviceInfo) SetBrowserTz(browserTz *string) + func (t *ThreeDsDeviceInfo) SetBrowserUserAgent(browserUserAgent *string) + func (t *ThreeDsDeviceInfo) SetSdkApplicationID(sdkApplicationID *string) + func (t *ThreeDsDeviceInfo) SetSdkEncryptionData(sdkEncryptionData *string) + func (t *ThreeDsDeviceInfo) SetSdkEphemeralPublicKey(sdkEphemeralPublicKey *string) + func (t *ThreeDsDeviceInfo) SetSdkMaxTimeout(sdkMaxTimeout *string) + func (t *ThreeDsDeviceInfo) SetSdkReferenceNumber(sdkReferenceNumber *string) + func (t *ThreeDsDeviceInfo) SetSdkRenderOptions(sdkRenderOptions *ThreeDsMobileSdkRenderOptions) + func (t *ThreeDsDeviceInfo) SetSdkTransactionID(sdkTransactionID *string) + func (t *ThreeDsDeviceInfo) String() string + func (t *ThreeDsDeviceInfo) UnmarshalJSON(data []byte) error + type ThreeDsMerchantInfo struct + AcquirerBin *string + CategoryCode *string + CountryCode *string + Mid *string + Name *string + RiskInfo *ThreeDsMerchantRiskInfo + URL *string + func (t *ThreeDsMerchantInfo) GetAcquirerBin() *string + func (t *ThreeDsMerchantInfo) GetCategoryCode() *string + func (t *ThreeDsMerchantInfo) GetCountryCode() *string + func (t *ThreeDsMerchantInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsMerchantInfo) GetMid() *string + func (t *ThreeDsMerchantInfo) GetName() *string + func (t *ThreeDsMerchantInfo) GetRiskInfo() *ThreeDsMerchantRiskInfo + func (t *ThreeDsMerchantInfo) GetURL() *string + func (t *ThreeDsMerchantInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsMerchantInfo) SetAcquirerBin(acquirerBin *string) + func (t *ThreeDsMerchantInfo) SetCategoryCode(categoryCode *string) + func (t *ThreeDsMerchantInfo) SetCountryCode(countryCode *string) + func (t *ThreeDsMerchantInfo) SetMid(mid *string) + func (t *ThreeDsMerchantInfo) SetName(name *string) + func (t *ThreeDsMerchantInfo) SetRiskInfo(riskInfo *ThreeDsMerchantRiskInfo) + func (t *ThreeDsMerchantInfo) SetURL(url *string) + func (t *ThreeDsMerchantInfo) String() string + func (t *ThreeDsMerchantInfo) UnmarshalJSON(data []byte) error + type ThreeDsMerchantRiskInfo struct + DeliveryEmail *string + DeliveryTimeFrame *string + GiftCardAmount *string + GiftCardCount *string + GiftCardCurrency *string + PreOrderDate *string + PreOrderPurchase *bool + ReorderedPurchase *bool + ShippingMethod *string + func (t *ThreeDsMerchantRiskInfo) GetDeliveryEmail() *string + func (t *ThreeDsMerchantRiskInfo) GetDeliveryTimeFrame() *string + func (t *ThreeDsMerchantRiskInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsMerchantRiskInfo) GetGiftCardAmount() *string + func (t *ThreeDsMerchantRiskInfo) GetGiftCardCount() *string + func (t *ThreeDsMerchantRiskInfo) GetGiftCardCurrency() *string + func (t *ThreeDsMerchantRiskInfo) GetPreOrderDate() *string + func (t *ThreeDsMerchantRiskInfo) GetPreOrderPurchase() *bool + func (t *ThreeDsMerchantRiskInfo) GetReorderedPurchase() *bool + func (t *ThreeDsMerchantRiskInfo) GetShippingMethod() *string + func (t *ThreeDsMerchantRiskInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsMerchantRiskInfo) SetDeliveryEmail(deliveryEmail *string) + func (t *ThreeDsMerchantRiskInfo) SetDeliveryTimeFrame(deliveryTimeFrame *string) + func (t *ThreeDsMerchantRiskInfo) SetGiftCardAmount(giftCardAmount *string) + func (t *ThreeDsMerchantRiskInfo) SetGiftCardCount(giftCardCount *string) + func (t *ThreeDsMerchantRiskInfo) SetGiftCardCurrency(giftCardCurrency *string) + func (t *ThreeDsMerchantRiskInfo) SetPreOrderDate(preOrderDate *string) + func (t *ThreeDsMerchantRiskInfo) SetPreOrderPurchase(preOrderPurchase *bool) + func (t *ThreeDsMerchantRiskInfo) SetReorderedPurchase(reorderedPurchase *bool) + func (t *ThreeDsMerchantRiskInfo) SetShippingMethod(shippingMethod *string) + func (t *ThreeDsMerchantRiskInfo) String() string + func (t *ThreeDsMerchantRiskInfo) UnmarshalJSON(data []byte) error + type ThreeDsMessageExtension struct + Critical *bool + Data any + ID *string + Name *string + func (t *ThreeDsMessageExtension) GetCritical() *bool + func (t *ThreeDsMessageExtension) GetData() any + func (t *ThreeDsMessageExtension) GetExtraProperties() map[string]interface{} + func (t *ThreeDsMessageExtension) GetID() *string + func (t *ThreeDsMessageExtension) GetName() *string + func (t *ThreeDsMessageExtension) MarshalJSON() ([]byte, error) + func (t *ThreeDsMessageExtension) SetCritical(critical *bool) + func (t *ThreeDsMessageExtension) SetData(data any) + func (t *ThreeDsMessageExtension) SetID(id *string) + func (t *ThreeDsMessageExtension) SetName(name *string) + func (t *ThreeDsMessageExtension) String() string + func (t *ThreeDsMessageExtension) UnmarshalJSON(data []byte) error + type ThreeDsMethod struct + MethodCompletionIndicator *string + MethodURL *string + func (t *ThreeDsMethod) GetExtraProperties() map[string]interface{} + func (t *ThreeDsMethod) GetMethodCompletionIndicator() *string + func (t *ThreeDsMethod) GetMethodURL() *string + func (t *ThreeDsMethod) MarshalJSON() ([]byte, error) + func (t *ThreeDsMethod) SetMethodCompletionIndicator(methodCompletionIndicator *string) + func (t *ThreeDsMethod) SetMethodURL(methodURL *string) + func (t *ThreeDsMethod) String() string + func (t *ThreeDsMethod) UnmarshalJSON(data []byte) error + type ThreeDsMobileSdkRenderOptions struct + SdkInterface *string + SdkUIType []string + func (t *ThreeDsMobileSdkRenderOptions) GetExtraProperties() map[string]interface{} + func (t *ThreeDsMobileSdkRenderOptions) GetSdkInterface() *string + func (t *ThreeDsMobileSdkRenderOptions) GetSdkUIType() []string + func (t *ThreeDsMobileSdkRenderOptions) MarshalJSON() ([]byte, error) + func (t *ThreeDsMobileSdkRenderOptions) SetSdkInterface(sdkInterface *string) + func (t *ThreeDsMobileSdkRenderOptions) SetSdkUIType(sdkUIType []string) + func (t *ThreeDsMobileSdkRenderOptions) String() string + func (t *ThreeDsMobileSdkRenderOptions) UnmarshalJSON(data []byte) error + type ThreeDsPriorAuthenticationInfo struct + Data *string + Method *string + ReferenceID *string + Timestamp *string + func (t *ThreeDsPriorAuthenticationInfo) GetData() *string + func (t *ThreeDsPriorAuthenticationInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsPriorAuthenticationInfo) GetMethod() *string + func (t *ThreeDsPriorAuthenticationInfo) GetReferenceID() *string + func (t *ThreeDsPriorAuthenticationInfo) GetTimestamp() *string + func (t *ThreeDsPriorAuthenticationInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsPriorAuthenticationInfo) SetData(data *string) + func (t *ThreeDsPriorAuthenticationInfo) SetMethod(method *string) + func (t *ThreeDsPriorAuthenticationInfo) SetReferenceID(referenceID *string) + func (t *ThreeDsPriorAuthenticationInfo) SetTimestamp(timestamp *string) + func (t *ThreeDsPriorAuthenticationInfo) String() string + func (t *ThreeDsPriorAuthenticationInfo) UnmarshalJSON(data []byte) error + type ThreeDsPurchaseInfo struct + Amount *string + Currency *string + Date *string + Exponent *string + InstallmentCount *string + RecurringExpiration *string + RecurringFrequency *string + TransactionType *string + func (t *ThreeDsPurchaseInfo) GetAmount() *string + func (t *ThreeDsPurchaseInfo) GetCurrency() *string + func (t *ThreeDsPurchaseInfo) GetDate() *string + func (t *ThreeDsPurchaseInfo) GetExponent() *string + func (t *ThreeDsPurchaseInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsPurchaseInfo) GetInstallmentCount() *string + func (t *ThreeDsPurchaseInfo) GetRecurringExpiration() *string + func (t *ThreeDsPurchaseInfo) GetRecurringFrequency() *string + func (t *ThreeDsPurchaseInfo) GetTransactionType() *string + func (t *ThreeDsPurchaseInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsPurchaseInfo) SetAmount(amount *string) + func (t *ThreeDsPurchaseInfo) SetCurrency(currency *string) + func (t *ThreeDsPurchaseInfo) SetDate(date *string) + func (t *ThreeDsPurchaseInfo) SetExponent(exponent *string) + func (t *ThreeDsPurchaseInfo) SetInstallmentCount(installmentCount *string) + func (t *ThreeDsPurchaseInfo) SetRecurringExpiration(recurringExpiration *string) + func (t *ThreeDsPurchaseInfo) SetRecurringFrequency(recurringFrequency *string) + func (t *ThreeDsPurchaseInfo) SetTransactionType(transactionType *string) + func (t *ThreeDsPurchaseInfo) String() string + func (t *ThreeDsPurchaseInfo) UnmarshalJSON(data []byte) error + type ThreeDsRequestorInfo struct + AmexRequestorType *string + CbSiretNumber *string + DiscoverClientID *string + DiscoverRequestorID *string + ID *string + Name *string + URL *string + func (t *ThreeDsRequestorInfo) GetAmexRequestorType() *string + func (t *ThreeDsRequestorInfo) GetCbSiretNumber() *string + func (t *ThreeDsRequestorInfo) GetDiscoverClientID() *string + func (t *ThreeDsRequestorInfo) GetDiscoverRequestorID() *string + func (t *ThreeDsRequestorInfo) GetExtraProperties() map[string]interface{} + func (t *ThreeDsRequestorInfo) GetID() *string + func (t *ThreeDsRequestorInfo) GetName() *string + func (t *ThreeDsRequestorInfo) GetURL() *string + func (t *ThreeDsRequestorInfo) MarshalJSON() ([]byte, error) + func (t *ThreeDsRequestorInfo) SetAmexRequestorType(amexRequestorType *string) + func (t *ThreeDsRequestorInfo) SetCbSiretNumber(cbSiretNumber *string) + func (t *ThreeDsRequestorInfo) SetDiscoverClientID(discoverClientID *string) + func (t *ThreeDsRequestorInfo) SetDiscoverRequestorID(discoverRequestorID *string) + func (t *ThreeDsRequestorInfo) SetID(id *string) + func (t *ThreeDsRequestorInfo) SetName(name *string) + func (t *ThreeDsRequestorInfo) SetURL(url *string) + func (t *ThreeDsRequestorInfo) String() string + func (t *ThreeDsRequestorInfo) UnmarshalJSON(data []byte) error + type ThreeDsSession struct + AdditionalCardBrands []string + Authentication *ThreeDsAuthentication + CardBrand *string + CreatedBy *string + CreatedDate *time.Time + Device *string + DeviceInfo *ThreeDsDeviceInfo + ExpirationDate *time.Time + ID *string + Metadata map[string]*string + Method *ThreeDsMethod + ModifiedBy *string + ModifiedDate *time.Time + PanTokenID *string + TenantID *string + TokenID *string + TokenIntentID *string + Type *string + Version *ThreeDsVersion + WebChallengeMode *string + func (t *ThreeDsSession) GetAdditionalCardBrands() []string + func (t *ThreeDsSession) GetAuthentication() *ThreeDsAuthentication + func (t *ThreeDsSession) GetCardBrand() *string + func (t *ThreeDsSession) GetCreatedBy() *string + func (t *ThreeDsSession) GetCreatedDate() *time.Time + func (t *ThreeDsSession) GetDevice() *string + func (t *ThreeDsSession) GetDeviceInfo() *ThreeDsDeviceInfo + func (t *ThreeDsSession) GetExpirationDate() *time.Time + func (t *ThreeDsSession) GetExtraProperties() map[string]interface{} + func (t *ThreeDsSession) GetID() *string + func (t *ThreeDsSession) GetMetadata() map[string]*string + func (t *ThreeDsSession) GetMethod() *ThreeDsMethod + func (t *ThreeDsSession) GetModifiedBy() *string + func (t *ThreeDsSession) GetModifiedDate() *time.Time + func (t *ThreeDsSession) GetPanTokenID() *string + func (t *ThreeDsSession) GetTenantID() *string + func (t *ThreeDsSession) GetTokenID() *string + func (t *ThreeDsSession) GetTokenIntentID() *string + func (t *ThreeDsSession) GetType() *string + func (t *ThreeDsSession) GetVersion() *ThreeDsVersion + func (t *ThreeDsSession) GetWebChallengeMode() *string + func (t *ThreeDsSession) MarshalJSON() ([]byte, error) + func (t *ThreeDsSession) SetAdditionalCardBrands(additionalCardBrands []string) + func (t *ThreeDsSession) SetAuthentication(authentication *ThreeDsAuthentication) + func (t *ThreeDsSession) SetCardBrand(cardBrand *string) + func (t *ThreeDsSession) SetCreatedBy(createdBy *string) + func (t *ThreeDsSession) SetCreatedDate(createdDate *time.Time) + func (t *ThreeDsSession) SetDevice(device *string) + func (t *ThreeDsSession) SetDeviceInfo(deviceInfo *ThreeDsDeviceInfo) + func (t *ThreeDsSession) SetExpirationDate(expirationDate *time.Time) + func (t *ThreeDsSession) SetID(id *string) + func (t *ThreeDsSession) SetMetadata(metadata map[string]*string) + func (t *ThreeDsSession) SetMethod(method *ThreeDsMethod) + func (t *ThreeDsSession) SetModifiedBy(modifiedBy *string) + func (t *ThreeDsSession) SetModifiedDate(modifiedDate *time.Time) + func (t *ThreeDsSession) SetPanTokenID(panTokenID *string) + func (t *ThreeDsSession) SetTenantID(tenantID *string) + func (t *ThreeDsSession) SetTokenID(tokenID *string) + func (t *ThreeDsSession) SetTokenIntentID(tokenIntentID *string) + func (t *ThreeDsSession) SetType(type_ *string) + func (t *ThreeDsSession) SetVersion(version *ThreeDsVersion) + func (t *ThreeDsSession) SetWebChallengeMode(webChallengeMode *string) + func (t *ThreeDsSession) String() string + func (t *ThreeDsSession) UnmarshalJSON(data []byte) error + type ThreeDsVersion struct + AcsInformation []string + AvailableVersions []string + EarliestAcsSupportedVersion *string + EarliestDsSupportedVersion *string + LatestAcsSupportedVersion *string + LatestDsSupportedVersion *string + RecommendedVersion *string + func (t *ThreeDsVersion) GetAcsInformation() []string + func (t *ThreeDsVersion) GetAvailableVersions() []string + func (t *ThreeDsVersion) GetEarliestAcsSupportedVersion() *string + func (t *ThreeDsVersion) GetEarliestDsSupportedVersion() *string + func (t *ThreeDsVersion) GetExtraProperties() map[string]interface{} + func (t *ThreeDsVersion) GetLatestAcsSupportedVersion() *string + func (t *ThreeDsVersion) GetLatestDsSupportedVersion() *string + func (t *ThreeDsVersion) GetRecommendedVersion() *string + func (t *ThreeDsVersion) MarshalJSON() ([]byte, error) + func (t *ThreeDsVersion) SetAcsInformation(acsInformation []string) + func (t *ThreeDsVersion) SetAvailableVersions(availableVersions []string) + func (t *ThreeDsVersion) SetEarliestAcsSupportedVersion(earliestAcsSupportedVersion *string) + func (t *ThreeDsVersion) SetEarliestDsSupportedVersion(earliestDsSupportedVersion *string) + func (t *ThreeDsVersion) SetLatestAcsSupportedVersion(latestAcsSupportedVersion *string) + func (t *ThreeDsVersion) SetLatestDsSupportedVersion(latestDsSupportedVersion *string) + func (t *ThreeDsVersion) SetRecommendedVersion(recommendedVersion *string) + func (t *ThreeDsVersion) String() string + func (t *ThreeDsVersion) UnmarshalJSON(data []byte) error + type Token struct + Aliases []string + Authentication any + Bank *BankDetails + Card *CardDetails + Containers []string + CreatedAt *time.Time + CreatedBy *string + Data any + Enrichments *TokenEnrichments + ExpiresAt *time.Time + Extras *TokenExtras + Fingerprint *string + FingerprintExpression *string + ID *string + Mask any + Metadata map[string]*string + ModifiedAt *time.Time + ModifiedBy *string + NetworkToken *CardDetails + Privacy *Privacy + SearchIndexes []string + TenantID *string + Type *string + func (t *Token) GetAliases() []string + func (t *Token) GetAuthentication() any + func (t *Token) GetBank() *BankDetails + func (t *Token) GetCard() *CardDetails + func (t *Token) GetContainers() []string + func (t *Token) GetCreatedAt() *time.Time + func (t *Token) GetCreatedBy() *string + func (t *Token) GetData() any + func (t *Token) GetEnrichments() *TokenEnrichments + func (t *Token) GetExpiresAt() *time.Time + func (t *Token) GetExtraProperties() map[string]interface{} + func (t *Token) GetExtras() *TokenExtras + func (t *Token) GetFingerprint() *string + func (t *Token) GetFingerprintExpression() *string + func (t *Token) GetID() *string + func (t *Token) GetMask() any + func (t *Token) GetMetadata() map[string]*string + func (t *Token) GetModifiedAt() *time.Time + func (t *Token) GetModifiedBy() *string + func (t *Token) GetNetworkToken() *CardDetails + func (t *Token) GetPrivacy() *Privacy + func (t *Token) GetSearchIndexes() []string + func (t *Token) GetTenantID() *string + func (t *Token) GetType() *string + func (t *Token) MarshalJSON() ([]byte, error) + func (t *Token) SetAliases(aliases []string) + func (t *Token) SetAuthentication(authentication any) + func (t *Token) SetBank(bank *BankDetails) + func (t *Token) SetCard(card *CardDetails) + func (t *Token) SetContainers(containers []string) + func (t *Token) SetCreatedAt(createdAt *time.Time) + func (t *Token) SetCreatedBy(createdBy *string) + func (t *Token) SetData(data any) + func (t *Token) SetEnrichments(enrichments *TokenEnrichments) + func (t *Token) SetExpiresAt(expiresAt *time.Time) + func (t *Token) SetExtras(extras *TokenExtras) + func (t *Token) SetFingerprint(fingerprint *string) + func (t *Token) SetFingerprintExpression(fingerprintExpression *string) + func (t *Token) SetID(id *string) + func (t *Token) SetMask(mask any) + func (t *Token) SetMetadata(metadata map[string]*string) + func (t *Token) SetModifiedAt(modifiedAt *time.Time) + func (t *Token) SetModifiedBy(modifiedBy *string) + func (t *Token) SetNetworkToken(networkToken *CardDetails) + func (t *Token) SetPrivacy(privacy *Privacy) + func (t *Token) SetSearchIndexes(searchIndexes []string) + func (t *Token) SetTenantID(tenantID *string) + func (t *Token) SetType(type_ *string) + func (t *Token) String() string + func (t *Token) UnmarshalJSON(data []byte) error + type TokenAuthentication struct + EciIndicator *string + ThreedsCryptogram *string + func (t *TokenAuthentication) GetEciIndicator() *string + func (t *TokenAuthentication) GetExtraProperties() map[string]interface{} + func (t *TokenAuthentication) GetThreedsCryptogram() *string + func (t *TokenAuthentication) MarshalJSON() ([]byte, error) + func (t *TokenAuthentication) SetEciIndicator(eciIndicator *string) + func (t *TokenAuthentication) SetThreedsCryptogram(threedsCryptogram *string) + func (t *TokenAuthentication) String() string + func (t *TokenAuthentication) UnmarshalJSON(data []byte) error + type TokenCursorPaginatedList struct + Data []*Token + Pagination *CursorPagination + func (t *TokenCursorPaginatedList) GetData() []*Token + func (t *TokenCursorPaginatedList) GetExtraProperties() map[string]interface{} + func (t *TokenCursorPaginatedList) GetPagination() *CursorPagination + func (t *TokenCursorPaginatedList) MarshalJSON() ([]byte, error) + func (t *TokenCursorPaginatedList) SetData(data []*Token) + func (t *TokenCursorPaginatedList) SetPagination(pagination *CursorPagination) + func (t *TokenCursorPaginatedList) String() string + func (t *TokenCursorPaginatedList) UnmarshalJSON(data []byte) error + type TokenEnrichments struct + BinDetails *BinDetails + CardDetails *TokenEnrichmentsCardDetails + func (t *TokenEnrichments) GetBinDetails() *BinDetails + func (t *TokenEnrichments) GetCardDetails() *TokenEnrichmentsCardDetails + func (t *TokenEnrichments) GetExtraProperties() map[string]interface{} + func (t *TokenEnrichments) MarshalJSON() ([]byte, error) + func (t *TokenEnrichments) SetBinDetails(binDetails *BinDetails) + func (t *TokenEnrichments) SetCardDetails(cardDetails *TokenEnrichmentsCardDetails) + func (t *TokenEnrichments) String() string + func (t *TokenEnrichments) UnmarshalJSON(data []byte) error + type TokenEnrichmentsCardDetails struct + Bin *string + Last4 *string + func (t *TokenEnrichmentsCardDetails) GetBin() *string + func (t *TokenEnrichmentsCardDetails) GetExtraProperties() map[string]interface{} + func (t *TokenEnrichmentsCardDetails) GetLast4() *string + func (t *TokenEnrichmentsCardDetails) MarshalJSON() ([]byte, error) + func (t *TokenEnrichmentsCardDetails) SetBin(bin *string) + func (t *TokenEnrichmentsCardDetails) SetLast4(last4 *string) + func (t *TokenEnrichmentsCardDetails) String() string + func (t *TokenEnrichmentsCardDetails) UnmarshalJSON(data []byte) error + type TokenExtras struct + DecryptedPayload *bool + Deduplicated *bool + DeduplicationBehavior *string + NetworkTokenIDs []string + TspDetails *TokenServiceProviderDetails + func (t *TokenExtras) GetDecryptedPayload() *bool + func (t *TokenExtras) GetDeduplicated() *bool + func (t *TokenExtras) GetDeduplicationBehavior() *string + func (t *TokenExtras) GetExtraProperties() map[string]interface{} + func (t *TokenExtras) GetNetworkTokenIDs() []string + func (t *TokenExtras) GetTspDetails() *TokenServiceProviderDetails + func (t *TokenExtras) MarshalJSON() ([]byte, error) + func (t *TokenExtras) SetDecryptedPayload(decryptedPayload *bool) + func (t *TokenExtras) SetDeduplicated(deduplicated *bool) + func (t *TokenExtras) SetDeduplicationBehavior(deduplicationBehavior *string) + func (t *TokenExtras) SetNetworkTokenIDs(networkTokenIDs []string) + func (t *TokenExtras) SetTspDetails(tspDetails *TokenServiceProviderDetails) + func (t *TokenExtras) String() string + func (t *TokenExtras) UnmarshalJSON(data []byte) error + type TokenIntent struct + Authentication any + Bank *BankDetails + Card *CardDetails + CreatedAt *time.Time + CreatedBy *string + ExpiresAt *time.Time + Extras *TokenIntentExtras + Fingerprint *string + ID *string + NetworkToken *CardDetails + TenantID *string + Type *string + func (t *TokenIntent) GetAuthentication() any + func (t *TokenIntent) GetBank() *BankDetails + func (t *TokenIntent) GetCard() *CardDetails + func (t *TokenIntent) GetCreatedAt() *time.Time + func (t *TokenIntent) GetCreatedBy() *string + func (t *TokenIntent) GetExpiresAt() *time.Time + func (t *TokenIntent) GetExtraProperties() map[string]interface{} + func (t *TokenIntent) GetExtras() *TokenIntentExtras + func (t *TokenIntent) GetFingerprint() *string + func (t *TokenIntent) GetID() *string + func (t *TokenIntent) GetNetworkToken() *CardDetails + func (t *TokenIntent) GetTenantID() *string + func (t *TokenIntent) GetType() *string + func (t *TokenIntent) MarshalJSON() ([]byte, error) + func (t *TokenIntent) SetAuthentication(authentication any) + func (t *TokenIntent) SetBank(bank *BankDetails) + func (t *TokenIntent) SetCard(card *CardDetails) + func (t *TokenIntent) SetCreatedAt(createdAt *time.Time) + func (t *TokenIntent) SetCreatedBy(createdBy *string) + func (t *TokenIntent) SetExpiresAt(expiresAt *time.Time) + func (t *TokenIntent) SetExtras(extras *TokenIntentExtras) + func (t *TokenIntent) SetFingerprint(fingerprint *string) + func (t *TokenIntent) SetID(id *string) + func (t *TokenIntent) SetNetworkToken(networkToken *CardDetails) + func (t *TokenIntent) SetTenantID(tenantID *string) + func (t *TokenIntent) SetType(type_ *string) + func (t *TokenIntent) String() string + func (t *TokenIntent) UnmarshalJSON(data []byte) error + type TokenIntentExtras struct + NetworkTokenIDs []string + TspDetails *TokenServiceProviderDetails + func (t *TokenIntentExtras) GetExtraProperties() map[string]interface{} + func (t *TokenIntentExtras) GetNetworkTokenIDs() []string + func (t *TokenIntentExtras) GetTspDetails() *TokenServiceProviderDetails + func (t *TokenIntentExtras) MarshalJSON() ([]byte, error) + func (t *TokenIntentExtras) SetNetworkTokenIDs(networkTokenIDs []string) + func (t *TokenIntentExtras) SetTspDetails(tspDetails *TokenServiceProviderDetails) + func (t *TokenIntentExtras) String() string + func (t *TokenIntentExtras) UnmarshalJSON(data []byte) error + type TokenServiceProviderDetails struct + AssuranceDetails *AssuranceDetails + AuthMethod *string + AuthenticationResponses []*AuthenticationResponse + CardholderName *string + CurrencyCode *string + DeviceManufacturerIdentifier *string + EciIndicator *string + MerchantTokenIdentifier *string + MessageID *string + PaymentDataType *string + Status *string + TransactionAmount *int64 + TransactionID *string + Tsp *string + func (t *TokenServiceProviderDetails) GetAssuranceDetails() *AssuranceDetails + func (t *TokenServiceProviderDetails) GetAuthMethod() *string + func (t *TokenServiceProviderDetails) GetAuthenticationResponses() []*AuthenticationResponse + func (t *TokenServiceProviderDetails) GetCardholderName() *string + func (t *TokenServiceProviderDetails) GetCurrencyCode() *string + func (t *TokenServiceProviderDetails) GetDeviceManufacturerIdentifier() *string + func (t *TokenServiceProviderDetails) GetEciIndicator() *string + func (t *TokenServiceProviderDetails) GetExtraProperties() map[string]interface{} + func (t *TokenServiceProviderDetails) GetMerchantTokenIdentifier() *string + func (t *TokenServiceProviderDetails) GetMessageID() *string + func (t *TokenServiceProviderDetails) GetPaymentDataType() *string + func (t *TokenServiceProviderDetails) GetStatus() *string + func (t *TokenServiceProviderDetails) GetTransactionAmount() *int64 + func (t *TokenServiceProviderDetails) GetTransactionID() *string + func (t *TokenServiceProviderDetails) GetTsp() *string + func (t *TokenServiceProviderDetails) MarshalJSON() ([]byte, error) + func (t *TokenServiceProviderDetails) SetAssuranceDetails(assuranceDetails *AssuranceDetails) + func (t *TokenServiceProviderDetails) SetAuthMethod(authMethod *string) + func (t *TokenServiceProviderDetails) SetAuthenticationResponses(authenticationResponses []*AuthenticationResponse) + func (t *TokenServiceProviderDetails) SetCardholderName(cardholderName *string) + func (t *TokenServiceProviderDetails) SetCurrencyCode(currencyCode *string) + func (t *TokenServiceProviderDetails) SetDeviceManufacturerIdentifier(deviceManufacturerIdentifier *string) + func (t *TokenServiceProviderDetails) SetEciIndicator(eciIndicator *string) + func (t *TokenServiceProviderDetails) SetMerchantTokenIdentifier(merchantTokenIdentifier *string) + func (t *TokenServiceProviderDetails) SetMessageID(messageID *string) + func (t *TokenServiceProviderDetails) SetPaymentDataType(paymentDataType *string) + func (t *TokenServiceProviderDetails) SetStatus(status *string) + func (t *TokenServiceProviderDetails) SetTransactionAmount(transactionAmount *int64) + func (t *TokenServiceProviderDetails) SetTransactionID(transactionID *string) + func (t *TokenServiceProviderDetails) SetTsp(tsp *string) + func (t *TokenServiceProviderDetails) String() string + func (t *TokenServiceProviderDetails) UnmarshalJSON(data []byte) error + type TokensListV2Request struct + Container *string + Fingerprint *string + Metadata map[string]*string + Size *int + Start *string + Type *string + func (t *TokensListV2Request) SetContainer(container *string) + func (t *TokensListV2Request) SetFingerprint(fingerprint *string) + func (t *TokensListV2Request) SetMetadata(metadata map[string]*string) + func (t *TokensListV2Request) SetSize(size *int) + func (t *TokensListV2Request) SetStart(start *string) + func (t *TokensListV2Request) SetType(type_ *string) + type TransactionStatus string + const TransactionStatusApproved + const TransactionStatusCancelled + const TransactionStatusDeclined + const TransactionStatusError + const TransactionStatusPending + func NewTransactionStatusFromString(s string) (TransactionStatus, error) + func (t TransactionStatus) Ptr() *TransactionStatus + type TransactionType string + const TransactionTypeAuthorization + const TransactionTypeCapture + const TransactionTypeChargeback + const TransactionTypeFraud + const TransactionTypePurchase + const TransactionTypeRefund + const TransactionTypeReversal + const TransactionTypeVerification + func NewTransactionTypeFromString(s string) (TransactionType, error) + func (t TransactionType) Ptr() *TransactionType + type UnauthorizedError struct + Body *ProblemDetails + func (u *UnauthorizedError) MarshalJSON() ([]byte, error) + func (u *UnauthorizedError) UnmarshalJSON(data []byte) error + func (u *UnauthorizedError) Unwrap() error + type UnprocessableEntityError struct + Body *ProblemDetails + func (u *UnprocessableEntityError) MarshalJSON() ([]byte, error) + func (u *UnprocessableEntityError) UnmarshalJSON(data []byte) error + func (u *UnprocessableEntityError) Unwrap() error + type UpdateApplicationRequest struct + Name string + Permissions []string + Rules []*AccessRule + func (u *UpdateApplicationRequest) MarshalJSON() ([]byte, error) + func (u *UpdateApplicationRequest) SetName(name string) + func (u *UpdateApplicationRequest) SetPermissions(permissions []string) + func (u *UpdateApplicationRequest) SetRules(rules []*AccessRule) + func (u *UpdateApplicationRequest) UnmarshalJSON(data []byte) error + type UpdatePrivacy struct + ImpactLevel *string + RestrictionPolicy *string + func (u *UpdatePrivacy) GetExtraProperties() map[string]interface{} + func (u *UpdatePrivacy) GetImpactLevel() *string + func (u *UpdatePrivacy) GetRestrictionPolicy() *string + func (u *UpdatePrivacy) MarshalJSON() ([]byte, error) + func (u *UpdatePrivacy) SetImpactLevel(impactLevel *string) + func (u *UpdatePrivacy) SetRestrictionPolicy(restrictionPolicy *string) + func (u *UpdatePrivacy) String() string + func (u *UpdatePrivacy) UnmarshalJSON(data []byte) error + type UpdateProxyRequest struct + Application *Application + Configuration map[string]*string + DestinationURL string + DisableDetokenization *bool + Name string + RequestReactorID *string + RequestTransform *ProxyTransform + RequestTransforms []*ProxyTransform + RequireAuth *bool + ResponseReactorID *string + ResponseTransform *ProxyTransform + ResponseTransforms []*ProxyTransform + func (u *UpdateProxyRequest) MarshalJSON() ([]byte, error) + func (u *UpdateProxyRequest) SetApplication(application *Application) + func (u *UpdateProxyRequest) SetConfiguration(configuration map[string]*string) + func (u *UpdateProxyRequest) SetDestinationURL(destinationURL string) + func (u *UpdateProxyRequest) SetDisableDetokenization(disableDetokenization *bool) + func (u *UpdateProxyRequest) SetName(name string) + func (u *UpdateProxyRequest) SetRequestReactorID(requestReactorID *string) + func (u *UpdateProxyRequest) SetRequestTransform(requestTransform *ProxyTransform) + func (u *UpdateProxyRequest) SetRequestTransforms(requestTransforms []*ProxyTransform) + func (u *UpdateProxyRequest) SetRequireAuth(requireAuth *bool) + func (u *UpdateProxyRequest) SetResponseReactorID(responseReactorID *string) + func (u *UpdateProxyRequest) SetResponseTransform(responseTransform *ProxyTransform) + func (u *UpdateProxyRequest) SetResponseTransforms(responseTransforms []*ProxyTransform) + func (u *UpdateProxyRequest) UnmarshalJSON(data []byte) error + type UpdateReactorFormulaRequest struct + Code *string + Configuration []*ReactorFormulaConfiguration + Description *string + Icon *string + Name string + RequestParameters []*ReactorFormulaRequestParameter + Type string + func (u *UpdateReactorFormulaRequest) GetCode() *string + func (u *UpdateReactorFormulaRequest) GetConfiguration() []*ReactorFormulaConfiguration + func (u *UpdateReactorFormulaRequest) GetDescription() *string + func (u *UpdateReactorFormulaRequest) GetExtraProperties() map[string]interface{} + func (u *UpdateReactorFormulaRequest) GetIcon() *string + func (u *UpdateReactorFormulaRequest) GetName() string + func (u *UpdateReactorFormulaRequest) GetRequestParameters() []*ReactorFormulaRequestParameter + func (u *UpdateReactorFormulaRequest) GetType() string + func (u *UpdateReactorFormulaRequest) MarshalJSON() ([]byte, error) + func (u *UpdateReactorFormulaRequest) SetCode(code *string) + func (u *UpdateReactorFormulaRequest) SetConfiguration(configuration []*ReactorFormulaConfiguration) + func (u *UpdateReactorFormulaRequest) SetDescription(description *string) + func (u *UpdateReactorFormulaRequest) SetIcon(icon *string) + func (u *UpdateReactorFormulaRequest) SetName(name string) + func (u *UpdateReactorFormulaRequest) SetRequestParameters(requestParameters []*ReactorFormulaRequestParameter) + func (u *UpdateReactorFormulaRequest) SetType(type_ string) + func (u *UpdateReactorFormulaRequest) String() string + func (u *UpdateReactorFormulaRequest) UnmarshalJSON(data []byte) error + type UpdateReactorRequest struct + Application *Application + Code string + Configuration map[string]*string + Name string + Runtime *Runtime + func (u *UpdateReactorRequest) MarshalJSON() ([]byte, error) + func (u *UpdateReactorRequest) SetApplication(application *Application) + func (u *UpdateReactorRequest) SetCode(code string) + func (u *UpdateReactorRequest) SetConfiguration(configuration map[string]*string) + func (u *UpdateReactorRequest) SetName(name string) + func (u *UpdateReactorRequest) SetRuntime(runtime *Runtime) + func (u *UpdateReactorRequest) UnmarshalJSON(data []byte) error + type UpdateTokenRequest struct + Containers []string + Data any + DeduplicateToken *bool + ExpiresAt *string + FingerprintExpression *string + Mask any + Metadata map[string]*string + Privacy *UpdatePrivacy + SearchIndexes []string + func (u *UpdateTokenRequest) MarshalJSON() ([]byte, error) + func (u *UpdateTokenRequest) SetContainers(containers []string) + func (u *UpdateTokenRequest) SetData(data any) + func (u *UpdateTokenRequest) SetDeduplicateToken(deduplicateToken *bool) + func (u *UpdateTokenRequest) SetExpiresAt(expiresAt *string) + func (u *UpdateTokenRequest) SetFingerprintExpression(fingerprintExpression *string) + func (u *UpdateTokenRequest) SetMask(mask any) + func (u *UpdateTokenRequest) SetMetadata(metadata map[string]*string) + func (u *UpdateTokenRequest) SetPrivacy(privacy *UpdatePrivacy) + func (u *UpdateTokenRequest) SetSearchIndexes(searchIndexes []string) + func (u *UpdateTokenRequest) UnmarshalJSON(data []byte) error + type UpdateWebhookRequest struct + Events []string + Name string + NotifyEmail *string + URL string + func (u *UpdateWebhookRequest) MarshalJSON() ([]byte, error) + func (u *UpdateWebhookRequest) SetEvents(events []string) + func (u *UpdateWebhookRequest) SetName(name string) + func (u *UpdateWebhookRequest) SetNotifyEmail(notifyEmail *string) + func (u *UpdateWebhookRequest) SetURL(url string) + func (u *UpdateWebhookRequest) UnmarshalJSON(data []byte) error + type User struct + Email *string + FirstName *string + ID *string + LastName *string + MfaEnrolled *bool + Picture *string + Provider *string + func (u *User) GetEmail() *string + func (u *User) GetExtraProperties() map[string]interface{} + func (u *User) GetFirstName() *string + func (u *User) GetID() *string + func (u *User) GetLastName() *string + func (u *User) GetMfaEnrolled() *bool + func (u *User) GetPicture() *string + func (u *User) GetProvider() *string + func (u *User) MarshalJSON() ([]byte, error) + func (u *User) SetEmail(email *string) + func (u *User) SetFirstName(firstName *string) + func (u *User) SetID(id *string) + func (u *User) SetLastName(lastName *string) + func (u *User) SetMfaEnrolled(mfaEnrolled *bool) + func (u *User) SetPicture(picture *string) + func (u *User) SetProvider(provider *string) + func (u *User) String() string + func (u *User) UnmarshalJSON(data []byte) error + type ValidationProblemDetails struct + Detail *string + Errors map[string][]string + ExtraProperties map[string]interface{} + Instance *string + Status *int + Title *string + Type *string + func (v *ValidationProblemDetails) GetDetail() *string + func (v *ValidationProblemDetails) GetErrors() map[string][]string + func (v *ValidationProblemDetails) GetExtraProperties() map[string]interface{} + func (v *ValidationProblemDetails) GetInstance() *string + func (v *ValidationProblemDetails) GetStatus() *int + func (v *ValidationProblemDetails) GetTitle() *string + func (v *ValidationProblemDetails) GetType() *string + func (v *ValidationProblemDetails) MarshalJSON() ([]byte, error) + func (v *ValidationProblemDetails) SetDetail(detail *string) + func (v *ValidationProblemDetails) SetErrors(errors map[string][]string) + func (v *ValidationProblemDetails) SetInstance(instance *string) + func (v *ValidationProblemDetails) SetStatus(status *int) + func (v *ValidationProblemDetails) SetTitle(title *string) + func (v *ValidationProblemDetails) SetType(type_ *string) + func (v *ValidationProblemDetails) String() string + func (v *ValidationProblemDetails) UnmarshalJSON(data []byte) error + type VerificationResponse struct + AuthContext map[string]any + Brand *VerificationResponseBrand + Methods []*VerificationResponseMethodsItem + PasskeyContext *VerificationResponsePasskeyContext + Redirect *VerificationResponseRedirect + Status *VerificationResponseStatus + func (v *VerificationResponse) GetAuthContext() map[string]any + func (v *VerificationResponse) GetBrand() *VerificationResponseBrand + func (v *VerificationResponse) GetExtraProperties() map[string]interface{} + func (v *VerificationResponse) GetMethods() []*VerificationResponseMethodsItem + func (v *VerificationResponse) GetPasskeyContext() *VerificationResponsePasskeyContext + func (v *VerificationResponse) GetRedirect() *VerificationResponseRedirect + func (v *VerificationResponse) GetStatus() *VerificationResponseStatus + func (v *VerificationResponse) MarshalJSON() ([]byte, error) + func (v *VerificationResponse) SetAuthContext(authContext map[string]any) + func (v *VerificationResponse) SetBrand(brand *VerificationResponseBrand) + func (v *VerificationResponse) SetMethods(methods []*VerificationResponseMethodsItem) + func (v *VerificationResponse) SetPasskeyContext(passkeyContext *VerificationResponsePasskeyContext) + func (v *VerificationResponse) SetRedirect(redirect *VerificationResponseRedirect) + func (v *VerificationResponse) SetStatus(status *VerificationResponseStatus) + func (v *VerificationResponse) String() string + func (v *VerificationResponse) UnmarshalJSON(data []byte) error + type VerificationResponseBrand string + const VerificationResponseBrandMastercard + const VerificationResponseBrandVisa + func NewVerificationResponseBrandFromString(s string) (VerificationResponseBrand, error) + func (v VerificationResponseBrand) Ptr() *VerificationResponseBrand + type VerificationResponseMethodsItem struct + ID *string + Type *string + Value *string + func (v *VerificationResponseMethodsItem) GetExtraProperties() map[string]interface{} + func (v *VerificationResponseMethodsItem) GetID() *string + func (v *VerificationResponseMethodsItem) GetType() *string + func (v *VerificationResponseMethodsItem) GetValue() *string + func (v *VerificationResponseMethodsItem) MarshalJSON() ([]byte, error) + func (v *VerificationResponseMethodsItem) SetID(id *string) + func (v *VerificationResponseMethodsItem) SetType(type_ *string) + func (v *VerificationResponseMethodsItem) SetValue(value *string) + func (v *VerificationResponseMethodsItem) String() string + func (v *VerificationResponseMethodsItem) UnmarshalJSON(data []byte) error + type VerificationResponsePasskeyContext struct + Action *VerificationResponsePasskeyContextAction + AuthPreferences *VerificationResponsePasskeyContextAuthPreferences + DisplayContext *VerificationResponsePasskeyContextDisplayContext + Endpoint *string + Identifier *string + Payload *string + PlatformType *VerificationResponsePasskeyContextPlatformType + func (v *VerificationResponsePasskeyContext) GetAction() *VerificationResponsePasskeyContextAction + func (v *VerificationResponsePasskeyContext) GetAuthPreferences() *VerificationResponsePasskeyContextAuthPreferences + func (v *VerificationResponsePasskeyContext) GetDisplayContext() *VerificationResponsePasskeyContextDisplayContext + func (v *VerificationResponsePasskeyContext) GetEndpoint() *string + func (v *VerificationResponsePasskeyContext) GetExtraProperties() map[string]interface{} + func (v *VerificationResponsePasskeyContext) GetIdentifier() *string + func (v *VerificationResponsePasskeyContext) GetPayload() *string + func (v *VerificationResponsePasskeyContext) GetPlatformType() *VerificationResponsePasskeyContextPlatformType + func (v *VerificationResponsePasskeyContext) MarshalJSON() ([]byte, error) + func (v *VerificationResponsePasskeyContext) SetAction(action *VerificationResponsePasskeyContextAction) + func (v *VerificationResponsePasskeyContext) SetAuthPreferences(authPreferences *VerificationResponsePasskeyContextAuthPreferences) + func (v *VerificationResponsePasskeyContext) SetDisplayContext(displayContext *VerificationResponsePasskeyContextDisplayContext) + func (v *VerificationResponsePasskeyContext) SetEndpoint(endpoint *string) + func (v *VerificationResponsePasskeyContext) SetIdentifier(identifier *string) + func (v *VerificationResponsePasskeyContext) SetPayload(payload *string) + func (v *VerificationResponsePasskeyContext) SetPlatformType(platformType *VerificationResponsePasskeyContextPlatformType) + func (v *VerificationResponsePasskeyContext) String() string + func (v *VerificationResponsePasskeyContext) UnmarshalJSON(data []byte) error + type VerificationResponsePasskeyContextAction string + const VerificationResponsePasskeyContextActionAuthenticate + const VerificationResponsePasskeyContextActionRegister + func NewVerificationResponsePasskeyContextActionFromString(s string) (VerificationResponsePasskeyContextAction, error) + func (v VerificationResponsePasskeyContextAction) Ptr() *VerificationResponsePasskeyContextAction + type VerificationResponsePasskeyContextAuthPreferences struct + ResponseMode *string + ResponseType *string + func (v *VerificationResponsePasskeyContextAuthPreferences) GetExtraProperties() map[string]interface{} + func (v *VerificationResponsePasskeyContextAuthPreferences) GetResponseMode() *string + func (v *VerificationResponsePasskeyContextAuthPreferences) GetResponseType() *string + func (v *VerificationResponsePasskeyContextAuthPreferences) MarshalJSON() ([]byte, error) + func (v *VerificationResponsePasskeyContextAuthPreferences) SetResponseMode(responseMode *string) + func (v *VerificationResponsePasskeyContextAuthPreferences) SetResponseType(responseType *string) + func (v *VerificationResponsePasskeyContextAuthPreferences) String() string + func (v *VerificationResponsePasskeyContextAuthPreferences) UnmarshalJSON(data []byte) error + type VerificationResponsePasskeyContextDisplayContext struct + CardBrand *string + CardLast4 *string + func (v *VerificationResponsePasskeyContextDisplayContext) GetCardBrand() *string + func (v *VerificationResponsePasskeyContextDisplayContext) GetCardLast4() *string + func (v *VerificationResponsePasskeyContextDisplayContext) GetExtraProperties() map[string]interface{} + func (v *VerificationResponsePasskeyContextDisplayContext) MarshalJSON() ([]byte, error) + func (v *VerificationResponsePasskeyContextDisplayContext) SetCardBrand(cardBrand *string) + func (v *VerificationResponsePasskeyContextDisplayContext) SetCardLast4(cardLast4 *string) + func (v *VerificationResponsePasskeyContextDisplayContext) String() string + func (v *VerificationResponsePasskeyContextDisplayContext) UnmarshalJSON(data []byte) error + type VerificationResponsePasskeyContextPlatformType string + const VerificationResponsePasskeyContextPlatformTypeMobile + const VerificationResponsePasskeyContextPlatformTypeNative + const VerificationResponsePasskeyContextPlatformTypeWeb + func NewVerificationResponsePasskeyContextPlatformTypeFromString(s string) (VerificationResponsePasskeyContextPlatformType, error) + func (v VerificationResponsePasskeyContextPlatformType) Ptr() *VerificationResponsePasskeyContextPlatformType + type VerificationResponseRedirect struct + ExpiresAt *time.Time + URI *string + URIType *VerificationResponseRedirectURIType + func (v *VerificationResponseRedirect) GetExpiresAt() *time.Time + func (v *VerificationResponseRedirect) GetExtraProperties() map[string]interface{} + func (v *VerificationResponseRedirect) GetURI() *string + func (v *VerificationResponseRedirect) GetURIType() *VerificationResponseRedirectURIType + func (v *VerificationResponseRedirect) MarshalJSON() ([]byte, error) + func (v *VerificationResponseRedirect) SetExpiresAt(expiresAt *time.Time) + func (v *VerificationResponseRedirect) SetURI(uri *string) + func (v *VerificationResponseRedirect) SetURIType(uriType *VerificationResponseRedirectURIType) + func (v *VerificationResponseRedirect) String() string + func (v *VerificationResponseRedirect) UnmarshalJSON(data []byte) error + type VerificationResponseRedirectURIType string + const VerificationResponseRedirectURITypeAppURI + const VerificationResponseRedirectURITypeWebURI + func NewVerificationResponseRedirectURITypeFromString(s string) (VerificationResponseRedirectURIType, error) + func (v VerificationResponseRedirectURIType) Ptr() *VerificationResponseRedirectURIType + type VerificationResponseStatus string + const VerificationResponseStatusApproved + const VerificationResponseStatusChallenge + const VerificationResponseStatusDeviceBound + const VerificationResponseStatusOtpSent + const VerificationResponseStatusPasskeyRequired + const VerificationResponseStatusRedirectRequired + const VerificationResponseStatusVerified + func NewVerificationResponseStatusFromString(s string) (VerificationResponseStatus, error) + func (v VerificationResponseStatus) Ptr() *VerificationResponseStatus + type VisaConfig struct + AcquirerBin *string + CardAcceptorIDCaid *string + func (v *VisaConfig) GetAcquirerBin() *string + func (v *VisaConfig) GetCardAcceptorIDCaid() *string + func (v *VisaConfig) GetExtraProperties() map[string]interface{} + func (v *VisaConfig) MarshalJSON() ([]byte, error) + func (v *VisaConfig) SetAcquirerBin(acquirerBin *string) + func (v *VisaConfig) SetCardAcceptorIDCaid(cardAcceptorIDCaid *string) + func (v *VisaConfig) String() string + func (v *VisaConfig) UnmarshalJSON(data []byte) error + type Webhook struct + CreatedAt time.Time + CreatedBy string + Events []string + ID string + ModifiedAt *time.Time + ModifiedBy *string + Name string + NotifyEmail *string + Status WebhookStatus + TenantID string + URL string + func (w *Webhook) GetCreatedAt() time.Time + func (w *Webhook) GetCreatedBy() string + func (w *Webhook) GetEvents() []string + func (w *Webhook) GetExtraProperties() map[string]interface{} + func (w *Webhook) GetID() string + func (w *Webhook) GetModifiedAt() *time.Time + func (w *Webhook) GetModifiedBy() *string + func (w *Webhook) GetName() string + func (w *Webhook) GetNotifyEmail() *string + func (w *Webhook) GetStatus() WebhookStatus + func (w *Webhook) GetTenantID() string + func (w *Webhook) GetURL() string + func (w *Webhook) MarshalJSON() ([]byte, error) + func (w *Webhook) SetCreatedAt(createdAt time.Time) + func (w *Webhook) SetCreatedBy(createdBy string) + func (w *Webhook) SetEvents(events []string) + func (w *Webhook) SetID(id string) + func (w *Webhook) SetModifiedAt(modifiedAt *time.Time) + func (w *Webhook) SetModifiedBy(modifiedBy *string) + func (w *Webhook) SetName(name string) + func (w *Webhook) SetNotifyEmail(notifyEmail *string) + func (w *Webhook) SetStatus(status WebhookStatus) + func (w *Webhook) SetTenantID(tenantID string) + func (w *Webhook) SetURL(url string) + func (w *Webhook) String() string + func (w *Webhook) UnmarshalJSON(data []byte) error + type WebhookList struct + Data []*Webhook + Pagination *WebhookListPagination + func (w *WebhookList) GetData() []*Webhook + func (w *WebhookList) GetExtraProperties() map[string]interface{} + func (w *WebhookList) GetPagination() *WebhookListPagination + func (w *WebhookList) MarshalJSON() ([]byte, error) + func (w *WebhookList) SetData(data []*Webhook) + func (w *WebhookList) SetPagination(pagination *WebhookListPagination) + func (w *WebhookList) String() string + func (w *WebhookList) UnmarshalJSON(data []byte) error + type WebhookListPagination struct + Next *string + PageSize *int + func (w *WebhookListPagination) GetExtraProperties() map[string]interface{} + func (w *WebhookListPagination) GetNext() *string + func (w *WebhookListPagination) GetPageSize() *int + func (w *WebhookListPagination) MarshalJSON() ([]byte, error) + func (w *WebhookListPagination) SetNext(next *string) + func (w *WebhookListPagination) SetPageSize(pageSize *int) + func (w *WebhookListPagination) String() string + func (w *WebhookListPagination) UnmarshalJSON(data []byte) error + type WebhookStatus string + const WebhookStatusDisabled + const WebhookStatusEnabled + func NewWebhookStatusFromString(s string) (WebhookStatus, error) + func (w WebhookStatus) Ptr() *WebhookStatus Other modules containing this package github.com/Basis-Theory/go-sdk github.com/Basis-Theory/go-sdk/v2 github.com/Basis-Theory/go-sdk/v3 github.com/Basis-Theory/go-sdk/v4 github.com/Basis-Theory/go-sdk/v5 github.com/Basis-Theory/go-sdk/v7