Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 525 Bytes

File metadata and controls

19 lines (12 loc) · 525 Bytes

OpenapiClient::CardInfoLookupRequest

Properties

Name Type Description Notes
store_id String An optional outlet id for clients that support multiple stores in the same developer app. [optional]
payment_card PaymentCard

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::CardInfoLookupRequest.new(store_id: 12345500000,
                                 payment_card: null)