Package com.chrt.api.resources.billing
Class AsyncBillingClient
- java.lang.Object
-
- com.chrt.api.resources.billing.AsyncBillingClient
-
public class AsyncBillingClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncLineItemGroupsClient>lineItemGroupsClientprotected java.util.function.Supplier<AsyncRateSheetsClient>rateSheetsClientprotected java.util.function.Supplier<AsyncStatementsClient>statementsClientprotected java.util.function.Supplier<AsyncStripeConnectClient>stripeConnectClient
-
Constructor Summary
Constructors Constructor Description AsyncBillingClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncLineItemGroupsClientlineItemGroups()AsyncRateSheetsClientrateSheets()AsyncStatementsClientstatements()AsyncStripeConnectClientstripeConnect()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
lineItemGroupsClient
protected final java.util.function.Supplier<AsyncLineItemGroupsClient> lineItemGroupsClient
-
rateSheetsClient
protected final java.util.function.Supplier<AsyncRateSheetsClient> rateSheetsClient
-
statementsClient
protected final java.util.function.Supplier<AsyncStatementsClient> statementsClient
-
stripeConnectClient
protected final java.util.function.Supplier<AsyncStripeConnectClient> stripeConnectClient
-
-
Constructor Detail
-
AsyncBillingClient
public AsyncBillingClient(ClientOptions clientOptions)
-
-
Method Detail
-
lineItemGroups
public AsyncLineItemGroupsClient lineItemGroups()
-
rateSheets
public AsyncRateSheetsClient rateSheets()
-
statements
public AsyncStatementsClient statements()
-
stripeConnect
public AsyncStripeConnectClient stripeConnect()
-
-