| Name | Type | Description | Notes |
|---|---|---|---|
| wallet_id | String | Masterpass Wallet ID. | |
| payment_card | PaymentCard |
require 'OpenapiClient'
instance = OpenapiClient::MasterpassWalletPaymentMethod.new(wallet_id: 101,
payment_card: null)| Name | Type | Description | Notes |
|---|---|---|---|
| wallet_id | String | Masterpass Wallet ID. | |
| payment_card | PaymentCard |
require 'OpenapiClient'
instance = OpenapiClient::MasterpassWalletPaymentMethod.new(wallet_id: 101,
payment_card: null)