| Name | Type | Description | Notes |
|---|---|---|---|
| PaymentStatus | Pointer to string | [optional] | |
| PaymentMethodStatus | Pointer to string | [optional] | |
| ModifiedOn | Pointer to string | [optional] |
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
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
func (o *OutboundPaymentTimelineResponseDTOInner) GetPaymentStatus() string
GetPaymentStatus returns the PaymentStatus field if non-nil, zero value otherwise.
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.
func (o *OutboundPaymentTimelineResponseDTOInner) SetPaymentStatus(v string)
SetPaymentStatus sets PaymentStatus field to given value.
func (o *OutboundPaymentTimelineResponseDTOInner) HasPaymentStatus() bool
HasPaymentStatus returns a boolean if a field has been set.
func (o *OutboundPaymentTimelineResponseDTOInner) GetPaymentMethodStatus() string
GetPaymentMethodStatus returns the PaymentMethodStatus field if non-nil, zero value otherwise.
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.
func (o *OutboundPaymentTimelineResponseDTOInner) SetPaymentMethodStatus(v string)
SetPaymentMethodStatus sets PaymentMethodStatus field to given value.
func (o *OutboundPaymentTimelineResponseDTOInner) HasPaymentMethodStatus() bool
HasPaymentMethodStatus returns a boolean if a field has been set.
func (o *OutboundPaymentTimelineResponseDTOInner) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
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.
func (o *OutboundPaymentTimelineResponseDTOInner) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *OutboundPaymentTimelineResponseDTOInner) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.