|
661 | 661 | "content": { |
662 | 662 | "application/json": { |
663 | 663 | "schema": { |
664 | | - "$ref": "#/components/schemas/CheckoutProcessMixin" |
| 664 | + "$ref": "#/components/schemas/ProcessCheckout" |
665 | 665 | }, |
666 | 666 | "examples": { |
667 | 667 | "ProcessCard": { |
|
6473 | 6473 | "items": { |
6474 | 6474 | "allOf": [ |
6475 | 6475 | { |
6476 | | - "$ref": "#/components/schemas/TransactionMixinBase" |
| 6476 | + "$ref": "#/components/schemas/TransactionBase" |
6477 | 6477 | }, |
6478 | 6478 | { |
6479 | | - "$ref": "#/components/schemas/TransactionMixinCheckout" |
| 6479 | + "$ref": "#/components/schemas/TransactionCheckoutInfo" |
6480 | 6480 | } |
6481 | 6481 | ] |
6482 | 6482 | }, |
|
6564 | 6564 | "items": { |
6565 | 6565 | "allOf": [ |
6566 | 6566 | { |
6567 | | - "$ref": "#/components/schemas/TransactionMixinBase" |
| 6567 | + "$ref": "#/components/schemas/TransactionBase" |
6568 | 6568 | }, |
6569 | 6569 | { |
6570 | | - "$ref": "#/components/schemas/TransactionMixinCheckout" |
| 6570 | + "$ref": "#/components/schemas/TransactionCheckoutInfo" |
6571 | 6571 | } |
6572 | 6572 | ] |
6573 | 6573 | }, |
|
6587 | 6587 | "merchant_code" |
6588 | 6588 | ] |
6589 | 6589 | }, |
6590 | | - "CheckoutProcessMixin": { |
| 6590 | + "ProcessCheckout": { |
6591 | 6591 | "description": "Details of the payment instrument for processing the checkout.", |
6592 | 6592 | "type": "object", |
6593 | 6593 | "properties": { |
|
7779 | 7779 | } |
7780 | 7780 | } |
7781 | 7781 | }, |
7782 | | - "TransactionMixinBase": { |
| 7782 | + "TransactionBase": { |
7783 | 7783 | "description": "Details of the transaction.", |
7784 | 7784 | "type": "object", |
7785 | 7785 | "properties": { |
|
7835 | 7835 | } |
7836 | 7836 | } |
7837 | 7837 | }, |
7838 | | - "TransactionMixinCheckout": { |
| 7838 | + "TransactionCheckoutInfo": { |
7839 | 7839 | "type": "object", |
7840 | 7840 | "properties": { |
7841 | 7841 | "merchant_code": { |
|
7904 | 7904 | "TransactionHistory": { |
7905 | 7905 | "allOf": [ |
7906 | 7906 | { |
7907 | | - "$ref": "#/components/schemas/TransactionMixinBase" |
| 7907 | + "$ref": "#/components/schemas/TransactionBase" |
7908 | 7908 | }, |
7909 | 7909 | { |
7910 | 7910 | "$ref": "#/components/schemas/TransactionMixinHistory" |
|
7960 | 7960 | "TransactionFull": { |
7961 | 7961 | "allOf": [ |
7962 | 7962 | { |
7963 | | - "$ref": "#/components/schemas/TransactionMixinBase" |
| 7963 | + "$ref": "#/components/schemas/TransactionBase" |
7964 | 7964 | }, |
7965 | 7965 | { |
7966 | | - "$ref": "#/components/schemas/TransactionMixinCheckout" |
| 7966 | + "$ref": "#/components/schemas/TransactionCheckoutInfo" |
7967 | 7967 | }, |
7968 | 7968 | { |
7969 | 7969 | "$ref": "#/components/schemas/TransactionMixinHistory" |
|
10450 | 10450 | "content": { |
10451 | 10451 | "application/json": { |
10452 | 10452 | "schema": { |
10453 | | - "$ref": "#/components/schemas/CheckoutProcessMixin" |
| 10453 | + "$ref": "#/components/schemas/ProcessCheckout" |
10454 | 10454 | }, |
10455 | 10455 | "examples": { |
10456 | 10456 | "ProcessCard": { |
|
0 commit comments