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) · 404 Bytes

AvsInformation.md

File metadata and controls

22 lines (16 loc) · 404 Bytes

Marqeta::AvsInformation

Properties

Name Type Description Notes
street_address String [optional]
zip String [optional]
postal_code String [optional]

Example

require 'marqeta'

instance = Marqeta::AvsInformation.new(
  street_address: null,
  zip: null,
  postal_code: null
)