mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -1494,14 +1494,11 @@
|
||||
"$ref" : "#/components/schemas/Repayment"
|
||||
},
|
||||
"status" : {
|
||||
"description" : "The current status of the grant. Possible values: **Pending**, **Active**, **Repaid**, **WrittenOff**, **Failed**, **Revoked**.",
|
||||
"description" : "The current status of the grant. Possible values: **Pending**, **Active**, **Repaid**.",
|
||||
"enum" : [
|
||||
"Pending",
|
||||
"Active",
|
||||
"Repaid",
|
||||
"Failed",
|
||||
"WrittenOff",
|
||||
"Revoked"
|
||||
"Repaid"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
@@ -1890,15 +1887,15 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"merchantId" : {
|
||||
"description" : "The unique identifier of the merchant.",
|
||||
"description" : "The merchant identifier.",
|
||||
"type" : "string"
|
||||
},
|
||||
"nameLocation" : {
|
||||
"description" : "Contains the name and location of the merchant.",
|
||||
"description" : "Contains the merchant's name and location.",
|
||||
"$ref" : "#/components/schemas/NameLocation"
|
||||
},
|
||||
"postalCode" : {
|
||||
"description" : "The postal code of the merchant.",
|
||||
"description" : "The merchant postal code.",
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user