| Name | Type | Description | Notes |
|---|---|---|---|
| LoginType | Pointer to string | [optional] | |
| P12DataBase64 | Pointer to string | [optional] | |
| SsoDataBase64 | Pointer to string | [optional] |
func NewWalletDetails() *WalletDetails
NewWalletDetails instantiates a new WalletDetails 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 NewWalletDetailsWithDefaults() *WalletDetails
NewWalletDetailsWithDefaults instantiates a new WalletDetails 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 *WalletDetails) GetLoginType() string
GetLoginType returns the LoginType field if non-nil, zero value otherwise.
func (o *WalletDetails) GetLoginTypeOk() (*string, bool)
GetLoginTypeOk returns a tuple with the LoginType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletDetails) SetLoginType(v string)
SetLoginType sets LoginType field to given value.
func (o *WalletDetails) HasLoginType() bool
HasLoginType returns a boolean if a field has been set.
func (o *WalletDetails) GetP12DataBase64() string
GetP12DataBase64 returns the P12DataBase64 field if non-nil, zero value otherwise.
func (o *WalletDetails) GetP12DataBase64Ok() (*string, bool)
GetP12DataBase64Ok returns a tuple with the P12DataBase64 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletDetails) SetP12DataBase64(v string)
SetP12DataBase64 sets P12DataBase64 field to given value.
func (o *WalletDetails) HasP12DataBase64() bool
HasP12DataBase64 returns a boolean if a field has been set.
func (o *WalletDetails) GetSsoDataBase64() string
GetSsoDataBase64 returns the SsoDataBase64 field if non-nil, zero value otherwise.
func (o *WalletDetails) GetSsoDataBase64Ok() (*string, bool)
GetSsoDataBase64Ok returns a tuple with the SsoDataBase64 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *WalletDetails) SetSsoDataBase64(v string)
SetSsoDataBase64 sets SsoDataBase64 field to given value.
func (o *WalletDetails) HasSsoDataBase64() bool
HasSsoDataBase64 returns a boolean if a field has been set.