github.com/Ingenico-ePayments/connect-sdk-go@v0.0.0-20240318153750-1f8cd329b9c9/domain/hostedcheckout/TrialPeriod.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 // TrialPeriod represents class TrialPeriod 7 type TrialPeriod struct { 8 Duration *int32 `json:"duration,omitempty"` 9 Interval *string `json:"interval,omitempty"` 10 } 11 12 // NewTrialPeriod constructs a new TrialPeriod 13 func NewTrialPeriod() *TrialPeriod { 14 return &TrialPeriod{} 15 }