github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/hostedcheckout/Frequency.go (about) 1 // This class was auto-generated from the API references found at 2 // https://epayments-api.developer-ingenico.com/ 3 4 package hostedcheckout 5 6 // Frequency represents class Frequency 7 type Frequency struct { 8 Interval *string `json:"interval,omitempty"` 9 IntervalFrequency *int32 `json:"intervalFrequency,omitempty"` 10 } 11 12 // NewFrequency constructs a new Frequency 13 func NewFrequency() *Frequency { 14 return &Frequency{} 15 }