@sniipwebmaster/payment-methods-client-grpcweb-ts 26.8.8934 → 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.
|
@@ -836,6 +836,8 @@ export namespace BillConfigForPayment {
|
|
|
836
836
|
REJECTION_REASON_CONFIG_BLOCKED = 3,
|
|
837
837
|
REJECTION_REASON_PAYMENT_METHOD_EXPIRED = 4,
|
|
838
838
|
REJECTION_REASON_MISSING_SME_CONFIG = 5,
|
|
839
|
+
REJECTION_REASON_NOT_AVAILABLE_FOR_BULK = 6,
|
|
840
|
+
REJECTION_REASON_NOT_AVAILABLE_FOR_SCHEDULED = 7,
|
|
839
841
|
}
|
|
840
842
|
}
|
|
841
843
|
|
|
@@ -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
|
/**
|