Name | Type | Description | Notes |
---|---|---|---|
Details | Pointer to string | Specific information related to the warning. | [optional] |
Title | Pointer to string | The general warning message. | [optional] |
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
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
func (o *PostPayment202ResponseWarningsInner) GetDetails() string
GetDetails returns the Details field if non-nil, zero value otherwise.
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.
func (o *PostPayment202ResponseWarningsInner) SetDetails(v string)
SetDetails sets Details field to given value.
func (o *PostPayment202ResponseWarningsInner) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *PostPayment202ResponseWarningsInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *PostPayment202ResponseWarningsInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *PostPayment202ResponseWarningsInner) HasTitle() bool
HasTitle returns a boolean if a field has been set.