Documentation ¶
Index ¶
- Variables
- func RegisterInvoiceGrpcServiceServer(s grpc.ServiceRegistrar, srv InvoiceGrpcServiceServer)
- type FillInvoiceCustomer
- func (*FillInvoiceCustomer) Descriptor() ([]byte, []int)deprecated
- func (x *FillInvoiceCustomer) GetAddressLine1() string
- func (x *FillInvoiceCustomer) GetAddressLine2() string
- func (x *FillInvoiceCustomer) GetCountry() string
- func (x *FillInvoiceCustomer) GetEmail() string
- func (x *FillInvoiceCustomer) GetLocality() string
- func (x *FillInvoiceCustomer) GetName() string
- func (x *FillInvoiceCustomer) GetRegion() string
- func (x *FillInvoiceCustomer) GetZip() string
- func (*FillInvoiceCustomer) ProtoMessage()
- func (x *FillInvoiceCustomer) ProtoReflect() protoreflect.Message
- func (x *FillInvoiceCustomer) Reset()
- func (x *FillInvoiceCustomer) String() string
- type FillInvoiceProvider
- func (*FillInvoiceProvider) Descriptor() ([]byte, []int)deprecated
- func (x *FillInvoiceProvider) GetAddressLine1() string
- func (x *FillInvoiceProvider) GetAddressLine2() string
- func (x *FillInvoiceProvider) GetCountry() string
- func (x *FillInvoiceProvider) GetEmail() string
- func (x *FillInvoiceProvider) GetLocality() string
- func (x *FillInvoiceProvider) GetLogoRepositoryFileId() string
- func (x *FillInvoiceProvider) GetName() string
- func (x *FillInvoiceProvider) GetRegion() string
- func (x *FillInvoiceProvider) GetZip() string
- func (*FillInvoiceProvider) ProtoMessage()
- func (x *FillInvoiceProvider) ProtoReflect() protoreflect.Message
- func (x *FillInvoiceProvider) Reset()
- func (x *FillInvoiceProvider) String() string
- type FillInvoiceRequest
- func (*FillInvoiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FillInvoiceRequest) GetAmount() float64
- func (x *FillInvoiceRequest) GetAppSource() string
- func (x *FillInvoiceRequest) GetCustomer() *FillInvoiceCustomer
- func (x *FillInvoiceRequest) GetDryRun() bool
- func (x *FillInvoiceRequest) GetInvoiceId() string
- func (x *FillInvoiceRequest) GetInvoiceLines() []*InvoiceLine
- func (x *FillInvoiceRequest) GetInvoiceNumber() string
- func (x *FillInvoiceRequest) GetLoggedInUserId() string
- func (x *FillInvoiceRequest) GetNote() string
- func (x *FillInvoiceRequest) GetPreview() bool
- func (x *FillInvoiceRequest) GetProvider() *FillInvoiceProvider
- func (x *FillInvoiceRequest) GetStatus() InvoiceStatus
- func (x *FillInvoiceRequest) GetSubtotal() float64deprecated
- func (x *FillInvoiceRequest) GetTenant() string
- func (x *FillInvoiceRequest) GetTotal() float64
- func (x *FillInvoiceRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (x *FillInvoiceRequest) GetVat() float64
- func (*FillInvoiceRequest) ProtoMessage()
- func (x *FillInvoiceRequest) ProtoReflect() protoreflect.Message
- func (x *FillInvoiceRequest) Reset()
- func (x *FillInvoiceRequest) String() string
- type GenerateInvoicePdfRequest
- func (*GenerateInvoicePdfRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateInvoicePdfRequest) GetAppSource() string
- func (x *GenerateInvoicePdfRequest) GetInvoiceId() string
- func (x *GenerateInvoicePdfRequest) GetLoggedInUserId() string
- func (x *GenerateInvoicePdfRequest) GetTenant() string
- func (*GenerateInvoicePdfRequest) ProtoMessage()
- func (x *GenerateInvoicePdfRequest) ProtoReflect() protoreflect.Message
- func (x *GenerateInvoicePdfRequest) Reset()
- func (x *GenerateInvoicePdfRequest) String() string
- type InvoiceFieldMask
- func (InvoiceFieldMask) Descriptor() protoreflect.EnumDescriptor
- func (x InvoiceFieldMask) Enum() *InvoiceFieldMask
- func (InvoiceFieldMask) EnumDescriptor() ([]byte, []int)deprecated
- func (x InvoiceFieldMask) Number() protoreflect.EnumNumber
- func (x InvoiceFieldMask) String() string
- func (InvoiceFieldMask) Type() protoreflect.EnumType
- type InvoiceGrpcServiceClient
- type InvoiceGrpcServiceServer
- type InvoiceIdResponse
- type InvoiceLine
- func (*InvoiceLine) Descriptor() ([]byte, []int)deprecated
- func (x *InvoiceLine) GetAmount() float64
- func (x *InvoiceLine) GetBilledType() common.BilledType
- func (x *InvoiceLine) GetName() string
- func (x *InvoiceLine) GetPrice() float64
- func (x *InvoiceLine) GetQuantity() int64
- func (x *InvoiceLine) GetServiceLineItemId() string
- func (x *InvoiceLine) GetServiceLineItemParentId() string
- func (x *InvoiceLine) GetTotal() float64
- func (x *InvoiceLine) GetVat() float64
- func (*InvoiceLine) ProtoMessage()
- func (x *InvoiceLine) ProtoReflect() protoreflect.Message
- func (x *InvoiceLine) Reset()
- func (x *InvoiceLine) String() string
- type InvoiceStatus
- func (InvoiceStatus) Descriptor() protoreflect.EnumDescriptor
- func (x InvoiceStatus) Enum() *InvoiceStatus
- func (InvoiceStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x InvoiceStatus) Number() protoreflect.EnumNumber
- func (x InvoiceStatus) String() string
- func (InvoiceStatus) Type() protoreflect.EnumType
- type NewInvoiceForContractRequest
- func (*NewInvoiceForContractRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NewInvoiceForContractRequest) GetBillingCycle() common.BillingCycledeprecated
- func (x *NewInvoiceForContractRequest) GetBillingCycleInMonths() int64
- func (x *NewInvoiceForContractRequest) GetContractId() string
- func (x *NewInvoiceForContractRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *NewInvoiceForContractRequest) GetCurrency() string
- func (x *NewInvoiceForContractRequest) GetDryRun() bool
- func (x *NewInvoiceForContractRequest) GetInvoicePeriodEnd() *timestamppb.Timestamp
- func (x *NewInvoiceForContractRequest) GetInvoicePeriodStart() *timestamppb.Timestamp
- func (x *NewInvoiceForContractRequest) GetLoggedInUserId() string
- func (x *NewInvoiceForContractRequest) GetNote() string
- func (x *NewInvoiceForContractRequest) GetOffCycle() bool
- func (x *NewInvoiceForContractRequest) GetPostpaid() bool
- func (x *NewInvoiceForContractRequest) GetPreview() bool
- func (x *NewInvoiceForContractRequest) GetSourceFields() *common.SourceFields
- func (x *NewInvoiceForContractRequest) GetTenant() string
- func (*NewInvoiceForContractRequest) ProtoMessage()
- func (x *NewInvoiceForContractRequest) ProtoReflect() protoreflect.Message
- func (x *NewInvoiceForContractRequest) Reset()
- func (x *NewInvoiceForContractRequest) String() string
- type NextPreviewInvoiceForContractRequest
- func (*NextPreviewInvoiceForContractRequest) Descriptor() ([]byte, []int)deprecated
- func (x *NextPreviewInvoiceForContractRequest) GetAppSource() string
- func (x *NextPreviewInvoiceForContractRequest) GetContractId() string
- func (x *NextPreviewInvoiceForContractRequest) GetTenant() string
- func (*NextPreviewInvoiceForContractRequest) ProtoMessage()
- func (x *NextPreviewInvoiceForContractRequest) ProtoReflect() protoreflect.Message
- func (x *NextPreviewInvoiceForContractRequest) Reset()
- func (x *NextPreviewInvoiceForContractRequest) String() string
- type PayInvoiceNotificationRequest
- func (*PayInvoiceNotificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PayInvoiceNotificationRequest) GetAppSource() string
- func (x *PayInvoiceNotificationRequest) GetInvoiceId() string
- func (x *PayInvoiceNotificationRequest) GetLoggedInUserId() string
- func (x *PayInvoiceNotificationRequest) GetTenant() string
- func (*PayInvoiceNotificationRequest) ProtoMessage()
- func (x *PayInvoiceNotificationRequest) ProtoReflect() protoreflect.Message
- func (x *PayInvoiceNotificationRequest) Reset()
- func (x *PayInvoiceNotificationRequest) String() string
- type PdfGeneratedInvoiceRequest
- func (*PdfGeneratedInvoiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PdfGeneratedInvoiceRequest) GetAppSource() string
- func (x *PdfGeneratedInvoiceRequest) GetInvoiceId() string
- func (x *PdfGeneratedInvoiceRequest) GetLoggedInUserId() string
- func (x *PdfGeneratedInvoiceRequest) GetRepositoryFileId() string
- func (x *PdfGeneratedInvoiceRequest) GetTenant() string
- func (x *PdfGeneratedInvoiceRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (*PdfGeneratedInvoiceRequest) ProtoMessage()
- func (x *PdfGeneratedInvoiceRequest) ProtoReflect() protoreflect.Message
- func (x *PdfGeneratedInvoiceRequest) Reset()
- func (x *PdfGeneratedInvoiceRequest) String() string
- type PermanentlyDeleteInitializedInvoiceRequest
- func (*PermanentlyDeleteInitializedInvoiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PermanentlyDeleteInitializedInvoiceRequest) GetAppSource() string
- func (x *PermanentlyDeleteInitializedInvoiceRequest) GetInvoiceId() string
- func (x *PermanentlyDeleteInitializedInvoiceRequest) GetLoggedInUserId() string
- func (x *PermanentlyDeleteInitializedInvoiceRequest) GetTenant() string
- func (*PermanentlyDeleteInitializedInvoiceRequest) ProtoMessage()
- func (x *PermanentlyDeleteInitializedInvoiceRequest) ProtoReflect() protoreflect.Message
- func (x *PermanentlyDeleteInitializedInvoiceRequest) Reset()
- func (x *PermanentlyDeleteInitializedInvoiceRequest) String() string
- type RemindInvoiceNotificationRequest
- func (*RemindInvoiceNotificationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemindInvoiceNotificationRequest) GetAppSource() string
- func (x *RemindInvoiceNotificationRequest) GetInvoiceId() string
- func (x *RemindInvoiceNotificationRequest) GetLoggedInUserId() string
- func (x *RemindInvoiceNotificationRequest) GetTenant() string
- func (*RemindInvoiceNotificationRequest) ProtoMessage()
- func (x *RemindInvoiceNotificationRequest) ProtoReflect() protoreflect.Message
- func (x *RemindInvoiceNotificationRequest) Reset()
- func (x *RemindInvoiceNotificationRequest) String() string
- type RequestFillInvoiceRequest
- func (*RequestFillInvoiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RequestFillInvoiceRequest) GetAppSource() string
- func (x *RequestFillInvoiceRequest) GetContractId() string
- func (x *RequestFillInvoiceRequest) GetInvoiceId() string
- func (x *RequestFillInvoiceRequest) GetLoggedInUserId() string
- func (x *RequestFillInvoiceRequest) GetTenant() string
- func (*RequestFillInvoiceRequest) ProtoMessage()
- func (x *RequestFillInvoiceRequest) ProtoReflect() protoreflect.Message
- func (x *RequestFillInvoiceRequest) Reset()
- func (x *RequestFillInvoiceRequest) String() string
- type UnimplementedInvoiceGrpcServiceServer
- func (UnimplementedInvoiceGrpcServiceServer) FillInvoice(context.Context, *FillInvoiceRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) GenerateInvoicePdf(context.Context, *GenerateInvoicePdfRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) NewInvoiceForContract(context.Context, *NewInvoiceForContractRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) NextPreviewInvoiceForContract(context.Context, *NextPreviewInvoiceForContractRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) PayInvoiceNotification(context.Context, *PayInvoiceNotificationRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) PdfGeneratedInvoice(context.Context, *PdfGeneratedInvoiceRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) PermanentlyDeleteInitializedInvoice(context.Context, *PermanentlyDeleteInitializedInvoiceRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) RemindInvoiceNotification(context.Context, *RemindInvoiceNotificationRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) RequestFillInvoice(context.Context, *RequestFillInvoiceRequest) (*InvoiceIdResponse, error)
- func (UnimplementedInvoiceGrpcServiceServer) VoidInvoice(context.Context, *VoidInvoiceRequest) (*InvoiceIdResponse, error)
- type UnsafeInvoiceGrpcServiceServer
- type VoidInvoiceRequest
- func (*VoidInvoiceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *VoidInvoiceRequest) GetAppSource() string
- func (x *VoidInvoiceRequest) GetInvoiceId() string
- func (x *VoidInvoiceRequest) GetLoggedInUserId() string
- func (x *VoidInvoiceRequest) GetTenant() string
- func (x *VoidInvoiceRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (*VoidInvoiceRequest) ProtoMessage()
- func (x *VoidInvoiceRequest) ProtoReflect() protoreflect.Message
- func (x *VoidInvoiceRequest) Reset()
- func (x *VoidInvoiceRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( InvoiceStatus_name = map[int32]string{ 0: "INVOICE_STATUS_NONE", 1: "INVOICE_STATUS_INITIALIZED", 2: "INVOICE_STATUS_DUE", 3: "INVOICE_STATUS_PAID", 4: "INVOICE_STATUS_VOID", 5: "INVOICE_STATUS_SCHEDULED", 6: "INVOICE_STATUS_OVERDUE", 7: "INVOICE_STATUS_ON_HOLD", 8: "INVOICE_STATUS_EMPTY", } InvoiceStatus_value = map[string]int32{ "INVOICE_STATUS_NONE": 0, "INVOICE_STATUS_INITIALIZED": 1, "INVOICE_STATUS_DUE": 2, "INVOICE_STATUS_PAID": 3, "INVOICE_STATUS_VOID": 4, "INVOICE_STATUS_SCHEDULED": 5, "INVOICE_STATUS_OVERDUE": 6, "INVOICE_STATUS_ON_HOLD": 7, "INVOICE_STATUS_EMPTY": 8, } )
Enum value maps for InvoiceStatus.
var ( InvoiceFieldMask_name = map[int32]string{ 0: "INVOICE_FIELD_NONE", 1: "INVOICE_FIELD_STATUS", 2: "INVOICE_FIELD_PAYMENT_LINK", } InvoiceFieldMask_value = map[string]int32{ "INVOICE_FIELD_NONE": 0, "INVOICE_FIELD_STATUS": 1, "INVOICE_FIELD_PAYMENT_LINK": 2, } )
Enum value maps for InvoiceFieldMask.
var File_invoice_proto protoreflect.FileDescriptor
var InvoiceGrpcService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "InvoiceGrpcService", HandlerType: (*InvoiceGrpcServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "NextPreviewInvoiceForContract", Handler: _InvoiceGrpcService_NextPreviewInvoiceForContract_Handler, }, { MethodName: "NewInvoiceForContract", Handler: _InvoiceGrpcService_NewInvoiceForContract_Handler, }, { MethodName: "FillInvoice", Handler: _InvoiceGrpcService_FillInvoice_Handler, }, { MethodName: "GenerateInvoicePdf", Handler: _InvoiceGrpcService_GenerateInvoicePdf_Handler, }, { MethodName: "PdfGeneratedInvoice", Handler: _InvoiceGrpcService_PdfGeneratedInvoice_Handler, }, { MethodName: "PayInvoiceNotification", Handler: _InvoiceGrpcService_PayInvoiceNotification_Handler, }, { MethodName: "RequestFillInvoice", Handler: _InvoiceGrpcService_RequestFillInvoice_Handler, }, { MethodName: "PermanentlyDeleteInitializedInvoice", Handler: _InvoiceGrpcService_PermanentlyDeleteInitializedInvoice_Handler, }, { MethodName: "VoidInvoice", Handler: _InvoiceGrpcService_VoidInvoice_Handler, }, { MethodName: "RemindInvoiceNotification", Handler: _InvoiceGrpcService_RemindInvoiceNotification_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "invoice.proto", }
InvoiceGrpcService_ServiceDesc is the grpc.ServiceDesc for InvoiceGrpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterInvoiceGrpcServiceServer ¶
func RegisterInvoiceGrpcServiceServer(s grpc.ServiceRegistrar, srv InvoiceGrpcServiceServer)
Types ¶
type FillInvoiceCustomer ¶
type FillInvoiceCustomer struct { Name string `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"` AddressLine1 string `protobuf:"bytes,2,opt,name=AddressLine1,proto3" json:"AddressLine1,omitempty"` AddressLine2 string `protobuf:"bytes,3,opt,name=AddressLine2,proto3" json:"AddressLine2,omitempty"` Zip string `protobuf:"bytes,4,opt,name=Zip,proto3" json:"Zip,omitempty"` Locality string `protobuf:"bytes,5,opt,name=Locality,proto3" json:"Locality,omitempty"` Country string `protobuf:"bytes,6,opt,name=Country,proto3" json:"Country,omitempty"` Email string `protobuf:"bytes,7,opt,name=Email,proto3" json:"Email,omitempty"` Region string `protobuf:"bytes,8,opt,name=Region,proto3" json:"Region,omitempty"` // contains filtered or unexported fields }
func (*FillInvoiceCustomer) Descriptor
deprecated
func (*FillInvoiceCustomer) Descriptor() ([]byte, []int)
Deprecated: Use FillInvoiceCustomer.ProtoReflect.Descriptor instead.
func (*FillInvoiceCustomer) GetAddressLine1 ¶
func (x *FillInvoiceCustomer) GetAddressLine1() string
func (*FillInvoiceCustomer) GetAddressLine2 ¶
func (x *FillInvoiceCustomer) GetAddressLine2() string
func (*FillInvoiceCustomer) GetCountry ¶
func (x *FillInvoiceCustomer) GetCountry() string
func (*FillInvoiceCustomer) GetEmail ¶
func (x *FillInvoiceCustomer) GetEmail() string
func (*FillInvoiceCustomer) GetLocality ¶
func (x *FillInvoiceCustomer) GetLocality() string
func (*FillInvoiceCustomer) GetName ¶
func (x *FillInvoiceCustomer) GetName() string
func (*FillInvoiceCustomer) GetRegion ¶
func (x *FillInvoiceCustomer) GetRegion() string
func (*FillInvoiceCustomer) GetZip ¶
func (x *FillInvoiceCustomer) GetZip() string
func (*FillInvoiceCustomer) ProtoMessage ¶
func (*FillInvoiceCustomer) ProtoMessage()
func (*FillInvoiceCustomer) ProtoReflect ¶
func (x *FillInvoiceCustomer) ProtoReflect() protoreflect.Message
func (*FillInvoiceCustomer) Reset ¶
func (x *FillInvoiceCustomer) Reset()
func (*FillInvoiceCustomer) String ¶
func (x *FillInvoiceCustomer) String() string
type FillInvoiceProvider ¶
type FillInvoiceProvider struct { Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` Email string `protobuf:"bytes,3,opt,name=Email,proto3" json:"Email,omitempty"` AddressLine1 string `protobuf:"bytes,4,opt,name=AddressLine1,proto3" json:"AddressLine1,omitempty"` AddressLine2 string `protobuf:"bytes,5,opt,name=AddressLine2,proto3" json:"AddressLine2,omitempty"` Zip string `protobuf:"bytes,6,opt,name=Zip,proto3" json:"Zip,omitempty"` Locality string `protobuf:"bytes,7,opt,name=Locality,proto3" json:"Locality,omitempty"` Country string `protobuf:"bytes,8,opt,name=Country,proto3" json:"Country,omitempty"` LogoRepositoryFileId string `protobuf:"bytes,9,opt,name=LogoRepositoryFileId,proto3" json:"LogoRepositoryFileId,omitempty"` Region string `protobuf:"bytes,10,opt,name=Region,proto3" json:"Region,omitempty"` // contains filtered or unexported fields }
func (*FillInvoiceProvider) Descriptor
deprecated
func (*FillInvoiceProvider) Descriptor() ([]byte, []int)
Deprecated: Use FillInvoiceProvider.ProtoReflect.Descriptor instead.
func (*FillInvoiceProvider) GetAddressLine1 ¶
func (x *FillInvoiceProvider) GetAddressLine1() string
func (*FillInvoiceProvider) GetAddressLine2 ¶
func (x *FillInvoiceProvider) GetAddressLine2() string
func (*FillInvoiceProvider) GetCountry ¶
func (x *FillInvoiceProvider) GetCountry() string
func (*FillInvoiceProvider) GetEmail ¶
func (x *FillInvoiceProvider) GetEmail() string
func (*FillInvoiceProvider) GetLocality ¶
func (x *FillInvoiceProvider) GetLocality() string
func (*FillInvoiceProvider) GetLogoRepositoryFileId ¶
func (x *FillInvoiceProvider) GetLogoRepositoryFileId() string
func (*FillInvoiceProvider) GetName ¶
func (x *FillInvoiceProvider) GetName() string
func (*FillInvoiceProvider) GetRegion ¶
func (x *FillInvoiceProvider) GetRegion() string
func (*FillInvoiceProvider) GetZip ¶
func (x *FillInvoiceProvider) GetZip() string
func (*FillInvoiceProvider) ProtoMessage ¶
func (*FillInvoiceProvider) ProtoMessage()
func (*FillInvoiceProvider) ProtoReflect ¶
func (x *FillInvoiceProvider) ProtoReflect() protoreflect.Message
func (*FillInvoiceProvider) Reset ¶
func (x *FillInvoiceProvider) Reset()
func (*FillInvoiceProvider) String ¶
func (x *FillInvoiceProvider) String() string
type FillInvoiceRequest ¶
type FillInvoiceRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,2,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` InvoiceId string `protobuf:"bytes,3,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` Amount float64 `protobuf:"fixed64,4,opt,name=amount,proto3" json:"amount,omitempty"` Vat float64 `protobuf:"fixed64,5,opt,name=vat,proto3" json:"vat,omitempty"` // Deprecated: Marked as deprecated in invoice.proto. Subtotal float64 `protobuf:"fixed64,6,opt,name=subtotal,proto3" json:"subtotal,omitempty"` Total float64 `protobuf:"fixed64,7,opt,name=total,proto3" json:"total,omitempty"` InvoiceLines []*InvoiceLine `protobuf:"bytes,8,rep,name=invoiceLines,proto3" json:"invoiceLines,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` AppSource string `protobuf:"bytes,10,opt,name=appSource,proto3" json:"appSource,omitempty"` Status InvoiceStatus `protobuf:"varint,11,opt,name=status,proto3,enum=InvoiceStatus" json:"status,omitempty"` Note string `protobuf:"bytes,12,opt,name=Note,proto3" json:"Note,omitempty"` Customer *FillInvoiceCustomer `protobuf:"bytes,15,opt,name=Customer,proto3" json:"Customer,omitempty"` Provider *FillInvoiceProvider `protobuf:"bytes,16,opt,name=Provider,proto3" json:"Provider,omitempty"` DryRun bool `protobuf:"varint,17,opt,name=dryRun,proto3" json:"dryRun,omitempty"` InvoiceNumber string `protobuf:"bytes,18,opt,name=invoiceNumber,proto3" json:"invoiceNumber,omitempty"` Preview bool `protobuf:"varint,19,opt,name=preview,proto3" json:"preview,omitempty"` // contains filtered or unexported fields }
func (*FillInvoiceRequest) Descriptor
deprecated
func (*FillInvoiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use FillInvoiceRequest.ProtoReflect.Descriptor instead.
func (*FillInvoiceRequest) GetAmount ¶
func (x *FillInvoiceRequest) GetAmount() float64
func (*FillInvoiceRequest) GetAppSource ¶
func (x *FillInvoiceRequest) GetAppSource() string
func (*FillInvoiceRequest) GetCustomer ¶
func (x *FillInvoiceRequest) GetCustomer() *FillInvoiceCustomer
func (*FillInvoiceRequest) GetDryRun ¶
func (x *FillInvoiceRequest) GetDryRun() bool
func (*FillInvoiceRequest) GetInvoiceId ¶
func (x *FillInvoiceRequest) GetInvoiceId() string
func (*FillInvoiceRequest) GetInvoiceLines ¶
func (x *FillInvoiceRequest) GetInvoiceLines() []*InvoiceLine
func (*FillInvoiceRequest) GetInvoiceNumber ¶
func (x *FillInvoiceRequest) GetInvoiceNumber() string
func (*FillInvoiceRequest) GetLoggedInUserId ¶
func (x *FillInvoiceRequest) GetLoggedInUserId() string
func (*FillInvoiceRequest) GetNote ¶
func (x *FillInvoiceRequest) GetNote() string
func (*FillInvoiceRequest) GetPreview ¶
func (x *FillInvoiceRequest) GetPreview() bool
func (*FillInvoiceRequest) GetProvider ¶
func (x *FillInvoiceRequest) GetProvider() *FillInvoiceProvider
func (*FillInvoiceRequest) GetStatus ¶
func (x *FillInvoiceRequest) GetStatus() InvoiceStatus
func (*FillInvoiceRequest) GetSubtotal
deprecated
func (x *FillInvoiceRequest) GetSubtotal() float64
Deprecated: Marked as deprecated in invoice.proto.
func (*FillInvoiceRequest) GetTenant ¶
func (x *FillInvoiceRequest) GetTenant() string
func (*FillInvoiceRequest) GetTotal ¶
func (x *FillInvoiceRequest) GetTotal() float64
func (*FillInvoiceRequest) GetUpdatedAt ¶
func (x *FillInvoiceRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*FillInvoiceRequest) GetVat ¶
func (x *FillInvoiceRequest) GetVat() float64
func (*FillInvoiceRequest) ProtoMessage ¶
func (*FillInvoiceRequest) ProtoMessage()
func (*FillInvoiceRequest) ProtoReflect ¶
func (x *FillInvoiceRequest) ProtoReflect() protoreflect.Message
func (*FillInvoiceRequest) Reset ¶
func (x *FillInvoiceRequest) Reset()
func (*FillInvoiceRequest) String ¶
func (x *FillInvoiceRequest) String() string
type GenerateInvoicePdfRequest ¶
type GenerateInvoicePdfRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,2,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` InvoiceId string `protobuf:"bytes,3,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*GenerateInvoicePdfRequest) Descriptor
deprecated
func (*GenerateInvoicePdfRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenerateInvoicePdfRequest.ProtoReflect.Descriptor instead.
func (*GenerateInvoicePdfRequest) GetAppSource ¶
func (x *GenerateInvoicePdfRequest) GetAppSource() string
func (*GenerateInvoicePdfRequest) GetInvoiceId ¶
func (x *GenerateInvoicePdfRequest) GetInvoiceId() string
func (*GenerateInvoicePdfRequest) GetLoggedInUserId ¶
func (x *GenerateInvoicePdfRequest) GetLoggedInUserId() string
func (*GenerateInvoicePdfRequest) GetTenant ¶
func (x *GenerateInvoicePdfRequest) GetTenant() string
func (*GenerateInvoicePdfRequest) ProtoMessage ¶
func (*GenerateInvoicePdfRequest) ProtoMessage()
func (*GenerateInvoicePdfRequest) ProtoReflect ¶
func (x *GenerateInvoicePdfRequest) ProtoReflect() protoreflect.Message
func (*GenerateInvoicePdfRequest) Reset ¶
func (x *GenerateInvoicePdfRequest) Reset()
func (*GenerateInvoicePdfRequest) String ¶
func (x *GenerateInvoicePdfRequest) String() string
type InvoiceFieldMask ¶
type InvoiceFieldMask int32
const ( InvoiceFieldMask_INVOICE_FIELD_NONE InvoiceFieldMask = 0 // No property, ignored by the server InvoiceFieldMask_INVOICE_FIELD_STATUS InvoiceFieldMask = 1 InvoiceFieldMask_INVOICE_FIELD_PAYMENT_LINK InvoiceFieldMask = 2 )
func (InvoiceFieldMask) Descriptor ¶
func (InvoiceFieldMask) Descriptor() protoreflect.EnumDescriptor
func (InvoiceFieldMask) Enum ¶
func (x InvoiceFieldMask) Enum() *InvoiceFieldMask
func (InvoiceFieldMask) EnumDescriptor
deprecated
func (InvoiceFieldMask) EnumDescriptor() ([]byte, []int)
Deprecated: Use InvoiceFieldMask.Descriptor instead.
func (InvoiceFieldMask) Number ¶
func (x InvoiceFieldMask) Number() protoreflect.EnumNumber
func (InvoiceFieldMask) String ¶
func (x InvoiceFieldMask) String() string
func (InvoiceFieldMask) Type ¶
func (InvoiceFieldMask) Type() protoreflect.EnumType
type InvoiceGrpcServiceClient ¶
type InvoiceGrpcServiceClient interface { NextPreviewInvoiceForContract(ctx context.Context, in *NextPreviewInvoiceForContractRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) NewInvoiceForContract(ctx context.Context, in *NewInvoiceForContractRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) FillInvoice(ctx context.Context, in *FillInvoiceRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) GenerateInvoicePdf(ctx context.Context, in *GenerateInvoicePdfRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) PdfGeneratedInvoice(ctx context.Context, in *PdfGeneratedInvoiceRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) PayInvoiceNotification(ctx context.Context, in *PayInvoiceNotificationRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) RequestFillInvoice(ctx context.Context, in *RequestFillInvoiceRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) PermanentlyDeleteInitializedInvoice(ctx context.Context, in *PermanentlyDeleteInitializedInvoiceRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) VoidInvoice(ctx context.Context, in *VoidInvoiceRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) RemindInvoiceNotification(ctx context.Context, in *RemindInvoiceNotificationRequest, opts ...grpc.CallOption) (*InvoiceIdResponse, error) }
InvoiceGrpcServiceClient is the client API for InvoiceGrpcService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewInvoiceGrpcServiceClient ¶
func NewInvoiceGrpcServiceClient(cc grpc.ClientConnInterface) InvoiceGrpcServiceClient
type InvoiceGrpcServiceServer ¶
type InvoiceGrpcServiceServer interface { NextPreviewInvoiceForContract(context.Context, *NextPreviewInvoiceForContractRequest) (*InvoiceIdResponse, error) NewInvoiceForContract(context.Context, *NewInvoiceForContractRequest) (*InvoiceIdResponse, error) FillInvoice(context.Context, *FillInvoiceRequest) (*InvoiceIdResponse, error) GenerateInvoicePdf(context.Context, *GenerateInvoicePdfRequest) (*InvoiceIdResponse, error) PdfGeneratedInvoice(context.Context, *PdfGeneratedInvoiceRequest) (*InvoiceIdResponse, error) PayInvoiceNotification(context.Context, *PayInvoiceNotificationRequest) (*InvoiceIdResponse, error) RequestFillInvoice(context.Context, *RequestFillInvoiceRequest) (*InvoiceIdResponse, error) PermanentlyDeleteInitializedInvoice(context.Context, *PermanentlyDeleteInitializedInvoiceRequest) (*InvoiceIdResponse, error) VoidInvoice(context.Context, *VoidInvoiceRequest) (*InvoiceIdResponse, error) RemindInvoiceNotification(context.Context, *RemindInvoiceNotificationRequest) (*InvoiceIdResponse, error) }
InvoiceGrpcServiceServer is the server API for InvoiceGrpcService service. All implementations should embed UnimplementedInvoiceGrpcServiceServer for forward compatibility
type InvoiceIdResponse ¶
type InvoiceIdResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*InvoiceIdResponse) Descriptor
deprecated
func (*InvoiceIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use InvoiceIdResponse.ProtoReflect.Descriptor instead.
func (*InvoiceIdResponse) GetId ¶
func (x *InvoiceIdResponse) GetId() string
func (*InvoiceIdResponse) ProtoMessage ¶
func (*InvoiceIdResponse) ProtoMessage()
func (*InvoiceIdResponse) ProtoReflect ¶
func (x *InvoiceIdResponse) ProtoReflect() protoreflect.Message
func (*InvoiceIdResponse) Reset ¶
func (x *InvoiceIdResponse) Reset()
func (*InvoiceIdResponse) String ¶
func (x *InvoiceIdResponse) String() string
type InvoiceLine ¶
type InvoiceLine struct { ServiceLineItemId string `protobuf:"bytes,1,opt,name=serviceLineItemId,proto3" json:"serviceLineItemId,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Price float64 `protobuf:"fixed64,3,opt,name=price,proto3" json:"price,omitempty"` Quantity int64 `protobuf:"varint,4,opt,name=quantity,proto3" json:"quantity,omitempty"` Amount float64 `protobuf:"fixed64,5,opt,name=amount,proto3" json:"amount,omitempty"` Vat float64 `protobuf:"fixed64,6,opt,name=vat,proto3" json:"vat,omitempty"` Total float64 `protobuf:"fixed64,7,opt,name=total,proto3" json:"total,omitempty"` BilledType common.BilledType `protobuf:"varint,8,opt,name=billedType,proto3,enum=BilledType" json:"billedType,omitempty"` ServiceLineItemParentId string `protobuf:"bytes,9,opt,name=serviceLineItemParentId,proto3" json:"serviceLineItemParentId,omitempty"` // contains filtered or unexported fields }
func (*InvoiceLine) Descriptor
deprecated
func (*InvoiceLine) Descriptor() ([]byte, []int)
Deprecated: Use InvoiceLine.ProtoReflect.Descriptor instead.
func (*InvoiceLine) GetAmount ¶
func (x *InvoiceLine) GetAmount() float64
func (*InvoiceLine) GetBilledType ¶
func (x *InvoiceLine) GetBilledType() common.BilledType
func (*InvoiceLine) GetName ¶
func (x *InvoiceLine) GetName() string
func (*InvoiceLine) GetPrice ¶
func (x *InvoiceLine) GetPrice() float64
func (*InvoiceLine) GetQuantity ¶
func (x *InvoiceLine) GetQuantity() int64
func (*InvoiceLine) GetServiceLineItemId ¶
func (x *InvoiceLine) GetServiceLineItemId() string
func (*InvoiceLine) GetServiceLineItemParentId ¶
func (x *InvoiceLine) GetServiceLineItemParentId() string
func (*InvoiceLine) GetTotal ¶
func (x *InvoiceLine) GetTotal() float64
func (*InvoiceLine) GetVat ¶
func (x *InvoiceLine) GetVat() float64
func (*InvoiceLine) ProtoMessage ¶
func (*InvoiceLine) ProtoMessage()
func (*InvoiceLine) ProtoReflect ¶
func (x *InvoiceLine) ProtoReflect() protoreflect.Message
func (*InvoiceLine) Reset ¶
func (x *InvoiceLine) Reset()
func (*InvoiceLine) String ¶
func (x *InvoiceLine) String() string
type InvoiceStatus ¶
type InvoiceStatus int32
const ( InvoiceStatus_INVOICE_STATUS_NONE InvoiceStatus = 0 InvoiceStatus_INVOICE_STATUS_INITIALIZED InvoiceStatus = 1 InvoiceStatus_INVOICE_STATUS_DUE InvoiceStatus = 2 InvoiceStatus_INVOICE_STATUS_PAID InvoiceStatus = 3 InvoiceStatus_INVOICE_STATUS_VOID InvoiceStatus = 4 InvoiceStatus_INVOICE_STATUS_SCHEDULED InvoiceStatus = 5 InvoiceStatus_INVOICE_STATUS_OVERDUE InvoiceStatus = 6 InvoiceStatus_INVOICE_STATUS_ON_HOLD InvoiceStatus = 7 InvoiceStatus_INVOICE_STATUS_EMPTY InvoiceStatus = 8 )
func (InvoiceStatus) Descriptor ¶
func (InvoiceStatus) Descriptor() protoreflect.EnumDescriptor
func (InvoiceStatus) Enum ¶
func (x InvoiceStatus) Enum() *InvoiceStatus
func (InvoiceStatus) EnumDescriptor
deprecated
func (InvoiceStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use InvoiceStatus.Descriptor instead.
func (InvoiceStatus) Number ¶
func (x InvoiceStatus) Number() protoreflect.EnumNumber
func (InvoiceStatus) String ¶
func (x InvoiceStatus) String() string
func (InvoiceStatus) Type ¶
func (InvoiceStatus) Type() protoreflect.EnumType
type NewInvoiceForContractRequest ¶
type NewInvoiceForContractRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` // mandatory LoggedInUserId string `protobuf:"bytes,2,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` ContractId string `protobuf:"bytes,3,opt,name=contractId,proto3" json:"contractId,omitempty"` // mandatory DryRun bool `protobuf:"varint,5,opt,name=dryRun,proto3" json:"dryRun,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` SourceFields *common.SourceFields `protobuf:"bytes,8,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"` InvoicePeriodStart *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=invoicePeriodStart,proto3" json:"invoicePeriodStart,omitempty"` // mandatory InvoicePeriodEnd *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=invoicePeriodEnd,proto3" json:"invoicePeriodEnd,omitempty"` // mandatory Currency string `protobuf:"bytes,11,opt,name=currency,proto3" json:"currency,omitempty"` // mandatory // Deprecated: Marked as deprecated in invoice.proto. BillingCycle common.BillingCycle `protobuf:"varint,12,opt,name=billingCycle,proto3,enum=BillingCycle" json:"billingCycle,omitempty"` Note string `protobuf:"bytes,13,opt,name=note,proto3" json:"note,omitempty"` OffCycle bool `protobuf:"varint,14,opt,name=offCycle,proto3" json:"offCycle,omitempty"` Postpaid bool `protobuf:"varint,15,opt,name=postpaid,proto3" json:"postpaid,omitempty"` Preview bool `protobuf:"varint,16,opt,name=preview,proto3" json:"preview,omitempty"` BillingCycleInMonths int64 `protobuf:"varint,17,opt,name=billingCycleInMonths,proto3" json:"billingCycleInMonths,omitempty"` // contains filtered or unexported fields }
func (*NewInvoiceForContractRequest) Descriptor
deprecated
func (*NewInvoiceForContractRequest) Descriptor() ([]byte, []int)
Deprecated: Use NewInvoiceForContractRequest.ProtoReflect.Descriptor instead.
func (*NewInvoiceForContractRequest) GetBillingCycle
deprecated
func (x *NewInvoiceForContractRequest) GetBillingCycle() common.BillingCycle
Deprecated: Marked as deprecated in invoice.proto.
func (*NewInvoiceForContractRequest) GetBillingCycleInMonths ¶
func (x *NewInvoiceForContractRequest) GetBillingCycleInMonths() int64
func (*NewInvoiceForContractRequest) GetContractId ¶
func (x *NewInvoiceForContractRequest) GetContractId() string
func (*NewInvoiceForContractRequest) GetCreatedAt ¶
func (x *NewInvoiceForContractRequest) GetCreatedAt() *timestamppb.Timestamp
func (*NewInvoiceForContractRequest) GetCurrency ¶
func (x *NewInvoiceForContractRequest) GetCurrency() string
func (*NewInvoiceForContractRequest) GetDryRun ¶
func (x *NewInvoiceForContractRequest) GetDryRun() bool
func (*NewInvoiceForContractRequest) GetInvoicePeriodEnd ¶
func (x *NewInvoiceForContractRequest) GetInvoicePeriodEnd() *timestamppb.Timestamp
func (*NewInvoiceForContractRequest) GetInvoicePeriodStart ¶
func (x *NewInvoiceForContractRequest) GetInvoicePeriodStart() *timestamppb.Timestamp
func (*NewInvoiceForContractRequest) GetLoggedInUserId ¶
func (x *NewInvoiceForContractRequest) GetLoggedInUserId() string
func (*NewInvoiceForContractRequest) GetNote ¶
func (x *NewInvoiceForContractRequest) GetNote() string
func (*NewInvoiceForContractRequest) GetOffCycle ¶
func (x *NewInvoiceForContractRequest) GetOffCycle() bool
func (*NewInvoiceForContractRequest) GetPostpaid ¶
func (x *NewInvoiceForContractRequest) GetPostpaid() bool
func (*NewInvoiceForContractRequest) GetPreview ¶
func (x *NewInvoiceForContractRequest) GetPreview() bool
func (*NewInvoiceForContractRequest) GetSourceFields ¶
func (x *NewInvoiceForContractRequest) GetSourceFields() *common.SourceFields
func (*NewInvoiceForContractRequest) GetTenant ¶
func (x *NewInvoiceForContractRequest) GetTenant() string
func (*NewInvoiceForContractRequest) ProtoMessage ¶
func (*NewInvoiceForContractRequest) ProtoMessage()
func (*NewInvoiceForContractRequest) ProtoReflect ¶
func (x *NewInvoiceForContractRequest) ProtoReflect() protoreflect.Message
func (*NewInvoiceForContractRequest) Reset ¶
func (x *NewInvoiceForContractRequest) Reset()
func (*NewInvoiceForContractRequest) String ¶
func (x *NewInvoiceForContractRequest) String() string
type NextPreviewInvoiceForContractRequest ¶
type NextPreviewInvoiceForContractRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` ContractId string `protobuf:"bytes,2,opt,name=contractId,proto3" json:"contractId,omitempty"` AppSource string `protobuf:"bytes,3,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*NextPreviewInvoiceForContractRequest) Descriptor
deprecated
func (*NextPreviewInvoiceForContractRequest) Descriptor() ([]byte, []int)
Deprecated: Use NextPreviewInvoiceForContractRequest.ProtoReflect.Descriptor instead.
func (*NextPreviewInvoiceForContractRequest) GetAppSource ¶
func (x *NextPreviewInvoiceForContractRequest) GetAppSource() string
func (*NextPreviewInvoiceForContractRequest) GetContractId ¶
func (x *NextPreviewInvoiceForContractRequest) GetContractId() string
func (*NextPreviewInvoiceForContractRequest) GetTenant ¶
func (x *NextPreviewInvoiceForContractRequest) GetTenant() string
func (*NextPreviewInvoiceForContractRequest) ProtoMessage ¶
func (*NextPreviewInvoiceForContractRequest) ProtoMessage()
func (*NextPreviewInvoiceForContractRequest) ProtoReflect ¶
func (x *NextPreviewInvoiceForContractRequest) ProtoReflect() protoreflect.Message
func (*NextPreviewInvoiceForContractRequest) Reset ¶
func (x *NextPreviewInvoiceForContractRequest) Reset()
func (*NextPreviewInvoiceForContractRequest) String ¶
func (x *NextPreviewInvoiceForContractRequest) String() string
type PayInvoiceNotificationRequest ¶
type PayInvoiceNotificationRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` InvoiceId string `protobuf:"bytes,2,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*PayInvoiceNotificationRequest) Descriptor
deprecated
func (*PayInvoiceNotificationRequest) Descriptor() ([]byte, []int)
Deprecated: Use PayInvoiceNotificationRequest.ProtoReflect.Descriptor instead.
func (*PayInvoiceNotificationRequest) GetAppSource ¶
func (x *PayInvoiceNotificationRequest) GetAppSource() string
func (*PayInvoiceNotificationRequest) GetInvoiceId ¶
func (x *PayInvoiceNotificationRequest) GetInvoiceId() string
func (*PayInvoiceNotificationRequest) GetLoggedInUserId ¶
func (x *PayInvoiceNotificationRequest) GetLoggedInUserId() string
func (*PayInvoiceNotificationRequest) GetTenant ¶
func (x *PayInvoiceNotificationRequest) GetTenant() string
func (*PayInvoiceNotificationRequest) ProtoMessage ¶
func (*PayInvoiceNotificationRequest) ProtoMessage()
func (*PayInvoiceNotificationRequest) ProtoReflect ¶
func (x *PayInvoiceNotificationRequest) ProtoReflect() protoreflect.Message
func (*PayInvoiceNotificationRequest) Reset ¶
func (x *PayInvoiceNotificationRequest) Reset()
func (*PayInvoiceNotificationRequest) String ¶
func (x *PayInvoiceNotificationRequest) String() string
type PdfGeneratedInvoiceRequest ¶
type PdfGeneratedInvoiceRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,2,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` InvoiceId string `protobuf:"bytes,3,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` RepositoryFileId string `protobuf:"bytes,4,opt,name=repositoryFileId,proto3" json:"repositoryFileId,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*PdfGeneratedInvoiceRequest) Descriptor
deprecated
func (*PdfGeneratedInvoiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use PdfGeneratedInvoiceRequest.ProtoReflect.Descriptor instead.
func (*PdfGeneratedInvoiceRequest) GetAppSource ¶
func (x *PdfGeneratedInvoiceRequest) GetAppSource() string
func (*PdfGeneratedInvoiceRequest) GetInvoiceId ¶
func (x *PdfGeneratedInvoiceRequest) GetInvoiceId() string
func (*PdfGeneratedInvoiceRequest) GetLoggedInUserId ¶
func (x *PdfGeneratedInvoiceRequest) GetLoggedInUserId() string
func (*PdfGeneratedInvoiceRequest) GetRepositoryFileId ¶
func (x *PdfGeneratedInvoiceRequest) GetRepositoryFileId() string
func (*PdfGeneratedInvoiceRequest) GetTenant ¶
func (x *PdfGeneratedInvoiceRequest) GetTenant() string
func (*PdfGeneratedInvoiceRequest) GetUpdatedAt ¶
func (x *PdfGeneratedInvoiceRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*PdfGeneratedInvoiceRequest) ProtoMessage ¶
func (*PdfGeneratedInvoiceRequest) ProtoMessage()
func (*PdfGeneratedInvoiceRequest) ProtoReflect ¶
func (x *PdfGeneratedInvoiceRequest) ProtoReflect() protoreflect.Message
func (*PdfGeneratedInvoiceRequest) Reset ¶
func (x *PdfGeneratedInvoiceRequest) Reset()
func (*PdfGeneratedInvoiceRequest) String ¶
func (x *PdfGeneratedInvoiceRequest) String() string
type PermanentlyDeleteInitializedInvoiceRequest ¶
type PermanentlyDeleteInitializedInvoiceRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` InvoiceId string `protobuf:"bytes,2,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*PermanentlyDeleteInitializedInvoiceRequest) Descriptor
deprecated
func (*PermanentlyDeleteInitializedInvoiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use PermanentlyDeleteInitializedInvoiceRequest.ProtoReflect.Descriptor instead.
func (*PermanentlyDeleteInitializedInvoiceRequest) GetAppSource ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) GetAppSource() string
func (*PermanentlyDeleteInitializedInvoiceRequest) GetInvoiceId ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) GetInvoiceId() string
func (*PermanentlyDeleteInitializedInvoiceRequest) GetLoggedInUserId ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) GetLoggedInUserId() string
func (*PermanentlyDeleteInitializedInvoiceRequest) GetTenant ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) GetTenant() string
func (*PermanentlyDeleteInitializedInvoiceRequest) ProtoMessage ¶
func (*PermanentlyDeleteInitializedInvoiceRequest) ProtoMessage()
func (*PermanentlyDeleteInitializedInvoiceRequest) ProtoReflect ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) ProtoReflect() protoreflect.Message
func (*PermanentlyDeleteInitializedInvoiceRequest) Reset ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) Reset()
func (*PermanentlyDeleteInitializedInvoiceRequest) String ¶
func (x *PermanentlyDeleteInitializedInvoiceRequest) String() string
type RemindInvoiceNotificationRequest ¶
type RemindInvoiceNotificationRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` InvoiceId string `protobuf:"bytes,2,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*RemindInvoiceNotificationRequest) Descriptor
deprecated
func (*RemindInvoiceNotificationRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemindInvoiceNotificationRequest.ProtoReflect.Descriptor instead.
func (*RemindInvoiceNotificationRequest) GetAppSource ¶
func (x *RemindInvoiceNotificationRequest) GetAppSource() string
func (*RemindInvoiceNotificationRequest) GetInvoiceId ¶
func (x *RemindInvoiceNotificationRequest) GetInvoiceId() string
func (*RemindInvoiceNotificationRequest) GetLoggedInUserId ¶
func (x *RemindInvoiceNotificationRequest) GetLoggedInUserId() string
func (*RemindInvoiceNotificationRequest) GetTenant ¶
func (x *RemindInvoiceNotificationRequest) GetTenant() string
func (*RemindInvoiceNotificationRequest) ProtoMessage ¶
func (*RemindInvoiceNotificationRequest) ProtoMessage()
func (*RemindInvoiceNotificationRequest) ProtoReflect ¶
func (x *RemindInvoiceNotificationRequest) ProtoReflect() protoreflect.Message
func (*RemindInvoiceNotificationRequest) Reset ¶
func (x *RemindInvoiceNotificationRequest) Reset()
func (*RemindInvoiceNotificationRequest) String ¶
func (x *RemindInvoiceNotificationRequest) String() string
type RequestFillInvoiceRequest ¶
type RequestFillInvoiceRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` InvoiceId string `protobuf:"bytes,2,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` ContractId string `protobuf:"bytes,3,opt,name=contractId,proto3" json:"contractId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*RequestFillInvoiceRequest) Descriptor
deprecated
func (*RequestFillInvoiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use RequestFillInvoiceRequest.ProtoReflect.Descriptor instead.
func (*RequestFillInvoiceRequest) GetAppSource ¶
func (x *RequestFillInvoiceRequest) GetAppSource() string
func (*RequestFillInvoiceRequest) GetContractId ¶
func (x *RequestFillInvoiceRequest) GetContractId() string
func (*RequestFillInvoiceRequest) GetInvoiceId ¶
func (x *RequestFillInvoiceRequest) GetInvoiceId() string
func (*RequestFillInvoiceRequest) GetLoggedInUserId ¶
func (x *RequestFillInvoiceRequest) GetLoggedInUserId() string
func (*RequestFillInvoiceRequest) GetTenant ¶
func (x *RequestFillInvoiceRequest) GetTenant() string
func (*RequestFillInvoiceRequest) ProtoMessage ¶
func (*RequestFillInvoiceRequest) ProtoMessage()
func (*RequestFillInvoiceRequest) ProtoReflect ¶
func (x *RequestFillInvoiceRequest) ProtoReflect() protoreflect.Message
func (*RequestFillInvoiceRequest) Reset ¶
func (x *RequestFillInvoiceRequest) Reset()
func (*RequestFillInvoiceRequest) String ¶
func (x *RequestFillInvoiceRequest) String() string
type UnimplementedInvoiceGrpcServiceServer ¶
type UnimplementedInvoiceGrpcServiceServer struct { }
UnimplementedInvoiceGrpcServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedInvoiceGrpcServiceServer) FillInvoice ¶
func (UnimplementedInvoiceGrpcServiceServer) FillInvoice(context.Context, *FillInvoiceRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) GenerateInvoicePdf ¶
func (UnimplementedInvoiceGrpcServiceServer) GenerateInvoicePdf(context.Context, *GenerateInvoicePdfRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) NewInvoiceForContract ¶
func (UnimplementedInvoiceGrpcServiceServer) NewInvoiceForContract(context.Context, *NewInvoiceForContractRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) NextPreviewInvoiceForContract ¶
func (UnimplementedInvoiceGrpcServiceServer) NextPreviewInvoiceForContract(context.Context, *NextPreviewInvoiceForContractRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) PayInvoiceNotification ¶
func (UnimplementedInvoiceGrpcServiceServer) PayInvoiceNotification(context.Context, *PayInvoiceNotificationRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) PdfGeneratedInvoice ¶
func (UnimplementedInvoiceGrpcServiceServer) PdfGeneratedInvoice(context.Context, *PdfGeneratedInvoiceRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) PermanentlyDeleteInitializedInvoice ¶
func (UnimplementedInvoiceGrpcServiceServer) PermanentlyDeleteInitializedInvoice(context.Context, *PermanentlyDeleteInitializedInvoiceRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) RemindInvoiceNotification ¶
func (UnimplementedInvoiceGrpcServiceServer) RemindInvoiceNotification(context.Context, *RemindInvoiceNotificationRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) RequestFillInvoice ¶
func (UnimplementedInvoiceGrpcServiceServer) RequestFillInvoice(context.Context, *RequestFillInvoiceRequest) (*InvoiceIdResponse, error)
func (UnimplementedInvoiceGrpcServiceServer) VoidInvoice ¶
func (UnimplementedInvoiceGrpcServiceServer) VoidInvoice(context.Context, *VoidInvoiceRequest) (*InvoiceIdResponse, error)
type UnsafeInvoiceGrpcServiceServer ¶
type UnsafeInvoiceGrpcServiceServer interface {
// contains filtered or unexported methods
}
UnsafeInvoiceGrpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InvoiceGrpcServiceServer will result in compilation errors.
type VoidInvoiceRequest ¶
type VoidInvoiceRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` InvoiceId string `protobuf:"bytes,2,opt,name=invoiceId,proto3" json:"invoiceId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` // contains filtered or unexported fields }
func (*VoidInvoiceRequest) Descriptor
deprecated
func (*VoidInvoiceRequest) Descriptor() ([]byte, []int)
Deprecated: Use VoidInvoiceRequest.ProtoReflect.Descriptor instead.
func (*VoidInvoiceRequest) GetAppSource ¶
func (x *VoidInvoiceRequest) GetAppSource() string
func (*VoidInvoiceRequest) GetInvoiceId ¶
func (x *VoidInvoiceRequest) GetInvoiceId() string
func (*VoidInvoiceRequest) GetLoggedInUserId ¶
func (x *VoidInvoiceRequest) GetLoggedInUserId() string
func (*VoidInvoiceRequest) GetTenant ¶
func (x *VoidInvoiceRequest) GetTenant() string
func (*VoidInvoiceRequest) GetUpdatedAt ¶
func (x *VoidInvoiceRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*VoidInvoiceRequest) ProtoMessage ¶
func (*VoidInvoiceRequest) ProtoMessage()
func (*VoidInvoiceRequest) ProtoReflect ¶
func (x *VoidInvoiceRequest) ProtoReflect() protoreflect.Message
func (*VoidInvoiceRequest) Reset ¶
func (x *VoidInvoiceRequest) Reset()
func (*VoidInvoiceRequest) String ¶
func (x *VoidInvoiceRequest) String() string