Name | Type | Description | Notes |
---|---|---|---|
billing_address | BillingAddress | [optional] | |
card_present | Boolean | [optional][default to false] | |
cvv | String | [optional] | |
expiration | String | [optional] |
require 'synctera'
instance = Synctera::CardOptions.new(
billing_address: null,
card_present: null,
cvv: null,
expiration: null
)