@sniipwebmaster/agent-billing-client-grpcweb-ts 26.1.4939 → 26.1.4967
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.
- package/dependancies/service_pb.d.ts +92 -0
- package/dependancies/service_pb.js +945 -200
- package/package.json +1 -1
|
@@ -795,6 +795,92 @@ export namespace VirtualBill {
|
|
|
795
795
|
}
|
|
796
796
|
}
|
|
797
797
|
|
|
798
|
+
export class VirtualBillPaid extends jspb.Message {
|
|
799
|
+
getVirtualbillid(): number;
|
|
800
|
+
setVirtualbillid(value: number): VirtualBillPaid;
|
|
801
|
+
|
|
802
|
+
getBillid(): number;
|
|
803
|
+
setBillid(value: number): VirtualBillPaid;
|
|
804
|
+
|
|
805
|
+
getAmount(): number;
|
|
806
|
+
setAmount(value: number): VirtualBillPaid;
|
|
807
|
+
|
|
808
|
+
getBankaccountname(): string;
|
|
809
|
+
setBankaccountname(value: string): VirtualBillPaid;
|
|
810
|
+
|
|
811
|
+
getInvoicenumber(): string;
|
|
812
|
+
setInvoicenumber(value: string): VirtualBillPaid;
|
|
813
|
+
|
|
814
|
+
getBankname(): string;
|
|
815
|
+
setBankname(value: string): VirtualBillPaid;
|
|
816
|
+
|
|
817
|
+
getBsb(): string;
|
|
818
|
+
setBsb(value: string): VirtualBillPaid;
|
|
819
|
+
|
|
820
|
+
getAccountnumber(): string;
|
|
821
|
+
setAccountnumber(value: string): VirtualBillPaid;
|
|
822
|
+
|
|
823
|
+
getEmployeeinfo(): EmployeeInfo | undefined;
|
|
824
|
+
setEmployeeinfo(value?: EmployeeInfo): VirtualBillPaid;
|
|
825
|
+
hasEmployeeinfo(): boolean;
|
|
826
|
+
clearEmployeeinfo(): VirtualBillPaid;
|
|
827
|
+
|
|
828
|
+
getPaiddate(): string;
|
|
829
|
+
setPaiddate(value: string): VirtualBillPaid;
|
|
830
|
+
|
|
831
|
+
getStatus(): string;
|
|
832
|
+
setStatus(value: string): VirtualBillPaid;
|
|
833
|
+
|
|
834
|
+
serializeBinary(): Uint8Array;
|
|
835
|
+
toObject(includeInstance?: boolean): VirtualBillPaid.AsObject;
|
|
836
|
+
static toObject(includeInstance: boolean, msg: VirtualBillPaid): VirtualBillPaid.AsObject;
|
|
837
|
+
static serializeBinaryToWriter(message: VirtualBillPaid, writer: jspb.BinaryWriter): void;
|
|
838
|
+
static deserializeBinary(bytes: Uint8Array): VirtualBillPaid;
|
|
839
|
+
static deserializeBinaryFromReader(message: VirtualBillPaid, reader: jspb.BinaryReader): VirtualBillPaid;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export namespace VirtualBillPaid {
|
|
843
|
+
export type AsObject = {
|
|
844
|
+
virtualbillid: number,
|
|
845
|
+
billid: number,
|
|
846
|
+
amount: number,
|
|
847
|
+
bankaccountname: string,
|
|
848
|
+
invoicenumber: string,
|
|
849
|
+
bankname: string,
|
|
850
|
+
bsb: string,
|
|
851
|
+
accountnumber: string,
|
|
852
|
+
employeeinfo?: EmployeeInfo.AsObject,
|
|
853
|
+
paiddate: string,
|
|
854
|
+
status: string,
|
|
855
|
+
}
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
export class EmployeeInfo extends jspb.Message {
|
|
859
|
+
getName(): string;
|
|
860
|
+
setName(value: string): EmployeeInfo;
|
|
861
|
+
|
|
862
|
+
getTfn(): string;
|
|
863
|
+
setTfn(value: string): EmployeeInfo;
|
|
864
|
+
|
|
865
|
+
getEmployeenumber(): string;
|
|
866
|
+
setEmployeenumber(value: string): EmployeeInfo;
|
|
867
|
+
|
|
868
|
+
serializeBinary(): Uint8Array;
|
|
869
|
+
toObject(includeInstance?: boolean): EmployeeInfo.AsObject;
|
|
870
|
+
static toObject(includeInstance: boolean, msg: EmployeeInfo): EmployeeInfo.AsObject;
|
|
871
|
+
static serializeBinaryToWriter(message: EmployeeInfo, writer: jspb.BinaryWriter): void;
|
|
872
|
+
static deserializeBinary(bytes: Uint8Array): EmployeeInfo;
|
|
873
|
+
static deserializeBinaryFromReader(message: EmployeeInfo, reader: jspb.BinaryReader): EmployeeInfo;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
export namespace EmployeeInfo {
|
|
877
|
+
export type AsObject = {
|
|
878
|
+
name: string,
|
|
879
|
+
tfn: string,
|
|
880
|
+
employeenumber: string,
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
|
|
798
884
|
export class CreateManuallyAddedAgentBillInternalRequest extends jspb.Message {
|
|
799
885
|
getClientuserid(): number;
|
|
800
886
|
setClientuserid(value: number): CreateManuallyAddedAgentBillInternalRequest;
|
|
@@ -3386,6 +3472,11 @@ export class AgentBillTransaction extends jspb.Message {
|
|
|
3386
3472
|
getIsmanaginguser(): boolean;
|
|
3387
3473
|
setIsmanaginguser(value: boolean): AgentBillTransaction;
|
|
3388
3474
|
|
|
3475
|
+
getVirtualbillsList(): Array<VirtualBillPaid>;
|
|
3476
|
+
setVirtualbillsList(value: Array<VirtualBillPaid>): AgentBillTransaction;
|
|
3477
|
+
clearVirtualbillsList(): AgentBillTransaction;
|
|
3478
|
+
addVirtualbills(value?: VirtualBillPaid, index?: number): VirtualBillPaid;
|
|
3479
|
+
|
|
3389
3480
|
serializeBinary(): Uint8Array;
|
|
3390
3481
|
toObject(includeInstance?: boolean): AgentBillTransaction.AsObject;
|
|
3391
3482
|
static toObject(includeInstance: boolean, msg: AgentBillTransaction): AgentBillTransaction.AsObject;
|
|
@@ -3420,6 +3511,7 @@ export namespace AgentBillTransaction {
|
|
|
3420
3511
|
refunddetails?: RefundDetails.AsObject,
|
|
3421
3512
|
status: string,
|
|
3422
3513
|
ismanaginguser: boolean,
|
|
3514
|
+
virtualbillsList: Array<VirtualBillPaid.AsObject>,
|
|
3423
3515
|
}
|
|
3424
3516
|
}
|
|
3425
3517
|
|