Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 570 Bytes

File metadata and controls

19 lines (12 loc) · 570 Bytes

OpenapiClient::AccountInfoLookupRequest

Properties

Name Type Description Notes
request_type String Object name of the account verification request.
store_id String An optional outlet ID for clients that support multiple stores in the same app. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::AccountInfoLookupRequest.new(request_type: PaymentCardInfoLookupRequest,
                                 store_id: 12345500000)