Skip to content

Commit

Permalink
OpenAPI Update (#350)
Browse files Browse the repository at this point in the history
Update OpenAPI for c3278db565b9ddec1129516b41481fb844ed0927

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Aug 9, 2022
1 parent 73daa6c commit 032a048
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -35821,6 +35821,20 @@

]
},
"terminal_reader_reader_resource_process_config": {
"description": "Represents a per-transaction override of a reader configuration",
"properties": {
"skip_tipping": {
"description": "Override showing a tipping selection screen on this transaction.",
"type": "boolean"
}
},
"title": "TerminalReaderReaderResourceProcessConfig",
"type": "object",
"x-expandableFields": [

]
},
"terminal_reader_reader_resource_process_payment_intent_action": {
"description": "Represents a reader action to process a payment intent",
"properties": {
Expand All @@ -35842,6 +35856,9 @@
}
]
}
},
"process_config": {
"$ref": "#/components/schemas/terminal_reader_reader_resource_process_config"
}
},
"required": [
Expand All @@ -35850,7 +35867,8 @@
"title": "TerminalReaderReaderResourceProcessPaymentIntentAction",
"type": "object",
"x-expandableFields": [
"payment_intent"
"payment_intent",
"process_config"
]
},
"terminal_reader_reader_resource_process_setup_intent_action": {
Expand Down

0 comments on commit 032a048

Please sign in to comment.