Skip to main content

AccountStatusChangedStatusChange

Properties

NameTypeDescriptionNotes
PreviousStatusPointer to stringthe previous status of the account[optional]
NewStatusPointer to stringthe new status of the account[optional]

Methods

NewAccountStatusChangedStatusChange

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

NewAccountStatusChangedStatusChangeWithDefaults

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

GetPreviousStatus

func (o *AccountStatusChangedStatusChange) GetPreviousStatus() string

GetPreviousStatus returns the PreviousStatus field if non-nil, zero value otherwise.

GetPreviousStatusOk

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.

SetPreviousStatus

func (o *AccountStatusChangedStatusChange) SetPreviousStatus(v string)

SetPreviousStatus sets PreviousStatus field to given value.

HasPreviousStatus

func (o *AccountStatusChangedStatusChange) HasPreviousStatus() bool

HasPreviousStatus returns a boolean if a field has been set.

GetNewStatus

func (o *AccountStatusChangedStatusChange) GetNewStatus() string

GetNewStatus returns the NewStatus field if non-nil, zero value otherwise.

GetNewStatusOk

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.

SetNewStatus

func (o *AccountStatusChangedStatusChange) SetNewStatus(v string)

SetNewStatus sets NewStatus field to given value.

HasNewStatus

func (o *AccountStatusChangedStatusChange) HasNewStatus() bool

HasNewStatus returns a boolean if a field has been set.