Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.84 KB

BookResponseDataCancellation.md

File metadata and controls

56 lines (31 loc) · 1.84 KB

BookResponseDataCancellation

Properties

Name Type Description Notes
Fee Pointer to BookResponseDataCancellationFee [optional]

Methods

NewBookResponseDataCancellation

func NewBookResponseDataCancellation() *BookResponseDataCancellation

NewBookResponseDataCancellation instantiates a new BookResponseDataCancellation 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

NewBookResponseDataCancellationWithDefaults

func NewBookResponseDataCancellationWithDefaults() *BookResponseDataCancellation

NewBookResponseDataCancellationWithDefaults instantiates a new BookResponseDataCancellation 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

GetFee

func (o *BookResponseDataCancellation) GetFee() BookResponseDataCancellationFee

GetFee returns the Fee field if non-nil, zero value otherwise.

GetFeeOk

func (o *BookResponseDataCancellation) GetFeeOk() (*BookResponseDataCancellationFee, bool)

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

SetFee

func (o *BookResponseDataCancellation) SetFee(v BookResponseDataCancellationFee)

SetFee sets Fee field to given value.

HasFee

func (o *BookResponseDataCancellation) HasFee() bool

HasFee returns a boolean if a field has been set.

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