Name | Type | Description | Notes |
---|---|---|---|
PreviousStatus | Pointer to string | the previous status of the account | [optional] |
NewStatus | Pointer to string | the new status of the account | [optional] |
func NewAccountStatusChangedStatusChange() *AccountStatusChangedStatusChange
NewAccountStatusChangedStatusChange instantiates a new AccountStatusChangedStatusChange 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 NewAccountStatusChangedStatusChangeWithDefaults() *AccountStatusChangedStatusChange
NewAccountStatusChangedStatusChangeWithDefaults instantiates a new AccountStatusChangedStatusChange 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 *AccountStatusChangedStatusChange) GetPreviousStatus() string
GetPreviousStatus returns the PreviousStatus field if non-nil, zero value otherwise.
func (o *AccountStatusChangedStatusChange) GetPreviousStatusOk() (*string, bool)
GetPreviousStatusOk returns a tuple with the PreviousStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountStatusChangedStatusChange) SetPreviousStatus(v string)
SetPreviousStatus sets PreviousStatus field to given value.
func (o *AccountStatusChangedStatusChange) HasPreviousStatus() bool
HasPreviousStatus returns a boolean if a field has been set.
func (o *AccountStatusChangedStatusChange) GetNewStatus() string
GetNewStatus returns the NewStatus field if non-nil, zero value otherwise.
func (o *AccountStatusChangedStatusChange) GetNewStatusOk() (*string, bool)
GetNewStatusOk returns a tuple with the NewStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AccountStatusChangedStatusChange) SetNewStatus(v string)
SetNewStatus sets NewStatus field to given value.
func (o *AccountStatusChangedStatusChange) HasNewStatus() bool
HasNewStatus returns a boolean if a field has been set.