Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
configured_endpoints: 239
openapi_spec_hash: f8d2bbed3081c9ffc1547d28f89a8a34
openapi_spec_hash: e5becdda876c4bb44d9aa0046d7089da
config_hash: 1ca082e374ef7000e2a5971e8da740e0
Original file line numberDiff line numberDiff line change
Expand Up@@ -1547,8 +1547,9 @@ private constructor(
@JvmField val WON = of("won")

/**
* The Card Dispute has been reviewed and rejected, please review the explanation for
* more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
@JvmField val REJECTED = of("rejected")

Expand All@@ -1575,8 +1576,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation for
* more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
}
Expand DownExpand Up@@ -1609,8 +1611,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation for
* more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
/** An enum member indicating that [Status] was instantiated with an unknown value. */
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -620,8 +620,9 @@ private constructor(
@JvmField val WON = of("won")

/**
* The Card Dispute has been reviewed and rejected, please review the explanation
* for more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
@JvmField val REJECTED = of("rejected")

Expand All@@ -648,8 +649,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation
* for more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
}
Expand DownExpand Up@@ -682,8 +684,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation
* for more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
/** An enum member indicating that [In] was instantiated with an unknown value. */
Expand Down
Loading
Loading