Type alias TotalPriceFragment
Total
Price
Fragment
: { __typename
?: "CustomerSubscriptionTotalPrice"; subTotal
: { __typename
?: "Money"; amount
: number; currency
: Currency }; total
: { __typename
?: "Money"; amount
: number; currency
: Currency } }
Type declaration
-
Optional
__typename?: "CustomerSubscriptionTotalPrice"
-
subTotal: { __typename?: "Money"; amount: number; currency: Currency }
-
Optional
__typename?: "Money"
-
amount: number
-
-
total: { __typename?: "Money"; amount: number; currency: Currency }
-
Optional
__typename?: "Money"
-
amount: number
-