Interface AppServiceDomain.UpdateStages.WithBillingContact
- All Known Subinterfaces:
AppServiceDomain.Update
- Enclosing interface:
- AppServiceDomain.UpdateStages
public static interface AppServiceDomain.UpdateStages.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
-