Interface AppServiceDomain.DefinitionStages.WithBillingContact
- All Known Subinterfaces:
AppServiceDomain.Definition
,AppServiceDomain.DefinitionStages.WithCreate
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithBillingContact
A domain definition allowing billing contact to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithBillingContact
(Contact contact) Specify the billing contact.
-
Method Details
-
withBillingContact
Specify the billing contact.- Parameters:
contact
- the billing contact- Returns:
- the next stage of domain definition
-