Skip to content
Merged
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 number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-936415a7c13aa6a9b75c94e06d628346ea373e89a34c5f4281dbfd68a5114b3c.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-97fb48534a75d68acd544082e2352e69557d798f912cf62c85825e78d9102eca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3177,6 +3177,14 @@ private constructor(
val MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED =
of("merchant_transaction_advisory_service_authentication_required")

/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
@JvmField
val PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK =
of("payment_fraud_disruption_acquirer_block")

/** An unspecific reason for stand-in processing. */
@JvmField val OTHER = of("other")

Expand Down Expand Up @@ -3208,6 +3216,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
}
Expand Down Expand Up @@ -3246,6 +3259,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
/**
Expand All @@ -3272,6 +3290,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Value
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Value.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Value.OTHER
else -> Value._UNKNOWN
}
Expand All @@ -3295,6 +3315,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Known
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Known.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Known.OTHER
else ->
throw IncreaseInvalidDataException(
Expand Down Expand Up @@ -7550,6 +7572,14 @@ private constructor(
val MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED =
of("merchant_transaction_advisory_service_authentication_required")

/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
@JvmField
val PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK =
of("payment_fraud_disruption_acquirer_block")

/** An unspecific reason for stand-in processing. */
@JvmField val OTHER = of("other")

Expand Down Expand Up @@ -7581,6 +7611,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
}
Expand Down Expand Up @@ -7619,6 +7654,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
/**
Expand All @@ -7645,6 +7685,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Value
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Value.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Value.OTHER
else -> Value._UNKNOWN
}
Expand All @@ -7668,6 +7710,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Known
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Known.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Known.OTHER
else ->
throw IncreaseInvalidDataException(
Expand Down Expand Up @@ -27789,6 +27833,14 @@ private constructor(
val MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED =
of("merchant_transaction_advisory_service_authentication_required")

/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
@JvmField
val PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK =
of("payment_fraud_disruption_acquirer_block")

/** An unspecific reason for stand-in processing. */
@JvmField val OTHER = of("other")

Expand Down Expand Up @@ -27820,6 +27872,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
}
Expand Down Expand Up @@ -27858,6 +27915,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
/**
Expand All @@ -27884,6 +27946,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Value
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Value.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Value.OTHER
else -> Value._UNKNOWN
}
Expand All @@ -27907,6 +27971,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Known
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Known.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Known.OTHER
else ->
throw IncreaseInvalidDataException(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4117,6 +4117,14 @@ private constructor(
val MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED =
of("merchant_transaction_advisory_service_authentication_required")

/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
@JvmField
val PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK =
of("payment_fraud_disruption_acquirer_block")

/** An unspecific reason for stand-in processing. */
@JvmField val OTHER = of("other")

Expand Down Expand Up @@ -4148,6 +4156,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
}
Expand Down Expand Up @@ -4186,6 +4199,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
/**
Expand All @@ -4212,6 +4230,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Value
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Value.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Value.OTHER
else -> Value._UNKNOWN
}
Expand All @@ -4235,6 +4255,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Known
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Known.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Known.OTHER
else ->
throw IncreaseInvalidDataException(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3950,6 +3950,14 @@ private constructor(
val MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED =
of("merchant_transaction_advisory_service_authentication_required")

/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
@JvmField
val PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK =
of("payment_fraud_disruption_acquirer_block")

/** An unspecific reason for stand-in processing. */
@JvmField val OTHER = of("other")

Expand Down Expand Up @@ -3981,6 +3989,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
}
Expand Down Expand Up @@ -4019,6 +4032,11 @@ private constructor(
* to see the cashier.
*/
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED,
/**
* The transaction was blocked by Visa's Payment Fraud Disruption
* service due to fraudulent Acquirer behavior, such as card testing.
*/
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK,
/** An unspecific reason for stand-in processing. */
OTHER,
/**
Expand All @@ -4045,6 +4063,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Value
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Value.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Value.OTHER
else -> Value._UNKNOWN
}
Expand All @@ -4068,6 +4088,8 @@ private constructor(
MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED ->
Known
.MERCHANT_TRANSACTION_ADVISORY_SERVICE_AUTHENTICATION_REQUIRED
PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK ->
Known.PAYMENT_FRAUD_DISRUPTION_ACQUIRER_BLOCK
OTHER -> Known.OTHER
else ->
throw IncreaseInvalidDataException(
Expand Down
Loading