@sniipwebmaster/payment-methods-client-grpcweb 26.8.8925 → 26.8.8946
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8729,7 +8729,9 @@ proto.sniippaymentmethodsserviceapi.BillConfigForPayment.RejectionReason = {
|
|
|
8729
8729
|
REJECTION_REASON_CONFIG_UNDER_REVIEW: 2,
|
|
8730
8730
|
REJECTION_REASON_CONFIG_BLOCKED: 3,
|
|
8731
8731
|
REJECTION_REASON_PAYMENT_METHOD_EXPIRED: 4,
|
|
8732
|
-
REJECTION_REASON_MISSING_SME_CONFIG: 5
|
|
8732
|
+
REJECTION_REASON_MISSING_SME_CONFIG: 5,
|
|
8733
|
+
REJECTION_REASON_NOT_AVAILABLE_FOR_BULK: 6,
|
|
8734
|
+
REJECTION_REASON_NOT_AVAILABLE_FOR_SCHEDULED: 7
|
|
8733
8735
|
};
|
|
8734
8736
|
|
|
8735
8737
|
/**
|