From 7eec1c8f1885833bfcf149790baceed994222840 Mon Sep 17 00:00:00 2001 From: Leo Fischer Date: Tue, 13 Jun 2023 10:24:17 -0400 Subject: [PATCH] Updating _build.yml --- _build/api.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/_build/api.yaml b/_build/api.yaml index 530978e..81c7693 100644 --- a/_build/api.yaml +++ b/_build/api.yaml @@ -11618,6 +11618,11 @@ components: description: The payment status of the order. example: paid type: string + processing_mode: + description: "Indicates the processing mode for the order, either ecommerce,\ + \ recurrent or validation." + example: ecommerce + type: string shipping_contact: $ref: '#/components/schemas/order_response_shipping_contact' updated_at: @@ -12538,6 +12543,11 @@ components: default: false description: Indicates whether the order charges must be preauthorized type: boolean + processing_mode: + description: "Indicates the processing mode for the order, either ecommerce,\ + \ recurrent or validation." + example: ecommerce + type: string shipping_contact: $ref: '#/components/schemas/customer_shipping_contacts' shipping_lines: @@ -14777,6 +14787,13 @@ components: payment_source_id: example: src_2tLkkyfMPh6v7pFry type: string + contract_id: + description: Optional id sent to indicate the bank contract for recurrent + card charges. + example: S781317595 + maxLength: 10 + minLength: 10 + type: string required: - type type: object @@ -15007,6 +15024,12 @@ components: brand: example: visa type: string + contract_id: + description: Id sent for recurrent charges. + example: S781317595 + maxLength: 10 + minLength: 10 + type: string country: example: MX type: string