Name | Type | Description | Notes |
---|---|---|---|
Finalised | Pointer to NullableString | URL to which finAPI sends the notification message after the web form is finalised (either completed successfully or with an error, or aborted by the user).<br/>finAPI will call this URL with HTTP method POST ignoring the response of the target endpoint. Only HTTPS URLs are allowed. | [optional] |
func NewCallbacks() *Callbacks
NewCallbacks instantiates a new Callbacks 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 NewCallbacksWithDefaults() *Callbacks
NewCallbacksWithDefaults instantiates a new Callbacks 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 *Callbacks) GetFinalised() string
GetFinalised returns the Finalised field if non-nil, zero value otherwise.
func (o *Callbacks) GetFinalisedOk() (*string, bool)
GetFinalisedOk returns a tuple with the Finalised field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Callbacks) SetFinalised(v string)
SetFinalised sets Finalised field to given value.
func (o *Callbacks) HasFinalised() bool
HasFinalised returns a boolean if a field has been set.
func (o *Callbacks) SetFinalisedNil(b bool)
SetFinalisedNil sets the value for Finalised to be an explicit nil
func (o *Callbacks) UnsetFinalised()
UnsetFinalised ensures that no value is present for Finalised, not even an explicit nil