github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/product/LabelTemplateElement.go (about)

     1  // This class was auto-generated from the API references found at
     2  // https://epayments-api.developer-ingenico.com/
     3  
     4  package product
     5  
     6  // LabelTemplateElement represents class LabelTemplateElement
     7  type LabelTemplateElement struct {
     8  	AttributeKey *string `json:"attributeKey,omitempty"`
     9  	Mask         *string `json:"mask,omitempty"`
    10  }
    11  
    12  // NewLabelTemplateElement constructs a new LabelTemplateElement
    13  func NewLabelTemplateElement() *LabelTemplateElement {
    14  	return &LabelTemplateElement{}
    15  }