Name | Type | Description | Notes |
---|---|---|---|
AgreedToTerms | Pointer to NullableTime | Date agreed | [optional] |
func NewAgreedAck() *AgreedAck
NewAgreedAck instantiates a new AgreedAck object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAgreedAckWithDefaults() *AgreedAck
NewAgreedAckWithDefaults instantiates a new AgreedAck object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AgreedAck) GetAgreedToTerms() time.Time
GetAgreedToTerms returns the AgreedToTerms field if non-nil, zero value otherwise.
func (o *AgreedAck) GetAgreedToTermsOk() (*time.Time, bool)
GetAgreedToTermsOk returns a tuple with the AgreedToTerms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgreedAck) SetAgreedToTerms(v time.Time)
SetAgreedToTerms sets AgreedToTerms field to given value.
func (o *AgreedAck) HasAgreedToTerms() bool
HasAgreedToTerms returns a boolean if a field has been set.
func (o *AgreedAck) SetAgreedToTermsNil(b bool)
SetAgreedToTermsNil sets the value for AgreedToTerms to be an explicit nil
func (o *AgreedAck) UnsetAgreedToTerms()
UnsetAgreedToTerms ensures that no value is present for AgreedToTerms, not even an explicit nil