product

package
v0.0.0-...-1f8cd32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: BSD-3-Clause, MIT Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountOnFile

type AccountOnFile struct {
	Attributes       *[]AccountOnFileAttribute  `json:"attributes,omitempty"`
	DisplayHints     *AccountOnFileDisplayHints `json:"displayHints,omitempty"`
	ID               *int32                     `json:"id,omitempty"`
	PaymentProductID *int32                     `json:"paymentProductId,omitempty"`
}

AccountOnFile represents class AccountOnFile

func NewAccountOnFile

func NewAccountOnFile() *AccountOnFile

NewAccountOnFile constructs a new AccountOnFile

type AccountOnFileAttribute

type AccountOnFileAttribute struct {
	Key             *string `json:"key,omitempty"`
	MustWriteReason *string `json:"mustWriteReason,omitempty"`
	Status          *string `json:"status,omitempty"`
	Value           *string `json:"value,omitempty"`
}

AccountOnFileAttribute represents class AccountOnFileAttribute

func NewAccountOnFileAttribute

func NewAccountOnFileAttribute() *AccountOnFileAttribute

NewAccountOnFileAttribute constructs a new AccountOnFileAttribute

type AccountOnFileDisplayHints

type AccountOnFileDisplayHints struct {
	LabelTemplate *[]LabelTemplateElement `json:"labelTemplate,omitempty"`
}

AccountOnFileDisplayHints represents class AccountOnFileDisplayHints

func NewAccountOnFileDisplayHints

func NewAccountOnFileDisplayHints() *AccountOnFileDisplayHints

NewAccountOnFileDisplayHints constructs a new AccountOnFileDisplayHints

type AuthenticationIndicator

type AuthenticationIndicator struct {
	Name  *string `json:"name,omitempty"`
	Value *string `json:"value,omitempty"`
}

AuthenticationIndicator represents class AuthenticationIndicator

func NewAuthenticationIndicator

func NewAuthenticationIndicator() *AuthenticationIndicator

NewAuthenticationIndicator constructs a new AuthenticationIndicator

type BoletoBancarioRequirednessValidator

type BoletoBancarioRequirednessValidator struct {
	FiscalNumberLength *int32 `json:"fiscalNumberLength,omitempty"`
}

BoletoBancarioRequirednessValidator represents class BoletoBancarioRequirednessValidator

func NewBoletoBancarioRequirednessValidator

func NewBoletoBancarioRequirednessValidator() *BoletoBancarioRequirednessValidator

NewBoletoBancarioRequirednessValidator constructs a new BoletoBancarioRequirednessValidator

type CreatePaymentProductSessionRequest

type CreatePaymentProductSessionRequest struct {
	PaymentProductSession302SpecificInput *MobilePaymentProductSession302SpecificInput `json:"paymentProductSession302SpecificInput,omitempty"`
}

CreatePaymentProductSessionRequest represents class CreatePaymentProductSessionRequest

func NewCreatePaymentProductSessionRequest

func NewCreatePaymentProductSessionRequest() *CreatePaymentProductSessionRequest

NewCreatePaymentProductSessionRequest constructs a new CreatePaymentProductSessionRequest

type CreatePaymentProductSessionResponse

type CreatePaymentProductSessionResponse struct {
	PaymentProductSession302SpecificOutput *MobilePaymentProductSession302SpecificOutput `json:"paymentProductSession302SpecificOutput,omitempty"`
}

CreatePaymentProductSessionResponse represents class CreatePaymentProductSessionResponse

func NewCreatePaymentProductSessionResponse

func NewCreatePaymentProductSessionResponse() *CreatePaymentProductSessionResponse

NewCreatePaymentProductSessionResponse constructs a new CreatePaymentProductSessionResponse

type DeviceFingerprintRequest

type DeviceFingerprintRequest struct {
	CollectorCallback *string `json:"collectorCallback,omitempty"`
}

DeviceFingerprintRequest represents class DeviceFingerprintRequest

func NewDeviceFingerprintRequest

func NewDeviceFingerprintRequest() *DeviceFingerprintRequest

NewDeviceFingerprintRequest constructs a new DeviceFingerprintRequest

type DeviceFingerprintResponse

type DeviceFingerprintResponse struct {
	DeviceFingerprintTransactionID *string `json:"deviceFingerprintTransactionId,omitempty"`
	HTML                           *string `json:"html,omitempty"`
}

DeviceFingerprintResponse represents class DeviceFingerprintResponse

func NewDeviceFingerprintResponse

func NewDeviceFingerprintResponse() *DeviceFingerprintResponse

NewDeviceFingerprintResponse constructs a new DeviceFingerprintResponse

type Directory

type Directory struct {
	Entries *[]DirectoryEntry `json:"entries,omitempty"`
}

Directory represents class Directory

func NewDirectory

func NewDirectory() *Directory

NewDirectory constructs a new Directory

type DirectoryEntry

type DirectoryEntry struct {
	CountryNames *[]string `json:"countryNames,omitempty"`
	IssuerID     *string   `json:"issuerId,omitempty"`
	IssuerList   *string   `json:"issuerList,omitempty"`
	IssuerName   *string   `json:"issuerName,omitempty"`
}

DirectoryEntry represents class DirectoryEntry

func NewDirectoryEntry

func NewDirectoryEntry() *DirectoryEntry

NewDirectoryEntry constructs a new DirectoryEntry

type EmptyValidator

type EmptyValidator struct {
}

EmptyValidator represents class EmptyValidator

func NewEmptyValidator

func NewEmptyValidator() *EmptyValidator

NewEmptyValidator constructs a new EmptyValidator

type FixedListValidator

type FixedListValidator struct {
	AllowedValues *[]string `json:"allowedValues,omitempty"`
}

FixedListValidator represents class FixedListValidator

func NewFixedListValidator

func NewFixedListValidator() *FixedListValidator

NewFixedListValidator constructs a new FixedListValidator

type GetCustomerDetailsRequest

type GetCustomerDetailsRequest struct {
	CountryCode *string                     `json:"countryCode,omitempty"`
	Values      *[]definitions.KeyValuePair `json:"values,omitempty"`
}

GetCustomerDetailsRequest represents class GetCustomerDetailsRequest

func NewGetCustomerDetailsRequest

func NewGetCustomerDetailsRequest() *GetCustomerDetailsRequest

NewGetCustomerDetailsRequest constructs a new GetCustomerDetailsRequest

type GetCustomerDetailsResponse

type GetCustomerDetailsResponse struct {
	City         *string `json:"city,omitempty"`
	Country      *string `json:"country,omitempty"`
	EmailAddress *string `json:"emailAddress,omitempty"`
	FirstName    *string `json:"firstName,omitempty"`
	FiscalNumber *string `json:"fiscalNumber,omitempty"`
	LanguageCode *string `json:"languageCode,omitempty"`
	PhoneNumber  *string `json:"phoneNumber,omitempty"`
	Street       *string `json:"street,omitempty"`
	Surname      *string `json:"surname,omitempty"`
	Zip          *string `json:"zip,omitempty"`
}

GetCustomerDetailsResponse represents class GetCustomerDetailsResponse

func NewGetCustomerDetailsResponse

func NewGetCustomerDetailsResponse() *GetCustomerDetailsResponse

NewGetCustomerDetailsResponse constructs a new GetCustomerDetailsResponse

type LabelTemplateElement

type LabelTemplateElement struct {
	AttributeKey *string `json:"attributeKey,omitempty"`
	Mask         *string `json:"mask,omitempty"`
}

LabelTemplateElement represents class LabelTemplateElement

func NewLabelTemplateElement

func NewLabelTemplateElement() *LabelTemplateElement

NewLabelTemplateElement constructs a new LabelTemplateElement

type LengthValidator

type LengthValidator struct {
	MaxLength *int32 `json:"maxLength,omitempty"`
	MinLength *int32 `json:"minLength,omitempty"`
}

LengthValidator represents class LengthValidator

func NewLengthValidator

func NewLengthValidator() *LengthValidator

NewLengthValidator constructs a new LengthValidator

type MobilePaymentProductSession302SpecificInput

type MobilePaymentProductSession302SpecificInput struct {
	DisplayName   *string `json:"displayName,omitempty"`
	DomainName    *string `json:"domainName,omitempty"`
	ValidationURL *string `json:"validationUrl,omitempty"`
}

MobilePaymentProductSession302SpecificInput represents class MobilePaymentProductSession302SpecificInput

func NewMobilePaymentProductSession302SpecificInput

func NewMobilePaymentProductSession302SpecificInput() *MobilePaymentProductSession302SpecificInput

NewMobilePaymentProductSession302SpecificInput constructs a new MobilePaymentProductSession302SpecificInput

type MobilePaymentProductSession302SpecificOutput

type MobilePaymentProductSession302SpecificOutput struct {
	SessionObject *string `json:"sessionObject,omitempty"`
}

MobilePaymentProductSession302SpecificOutput represents class MobilePaymentProductSession302SpecificOutput

func NewMobilePaymentProductSession302SpecificOutput

func NewMobilePaymentProductSession302SpecificOutput() *MobilePaymentProductSession302SpecificOutput

NewMobilePaymentProductSession302SpecificOutput constructs a new MobilePaymentProductSession302SpecificOutput

type PaymentProduct

type PaymentProduct struct {
	AccountsOnFile                *[]AccountOnFile               `json:"accountsOnFile,omitempty"`
	AcquirerCountry               *string                        `json:"acquirerCountry,omitempty"`
	AllowsInstallments            *bool                          `json:"allowsInstallments,omitempty"`
	AllowsRecurring               *bool                          `json:"allowsRecurring,omitempty"`
	AllowsTokenization            *bool                          `json:"allowsTokenization,omitempty"`
	AuthenticationIndicator       *AuthenticationIndicator       `json:"authenticationIndicator,omitempty"`
	AutoTokenized                 *bool                          `json:"autoTokenized,omitempty"`
	CanBeIframed                  *bool                          `json:"canBeIframed,omitempty"`
	DeviceFingerprintEnabled      *bool                          `json:"deviceFingerprintEnabled,omitempty"`
	DisplayHints                  *PaymentProductDisplayHints    `json:"displayHints,omitempty"`
	Fields                        *[]PaymentProductField         `json:"fields,omitempty"`
	FieldsWarning                 *string                        `json:"fieldsWarning,omitempty"`
	ID                            *int32                         `json:"id,omitempty"`
	IsAuthenticationSupported     *bool                          `json:"isAuthenticationSupported,omitempty"`
	IsJavaScriptRequired          *bool                          `json:"isJavaScriptRequired,omitempty"`
	MaxAmount                     *int64                         `json:"maxAmount,omitempty"`
	MinAmount                     *int64                         `json:"minAmount,omitempty"`
	MobileIntegrationLevel        *string                        `json:"mobileIntegrationLevel,omitempty"`
	PaymentMethod                 *string                        `json:"paymentMethod,omitempty"`
	PaymentProduct302SpecificData *PaymentProduct302SpecificData `json:"paymentProduct302SpecificData,omitempty"`
	PaymentProduct320SpecificData *PaymentProduct320SpecificData `json:"paymentProduct320SpecificData,omitempty"`
	PaymentProduct863SpecificData *PaymentProduct863SpecificData `json:"paymentProduct863SpecificData,omitempty"`
	PaymentProductGroup           *string                        `json:"paymentProductGroup,omitempty"`
	SupportsMandates              *bool                          `json:"supportsMandates,omitempty"`
	UsesRedirectionTo3rdParty     *bool                          `json:"usesRedirectionTo3rdParty,omitempty"`
}

PaymentProduct represents class PaymentProduct

func NewPaymentProduct

func NewPaymentProduct() *PaymentProduct

NewPaymentProduct constructs a new PaymentProduct

type PaymentProduct302SpecificData

type PaymentProduct302SpecificData struct {
	Networks *[]string `json:"networks,omitempty"`
}

PaymentProduct302SpecificData represents class PaymentProduct302SpecificData

func NewPaymentProduct302SpecificData

func NewPaymentProduct302SpecificData() *PaymentProduct302SpecificData

NewPaymentProduct302SpecificData constructs a new PaymentProduct302SpecificData

type PaymentProduct320SpecificData

type PaymentProduct320SpecificData struct {
	Gateway  *string   `json:"gateway,omitempty"`
	Networks *[]string `json:"networks,omitempty"`
}

PaymentProduct320SpecificData represents class PaymentProduct320SpecificData

func NewPaymentProduct320SpecificData

func NewPaymentProduct320SpecificData() *PaymentProduct320SpecificData

NewPaymentProduct320SpecificData constructs a new PaymentProduct320SpecificData

type PaymentProduct863SpecificData

type PaymentProduct863SpecificData struct {
	IntegrationTypes *[]string `json:"integrationTypes,omitempty"`
}

PaymentProduct863SpecificData represents class PaymentProduct863SpecificData

func NewPaymentProduct863SpecificData

func NewPaymentProduct863SpecificData() *PaymentProduct863SpecificData

NewPaymentProduct863SpecificData constructs a new PaymentProduct863SpecificData

type PaymentProductDisplayHints

type PaymentProductDisplayHints struct {
	DisplayOrder *int32  `json:"displayOrder,omitempty"`
	Label        *string `json:"label,omitempty"`
}

PaymentProductDisplayHints represents class PaymentProductDisplayHints

func NewPaymentProductDisplayHints

func NewPaymentProductDisplayHints() *PaymentProductDisplayHints

NewPaymentProductDisplayHints constructs a new PaymentProductDisplayHints

type PaymentProductField

type PaymentProductField struct {
	DataRestrictions *PaymentProductFieldDataRestrictions `json:"dataRestrictions,omitempty"`
	DisplayHints     *PaymentProductFieldDisplayHints     `json:"displayHints,omitempty"`
	ID               *string                              `json:"id,omitempty"`
	Type             *string                              `json:"type,omitempty"`
	UsedForLookup    *bool                                `json:"usedForLookup,omitempty"`
}

PaymentProductField represents class PaymentProductField

func NewPaymentProductField

func NewPaymentProductField() *PaymentProductField

NewPaymentProductField constructs a new PaymentProductField

type PaymentProductFieldDataRestrictions

type PaymentProductFieldDataRestrictions struct {
	IsRequired *bool                          `json:"isRequired,omitempty"`
	Validators *PaymentProductFieldValidators `json:"validators,omitempty"`
}

PaymentProductFieldDataRestrictions represents class PaymentProductFieldDataRestrictions

func NewPaymentProductFieldDataRestrictions

func NewPaymentProductFieldDataRestrictions() *PaymentProductFieldDataRestrictions

NewPaymentProductFieldDataRestrictions constructs a new PaymentProductFieldDataRestrictions

type PaymentProductFieldDisplayElement

type PaymentProductFieldDisplayElement struct {
	ID    *string `json:"id,omitempty"`
	Label *string `json:"label,omitempty"`
	Type  *string `json:"type,omitempty"`
	Value *string `json:"value,omitempty"`
}

PaymentProductFieldDisplayElement represents class PaymentProductFieldDisplayElement

func NewPaymentProductFieldDisplayElement

func NewPaymentProductFieldDisplayElement() *PaymentProductFieldDisplayElement

NewPaymentProductFieldDisplayElement constructs a new PaymentProductFieldDisplayElement

type PaymentProductFieldDisplayHints

type PaymentProductFieldDisplayHints struct {
	AlwaysShow         *bool                           `json:"alwaysShow,omitempty"`
	DisplayOrder       *int32                          `json:"displayOrder,omitempty"`
	FormElement        *PaymentProductFieldFormElement `json:"formElement,omitempty"`
	Label              *string                         `json:"label,omitempty"`
	Link               *string                         `json:"link,omitempty"`
	Mask               *string                         `json:"mask,omitempty"`
	Obfuscate          *bool                           `json:"obfuscate,omitempty"`
	PlaceholderLabel   *string                         `json:"placeholderLabel,omitempty"`
	PreferredInputType *string                         `json:"preferredInputType,omitempty"`
	Tooltip            *PaymentProductFieldTooltip     `json:"tooltip,omitempty"`
}

PaymentProductFieldDisplayHints represents class PaymentProductFieldDisplayHints

func NewPaymentProductFieldDisplayHints

func NewPaymentProductFieldDisplayHints() *PaymentProductFieldDisplayHints

NewPaymentProductFieldDisplayHints constructs a new PaymentProductFieldDisplayHints

type PaymentProductFieldFormElement

type PaymentProductFieldFormElement struct {
	Type         *string                `json:"type,omitempty"`
	ValueMapping *[]ValueMappingElement `json:"valueMapping,omitempty"`
}

PaymentProductFieldFormElement represents class PaymentProductFieldFormElement

func NewPaymentProductFieldFormElement

func NewPaymentProductFieldFormElement() *PaymentProductFieldFormElement

NewPaymentProductFieldFormElement constructs a new PaymentProductFieldFormElement

type PaymentProductFieldTooltip

type PaymentProductFieldTooltip struct {
	Image *string `json:"image,omitempty"`
	Label *string `json:"label,omitempty"`
}

PaymentProductFieldTooltip represents class PaymentProductFieldTooltip

func NewPaymentProductFieldTooltip

func NewPaymentProductFieldTooltip() *PaymentProductFieldTooltip

NewPaymentProductFieldTooltip constructs a new PaymentProductFieldTooltip

type PaymentProductFieldValidators

type PaymentProductFieldValidators struct {
	BoletoBancarioRequiredness *BoletoBancarioRequirednessValidator `json:"boletoBancarioRequiredness,omitempty"`
	EmailAddress               *EmptyValidator                      `json:"emailAddress,omitempty"`
	ExpirationDate             *EmptyValidator                      `json:"expirationDate,omitempty"`
	FixedList                  *FixedListValidator                  `json:"fixedList,omitempty"`
	Iban                       *EmptyValidator                      `json:"iban,omitempty"`
	Length                     *LengthValidator                     `json:"length,omitempty"`
	Luhn                       *EmptyValidator                      `json:"luhn,omitempty"`
	Range                      *RangeValidator                      `json:"range,omitempty"`
	RegularExpression          *RegularExpressionValidator          `json:"regularExpression,omitempty"`
	ResidentIDNumber           *EmptyValidator                      `json:"residentIdNumber,omitempty"`
	TermsAndConditions         *EmptyValidator                      `json:"termsAndConditions,omitempty"`
}

PaymentProductFieldValidators represents class PaymentProductFieldValidators

func NewPaymentProductFieldValidators

func NewPaymentProductFieldValidators() *PaymentProductFieldValidators

NewPaymentProductFieldValidators constructs a new PaymentProductFieldValidators

type PaymentProductGroup

type PaymentProductGroup struct {
	AccountsOnFile           *[]AccountOnFile            `json:"accountsOnFile,omitempty"`
	AllowsInstallments       *bool                       `json:"allowsInstallments,omitempty"`
	DeviceFingerprintEnabled *bool                       `json:"deviceFingerprintEnabled,omitempty"`
	DisplayHints             *PaymentProductDisplayHints `json:"displayHints,omitempty"`
	Fields                   *[]PaymentProductField      `json:"fields,omitempty"`
	ID                       *string                     `json:"id,omitempty"`
}

PaymentProductGroup represents class PaymentProductGroup

func NewPaymentProductGroup

func NewPaymentProductGroup() *PaymentProductGroup

NewPaymentProductGroup constructs a new PaymentProductGroup

type PaymentProductGroupResponse

type PaymentProductGroupResponse struct {
	AccountsOnFile           *[]AccountOnFile            `json:"accountsOnFile,omitempty"`
	AllowsInstallments       *bool                       `json:"allowsInstallments,omitempty"`
	DeviceFingerprintEnabled *bool                       `json:"deviceFingerprintEnabled,omitempty"`
	DisplayHints             *PaymentProductDisplayHints `json:"displayHints,omitempty"`
	Fields                   *[]PaymentProductField      `json:"fields,omitempty"`
	ID                       *string                     `json:"id,omitempty"`
}

PaymentProductGroupResponse represents class PaymentProductGroupResponse

func NewPaymentProductGroupResponse

func NewPaymentProductGroupResponse() *PaymentProductGroupResponse

NewPaymentProductGroupResponse constructs a new PaymentProductGroupResponse

type PaymentProductGroups

type PaymentProductGroups struct {
	PaymentProductGroups *[]PaymentProductGroup `json:"paymentProductGroups,omitempty"`
}

PaymentProductGroups represents class PaymentProductGroups

func NewPaymentProductGroups

func NewPaymentProductGroups() *PaymentProductGroups

NewPaymentProductGroups constructs a new PaymentProductGroups

type PaymentProductNetworksResponse

type PaymentProductNetworksResponse struct {
	Networks *[]string `json:"networks,omitempty"`
}

PaymentProductNetworksResponse represents class PaymentProductNetworksResponse

func NewPaymentProductNetworksResponse

func NewPaymentProductNetworksResponse() *PaymentProductNetworksResponse

NewPaymentProductNetworksResponse constructs a new PaymentProductNetworksResponse

type PaymentProductResponse

type PaymentProductResponse struct {
	AccountsOnFile                *[]AccountOnFile               `json:"accountsOnFile,omitempty"`
	AcquirerCountry               *string                        `json:"acquirerCountry,omitempty"`
	AllowsInstallments            *bool                          `json:"allowsInstallments,omitempty"`
	AllowsRecurring               *bool                          `json:"allowsRecurring,omitempty"`
	AllowsTokenization            *bool                          `json:"allowsTokenization,omitempty"`
	AuthenticationIndicator       *AuthenticationIndicator       `json:"authenticationIndicator,omitempty"`
	AutoTokenized                 *bool                          `json:"autoTokenized,omitempty"`
	CanBeIframed                  *bool                          `json:"canBeIframed,omitempty"`
	DeviceFingerprintEnabled      *bool                          `json:"deviceFingerprintEnabled,omitempty"`
	DisplayHints                  *PaymentProductDisplayHints    `json:"displayHints,omitempty"`
	Fields                        *[]PaymentProductField         `json:"fields,omitempty"`
	FieldsWarning                 *string                        `json:"fieldsWarning,omitempty"`
	ID                            *int32                         `json:"id,omitempty"`
	IsAuthenticationSupported     *bool                          `json:"isAuthenticationSupported,omitempty"`
	IsJavaScriptRequired          *bool                          `json:"isJavaScriptRequired,omitempty"`
	MaxAmount                     *int64                         `json:"maxAmount,omitempty"`
	MinAmount                     *int64                         `json:"minAmount,omitempty"`
	MobileIntegrationLevel        *string                        `json:"mobileIntegrationLevel,omitempty"`
	PaymentMethod                 *string                        `json:"paymentMethod,omitempty"`
	PaymentProduct302SpecificData *PaymentProduct302SpecificData `json:"paymentProduct302SpecificData,omitempty"`
	PaymentProduct320SpecificData *PaymentProduct320SpecificData `json:"paymentProduct320SpecificData,omitempty"`
	PaymentProduct863SpecificData *PaymentProduct863SpecificData `json:"paymentProduct863SpecificData,omitempty"`
	PaymentProductGroup           *string                        `json:"paymentProductGroup,omitempty"`
	SupportsMandates              *bool                          `json:"supportsMandates,omitempty"`
	UsesRedirectionTo3rdParty     *bool                          `json:"usesRedirectionTo3rdParty,omitempty"`
}

PaymentProductResponse represents class PaymentProductResponse

func NewPaymentProductResponse

func NewPaymentProductResponse() *PaymentProductResponse

NewPaymentProductResponse constructs a new PaymentProductResponse

type PaymentProducts

type PaymentProducts struct {
	PaymentProducts *[]PaymentProduct `json:"paymentProducts,omitempty"`
}

PaymentProducts represents class PaymentProducts

func NewPaymentProducts

func NewPaymentProducts() *PaymentProducts

NewPaymentProducts constructs a new PaymentProducts

type RangeValidator

type RangeValidator struct {
	MaxValue *int32 `json:"maxValue,omitempty"`
	MinValue *int32 `json:"minValue,omitempty"`
}

RangeValidator represents class RangeValidator

func NewRangeValidator

func NewRangeValidator() *RangeValidator

NewRangeValidator constructs a new RangeValidator

type RegularExpressionValidator

type RegularExpressionValidator struct {
	RegularExpression *string `json:"regularExpression,omitempty"`
}

RegularExpressionValidator represents class RegularExpressionValidator

func NewRegularExpressionValidator

func NewRegularExpressionValidator() *RegularExpressionValidator

NewRegularExpressionValidator constructs a new RegularExpressionValidator

type ValueMappingElement

type ValueMappingElement struct {
	DisplayElements *[]PaymentProductFieldDisplayElement `json:"displayElements,omitempty"`
	// Deprecated: Use displayElements instead with ID 'displayName'
	DisplayName *string `json:"displayName,omitempty"`
	Value       *string `json:"value,omitempty"`
}

ValueMappingElement represents class ValueMappingElement

func NewValueMappingElement

func NewValueMappingElement() *ValueMappingElement

NewValueMappingElement constructs a new ValueMappingElement

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL