@sniipwebmaster/payment-methods-client-grpcweb-ts 26.4.8258 → 26.4.8276
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.
|
@@ -3937,6 +3937,8 @@ export enum PayToAgreementStatus {
|
|
|
3937
3937
|
PAYTO_AGREEMENT_STATUS_SUSPENDED = 4,
|
|
3938
3938
|
PAYTO_AGREEMENT_STATUS_PENDING = 5,
|
|
3939
3939
|
PAYTO_AGREEMENT_STATUS_PENDING_AMENDMENT = 6,
|
|
3940
|
+
PAYTO_AGREEMENT_STATUS_AMENDMENT_DECLINED = 7,
|
|
3941
|
+
PAYTO_AGREEMENT_STATUS_AMENDMENT_EXPIRED = 8,
|
|
3940
3942
|
}
|
|
3941
3943
|
export enum PaymentProcessor {
|
|
3942
3944
|
BPAY = 0,
|
|
@@ -32060,7 +32060,9 @@ proto.sniippaymentmethodsserviceapi.PayToAgreementStatus = {
|
|
|
32060
32060
|
PAYTO_AGREEMENT_STATUS_EXPIRED: 3,
|
|
32061
32061
|
PAYTO_AGREEMENT_STATUS_SUSPENDED: 4,
|
|
32062
32062
|
PAYTO_AGREEMENT_STATUS_PENDING: 5,
|
|
32063
|
-
PAYTO_AGREEMENT_STATUS_PENDING_AMENDMENT: 6
|
|
32063
|
+
PAYTO_AGREEMENT_STATUS_PENDING_AMENDMENT: 6,
|
|
32064
|
+
PAYTO_AGREEMENT_STATUS_AMENDMENT_DECLINED: 7,
|
|
32065
|
+
PAYTO_AGREEMENT_STATUS_AMENDMENT_EXPIRED: 8
|
|
32064
32066
|
};
|
|
32065
32067
|
|
|
32066
32068
|
/**
|