Name | Type | Description | Notes |
---|---|---|---|
Points | int64 | The reward points earned in this purchase. |
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
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
func (o *GetRewardNativeResponse) GetPoints() int64
GetPoints returns the Points field if non-nil, zero value otherwise.
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.
func (o *GetRewardNativeResponse) SetPoints(v int64)
SetPoints sets Points field to given value.