Interface AppServiceDomain.DefinitionStages.WithBillingContact
-
- All Known Subinterfaces:
AppServiceDomain.Definition,AppServiceDomain.DefinitionStages.WithCreate
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithBillingContactA domain definition allowing billing contact to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceDomain.DefinitionStages.WithCreatewithBillingContact(Contact contact)Specify the billing contact.
-
-
-
Method Detail
-
withBillingContact
AppServiceDomain.DefinitionStages.WithCreate withBillingContact(Contact contact)
Specify the billing contact.- Parameters:
contact- the billing contact- Returns:
- the next stage of domain definition
-
-