Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.74 KB

File metadata and controls

51 lines (28 loc) · 1.74 KB

GetScrapShip200ResponseData

Properties

Name Type Description Notes
Transaction ScrapTransaction

Methods

NewGetScrapShip200ResponseData

func NewGetScrapShip200ResponseData(transaction ScrapTransaction, ) *GetScrapShip200ResponseData

NewGetScrapShip200ResponseData instantiates a new GetScrapShip200ResponseData 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

NewGetScrapShip200ResponseDataWithDefaults

func NewGetScrapShip200ResponseDataWithDefaults() *GetScrapShip200ResponseData

NewGetScrapShip200ResponseDataWithDefaults instantiates a new GetScrapShip200ResponseData 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

GetTransaction

func (o *GetScrapShip200ResponseData) GetTransaction() ScrapTransaction

GetTransaction returns the Transaction field if non-nil, zero value otherwise.

GetTransactionOk

func (o *GetScrapShip200ResponseData) GetTransactionOk() (*ScrapTransaction, bool)

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

SetTransaction

func (o *GetScrapShip200ResponseData) SetTransaction(v ScrapTransaction)

SetTransaction sets Transaction field to given value.

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