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

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

AddressVerificationSource.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

Marqeta::AddressVerificationSource

Properties

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

Example

require 'marqeta'

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