Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.09 KB

File metadata and controls

66 lines (37 loc) · 2.09 KB

UpdateChargeRequest

Properties

Name Type Description Notes
CustomFields Pointer to map[string]interface{} [optional]

Methods

NewUpdateChargeRequest

func NewUpdateChargeRequest() *UpdateChargeRequest

NewUpdateChargeRequest instantiates a new UpdateChargeRequest 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

NewUpdateChargeRequestWithDefaults

func NewUpdateChargeRequestWithDefaults() *UpdateChargeRequest

NewUpdateChargeRequestWithDefaults instantiates a new UpdateChargeRequest 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

GetCustomFields

func (o *UpdateChargeRequest) GetCustomFields() map[string]interface{}

GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.

GetCustomFieldsOk

func (o *UpdateChargeRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)

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

SetCustomFields

func (o *UpdateChargeRequest) SetCustomFields(v map[string]interface{})

SetCustomFields sets CustomFields field to given value.

HasCustomFields

func (o *UpdateChargeRequest) HasCustomFields() bool

HasCustomFields returns a boolean if a field has been set.

SetCustomFieldsNil

func (o *UpdateChargeRequest) SetCustomFieldsNil(b bool)

SetCustomFieldsNil sets the value for CustomFields to be an explicit nil

UnsetCustomFields

func (o *UpdateChargeRequest) UnsetCustomFields()

UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil

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