Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 640 Bytes

File metadata and controls

21 lines (14 loc) · 640 Bytes

OpenapiClient::CardVerificationRequest

Properties

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

Code Sample

require 'OpenapiClient'

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