Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listTaxRegistrationsResponseAccountDetails")
fun Flow<ListTaxRegistrationsResponse>.accountDetails(): Flow<AccountDetails>

This paginator transforms the flow returned by listTaxRegistrationsPaginated to access the nested member AccountDetails

Link copied to clipboard
@JvmName(name = "listTaxExemptionsResponseTaxExemptionDetailsMap")
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
@JvmName(name = "listSupplementalTaxRegistrationsResponseSupplementalTaxRegistration")
fun Flow<ListSupplementalTaxRegistrationsResponse>.taxRegistrations(): Flow<SupplementalTaxRegistration>

This paginator transforms the flow returned by listSupplementalTaxRegistrationsPaginated to access the nested member SupplementalTaxRegistration