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

Latest commit

 

History

History
18 lines (12 loc) · 380 Bytes

WebhookUpdateCustomHeaderRequest.md

File metadata and controls

18 lines (12 loc) · 380 Bytes

Marqeta::WebhookUpdateCustomHeaderRequest

Properties

Name Type Description Notes
custom_header Hash<String, String> Custom headers to be passed along with request [optional]

Example

require 'marqeta'

instance = Marqeta::WebhookUpdateCustomHeaderRequest.new(
  custom_header: null
)