Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseLooseOpportunityCommand ¶
type CloseLooseOpportunityCommand struct { eventstore.BaseCommand AppSource string UpdatedAt *time.Time ClosedAt *time.Time }
func NewCloseLooseOpportunityCommand ¶
func NewCloseLooseOpportunityCommand(opportunityId, tenant, loggedInUserId, appSource string, updatedAt, closedAt *time.Time) *CloseLooseOpportunityCommand
type UpdateRenewalOpportunityNextCycleDateCommand ¶
type UpdateRenewalOpportunityNextCycleDateCommand struct { eventstore.BaseCommand AppSource string ContractId string UpdatedAt *time.Time RenewedAt *time.Time }
func NewUpdateRenewalOpportunityNextCycleDateCommand ¶
func NewUpdateRenewalOpportunityNextCycleDateCommand(opportunityId, tenant, loggedInUserId, appSource string, updatedAt, renewedAt *time.Time) *UpdateRenewalOpportunityNextCycleDateCommand
Click to show internal directories.
Click to hide internal directories.