Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.69 KB

File metadata and controls

108 lines (59 loc) · 3.69 KB

OutboundPaymentTimelineResponseDTOInner

Properties

Name Type Description Notes
PaymentStatus Pointer to string [optional]
PaymentMethodStatus Pointer to string [optional]
ModifiedOn Pointer to string [optional]

Methods

NewOutboundPaymentTimelineResponseDTOInner

func NewOutboundPaymentTimelineResponseDTOInner() *OutboundPaymentTimelineResponseDTOInner

NewOutboundPaymentTimelineResponseDTOInner instantiates a new OutboundPaymentTimelineResponseDTOInner 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

NewOutboundPaymentTimelineResponseDTOInnerWithDefaults

func NewOutboundPaymentTimelineResponseDTOInnerWithDefaults() *OutboundPaymentTimelineResponseDTOInner

NewOutboundPaymentTimelineResponseDTOInnerWithDefaults instantiates a new OutboundPaymentTimelineResponseDTOInner 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

GetPaymentStatus

func (o *OutboundPaymentTimelineResponseDTOInner) GetPaymentStatus() string

GetPaymentStatus returns the PaymentStatus field if non-nil, zero value otherwise.

GetPaymentStatusOk

func (o *OutboundPaymentTimelineResponseDTOInner) GetPaymentStatusOk() (*string, bool)

GetPaymentStatusOk returns a tuple with the PaymentStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaymentStatus

func (o *OutboundPaymentTimelineResponseDTOInner) SetPaymentStatus(v string)

SetPaymentStatus sets PaymentStatus field to given value.

HasPaymentStatus

func (o *OutboundPaymentTimelineResponseDTOInner) HasPaymentStatus() bool

HasPaymentStatus returns a boolean if a field has been set.

GetPaymentMethodStatus

func (o *OutboundPaymentTimelineResponseDTOInner) GetPaymentMethodStatus() string

GetPaymentMethodStatus returns the PaymentMethodStatus field if non-nil, zero value otherwise.

GetPaymentMethodStatusOk

func (o *OutboundPaymentTimelineResponseDTOInner) GetPaymentMethodStatusOk() (*string, bool)

GetPaymentMethodStatusOk returns a tuple with the PaymentMethodStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPaymentMethodStatus

func (o *OutboundPaymentTimelineResponseDTOInner) SetPaymentMethodStatus(v string)

SetPaymentMethodStatus sets PaymentMethodStatus field to given value.

HasPaymentMethodStatus

func (o *OutboundPaymentTimelineResponseDTOInner) HasPaymentMethodStatus() bool

HasPaymentMethodStatus returns a boolean if a field has been set.

GetModifiedOn

func (o *OutboundPaymentTimelineResponseDTOInner) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

func (o *OutboundPaymentTimelineResponseDTOInner) GetModifiedOnOk() (*string, bool)

GetModifiedOnOk returns a tuple with the ModifiedOn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedOn

func (o *OutboundPaymentTimelineResponseDTOInner) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *OutboundPaymentTimelineResponseDTOInner) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]