Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 487 Bytes

AddressVerificationModel.md

File metadata and controls

22 lines (16 loc) · 487 Bytes

Marqeta::AddressVerificationModel

Properties

Name Type Description Notes
request AvsInformation [optional]
on_file AvsInformation [optional]
response Response [optional]

Example

require 'marqeta'

instance = Marqeta::AddressVerificationModel.new(
  request: null,
  on_file: null,
  response: null
)