// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type QCStatementsQCLegislation struct {
	CountryCodes []string `json:"country_codes,omitempty"`
}

func (o *QCStatementsQCLegislation) GetCountryCodes() []string {
	if o == nil {
		return nil
	}
	return o.CountryCodes
}
