Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
class ProductDetails(Model):
"""Details of the product to be transferred.

:param product_type: Type of the prouct to be transferred. Possible values
include: 'AzureSubscription', 'AzureReservation'
:param product_type: Type of the product to be transferred. Possible
values include: 'AzureSubscription', 'AzureReservation'
:type product_type: str or ~azure.mgmt.billing.models.ProductType
:param product_id: Id of product to be transferred.
:type product_id: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
class ProductDetails(Model):
"""Details of the product to be transferred.

:param product_type: Type of the prouct to be transferred. Possible values
include: 'AzureSubscription', 'AzureReservation'
:param product_type: Type of the product to be transferred. Possible
values include: 'AzureSubscription', 'AzureReservation'
:type product_type: str or ~azure.mgmt.billing.models.ProductType
:param product_id: Id of product to be transferred.
:type product_id: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TransferDetails(Model):
:vartype creation_time: datetime
:ivar expiration_time: Transfer expiration time.
:vartype expiration_time: datetime
:ivar invoice_section_id: Target invoice setion Id.
:ivar invoice_section_id: Target invoice section Id.
:vartype invoice_section_id: str
:ivar billing_account_id: Target billing account Id.
:vartype billing_account_id: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TransferDetails(Model):
:vartype creation_time: datetime
:ivar expiration_time: Transfer expiration time.
:vartype expiration_time: datetime
:ivar invoice_section_id: Target invoice setion Id.
:ivar invoice_section_id: Target invoice section Id.
:vartype invoice_section_id: str
:ivar billing_account_id: Target billing account Id.
:vartype billing_account_id: str
Expand Down