Name | Type | Description | Notes |
---|---|---|---|
Pointer to string | The email address associated with your PayPal account. | [optional] [readonly] | |
PaypalId | Pointer to string | PayPal Merchant ID associated with your PayPal account. | [optional] [readonly] |
func NewPaypal() *Paypal
NewPaypal instantiates a new Paypal 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 NewPaypalWithDefaults() *Paypal
NewPaypalWithDefaults instantiates a new Paypal 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 *Paypal) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *Paypal) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Paypal) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *Paypal) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *Paypal) GetPaypalId() string
GetPaypalId returns the PaypalId field if non-nil, zero value otherwise.
func (o *Paypal) GetPaypalIdOk() (*string, bool)
GetPaypalIdOk returns a tuple with the PaypalId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Paypal) SetPaypalId(v string)
SetPaypalId sets PaypalId field to given value.
func (o *Paypal) HasPaypalId() bool
HasPaypalId returns a boolean if a field has been set.