Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.87 KB

ChargeResponseChannel.md

File metadata and controls

134 lines (73 loc) · 3.87 KB

ChargeResponseChannel

Properties

Name Type Description Notes
Segment Pointer to string [optional]
CheckoutRequestId Pointer to string [optional]
CheckoutRequestType Pointer to string [optional]
Id Pointer to string [optional]

Methods

NewChargeResponseChannel

func NewChargeResponseChannel() *ChargeResponseChannel

NewChargeResponseChannel instantiates a new ChargeResponseChannel 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

NewChargeResponseChannelWithDefaults

func NewChargeResponseChannelWithDefaults() *ChargeResponseChannel

NewChargeResponseChannelWithDefaults instantiates a new ChargeResponseChannel 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

GetSegment

func (o *ChargeResponseChannel) GetSegment() string

GetSegment returns the Segment field if non-nil, zero value otherwise.

GetSegmentOk

func (o *ChargeResponseChannel) GetSegmentOk() (*string, bool)

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

SetSegment

func (o *ChargeResponseChannel) SetSegment(v string)

SetSegment sets Segment field to given value.

HasSegment

func (o *ChargeResponseChannel) HasSegment() bool

HasSegment returns a boolean if a field has been set.

GetCheckoutRequestId

func (o *ChargeResponseChannel) GetCheckoutRequestId() string

GetCheckoutRequestId returns the CheckoutRequestId field if non-nil, zero value otherwise.

GetCheckoutRequestIdOk

func (o *ChargeResponseChannel) GetCheckoutRequestIdOk() (*string, bool)

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

SetCheckoutRequestId

func (o *ChargeResponseChannel) SetCheckoutRequestId(v string)

SetCheckoutRequestId sets CheckoutRequestId field to given value.

HasCheckoutRequestId

func (o *ChargeResponseChannel) HasCheckoutRequestId() bool

HasCheckoutRequestId returns a boolean if a field has been set.

GetCheckoutRequestType

func (o *ChargeResponseChannel) GetCheckoutRequestType() string

GetCheckoutRequestType returns the CheckoutRequestType field if non-nil, zero value otherwise.

GetCheckoutRequestTypeOk

func (o *ChargeResponseChannel) GetCheckoutRequestTypeOk() (*string, bool)

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

SetCheckoutRequestType

func (o *ChargeResponseChannel) SetCheckoutRequestType(v string)

SetCheckoutRequestType sets CheckoutRequestType field to given value.

HasCheckoutRequestType

func (o *ChargeResponseChannel) HasCheckoutRequestType() bool

HasCheckoutRequestType returns a boolean if a field has been set.

GetId

func (o *ChargeResponseChannel) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ChargeResponseChannel) GetIdOk() (*string, bool)

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

SetId

func (o *ChargeResponseChannel) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ChargeResponseChannel) HasId() bool

HasId returns a boolean if a field has been set.

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