items

@JvmName(name = "listAgreementCancellationRequestsResponseAgreementCancellationRequestSummary")
fun Flow<ListAgreementCancellationRequestsResponse>.items(): Flow<AgreementCancellationRequestSummary>

This paginator transforms the flow returned by listAgreementCancellationRequestsPaginated to access the nested member AgreementCancellationRequestSummary

Return

A kotlinx.coroutines.flow.Flow that can collect AgreementCancellationRequestSummary


@JvmName(name = "listAgreementChargesResponseCharge")
fun Flow<ListAgreementChargesResponse>.items(): Flow<Charge>

This paginator transforms the flow returned by listAgreementChargesPaginated to access the nested member Charge

Return

A kotlinx.coroutines.flow.Flow that can collect Charge


@JvmName(name = "listAgreementPaymentRequestsResponsePaymentRequestSummary")
fun Flow<ListAgreementPaymentRequestsResponse>.items(): Flow<PaymentRequestSummary>

This paginator transforms the flow returned by listAgreementPaymentRequestsPaginated to access the nested member PaymentRequestSummary

Return

A kotlinx.coroutines.flow.Flow that can collect PaymentRequestSummary


@JvmName(name = "listBillingAdjustmentRequestsResponseBillingAdjustmentSummary")
fun Flow<ListBillingAdjustmentRequestsResponse>.items(): Flow<BillingAdjustmentSummary>

This paginator transforms the flow returned by listBillingAdjustmentRequestsPaginated to access the nested member BillingAdjustmentSummary

Return

A kotlinx.coroutines.flow.Flow that can collect BillingAdjustmentSummary