An object representing QR code details for invoices.
Name | Type | Required | Description | Examples |
---|---|---|---|---|
QrCodeType | QrCodeType | ☑️ |
func NewQrCode(qrCodeType QrCodeType, ) *QrCode
NewQrCode instantiates a new QrCode 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 NewQrCodeWithDefaults() *QrCode
NewQrCodeWithDefaults instantiates a new QrCode 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 *QrCode) GetQrCodeType() QrCodeType
GetQrCodeType returns the QrCodeType field if non-nil, zero value otherwise.
func (o *QrCode) GetQrCodeTypeOk() (*QrCodeType, bool)
GetQrCodeTypeOk returns a tuple with the QrCodeType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QrCode) SetQrCodeType(v QrCodeType)
SetQrCodeType sets QrCodeType field to given value.