Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listTaxRegistrationsPaginated to access the nested member AccountDetails
Link copied to clipboard
fun TaxSettingsClient.listSupplementalTaxRegistrationsPaginated(initialRequest: ListSupplementalTaxRegistrationsRequest = ListSupplementalTaxRegistrationsRequest { }): Flow<ListSupplementalTaxRegistrationsResponse>
fun TaxSettingsClient.listSupplementalTaxRegistrationsPaginated(block: ListSupplementalTaxRegistrationsRequest.Builder.() -> Unit): Flow<ListSupplementalTaxRegistrationsResponse>
Paginate over ListSupplementalTaxRegistrationsResponse results.
Link copied to clipboard
fun TaxSettingsClient.listTaxExemptionsPaginated(initialRequest: ListTaxExemptionsRequest = ListTaxExemptionsRequest { }): Flow<ListTaxExemptionsResponse>
fun TaxSettingsClient.listTaxExemptionsPaginated(block: ListTaxExemptionsRequest.Builder.() -> Unit): Flow<ListTaxExemptionsResponse>
Paginate over ListTaxExemptionsResponse results.
Link copied to clipboard
fun TaxSettingsClient.listTaxRegistrationsPaginated(initialRequest: ListTaxRegistrationsRequest = ListTaxRegistrationsRequest { }): Flow<ListTaxRegistrationsResponse>
fun TaxSettingsClient.listTaxRegistrationsPaginated(block: ListTaxRegistrationsRequest.Builder.() -> Unit): Flow<ListTaxRegistrationsResponse>
Paginate over ListTaxRegistrationsResponse results.
Link copied to clipboard
fun Flow<ListTaxExemptionsResponse>.taxExemptionDetailsMap(): Flow<Map.Entry<String, TaxExemptionDetails>>
This paginator transforms the flow returned by listTaxExemptionsPaginated to access the nested member TaxExemptionDetailsMap
Link copied to clipboard
fun Flow<ListSupplementalTaxRegistrationsResponse>.taxRegistrations(): Flow<SupplementalTaxRegistration>
This paginator transforms the flow returned by listSupplementalTaxRegistrationsPaginated to access the nested member SupplementalTaxRegistration