Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.61 KB

PostPayment202ResponseWarningsInner.md

File metadata and controls

82 lines (45 loc) · 2.61 KB

PostPayment202ResponseWarningsInner

Properties

Name Type Description Notes
Details Pointer to string Specific information related to the warning. [optional]
Title Pointer to string The general warning message. [optional]

Methods

NewPostPayment202ResponseWarningsInner

func NewPostPayment202ResponseWarningsInner() *PostPayment202ResponseWarningsInner

NewPostPayment202ResponseWarningsInner instantiates a new PostPayment202ResponseWarningsInner 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

NewPostPayment202ResponseWarningsInnerWithDefaults

func NewPostPayment202ResponseWarningsInnerWithDefaults() *PostPayment202ResponseWarningsInner

NewPostPayment202ResponseWarningsInnerWithDefaults instantiates a new PostPayment202ResponseWarningsInner 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

GetDetails

func (o *PostPayment202ResponseWarningsInner) GetDetails() string

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

func (o *PostPayment202ResponseWarningsInner) GetDetailsOk() (*string, bool)

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

SetDetails

func (o *PostPayment202ResponseWarningsInner) SetDetails(v string)

SetDetails sets Details field to given value.

HasDetails

func (o *PostPayment202ResponseWarningsInner) HasDetails() bool

HasDetails returns a boolean if a field has been set.

GetTitle

func (o *PostPayment202ResponseWarningsInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *PostPayment202ResponseWarningsInner) GetTitleOk() (*string, bool)

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

SetTitle

func (o *PostPayment202ResponseWarningsInner) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *PostPayment202ResponseWarningsInner) HasTitle() bool

HasTitle returns a boolean if a field has been set.

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