| Name | Type | Description | Notes |
|---|---|---|---|
| payment_method | PaymentDevicePaymentMethod | ||
| create_token | CreatePaymentToken | [optional] | |
| stored_credentials | StoredCredential | [optional] |
require 'OpenapiClient'
instance = OpenapiClient::PaymentDeviceSaleTransaction.new(payment_method: null,
create_token: null,
stored_credentials: null)