Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.59 KB

GetRewardNativeResponse.md

File metadata and controls

51 lines (28 loc) · 1.59 KB

GetRewardNativeResponse

Properties

Name Type Description Notes
Points int64 The reward points earned in this purchase.

Methods

NewGetRewardNativeResponse

func NewGetRewardNativeResponse(points int64, ) *GetRewardNativeResponse

NewGetRewardNativeResponse instantiates a new GetRewardNativeResponse 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

NewGetRewardNativeResponseWithDefaults

func NewGetRewardNativeResponseWithDefaults() *GetRewardNativeResponse

NewGetRewardNativeResponseWithDefaults instantiates a new GetRewardNativeResponse 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

GetPoints

func (o *GetRewardNativeResponse) GetPoints() int64

GetPoints returns the Points field if non-nil, zero value otherwise.

GetPointsOk

func (o *GetRewardNativeResponse) GetPointsOk() (*int64, bool)

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

SetPoints

func (o *GetRewardNativeResponse) SetPoints(v int64)

SetPoints sets Points field to given value.

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