| Package | Description |
|---|---|
| jp.co.freee.accounting.api | |
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<PaymentRequestResponse> |
PaymentRequestsApi.createPaymentRequest(PaymentRequestCreateParams paymentRequestCreateParams)
支払依頼の作成
|
io.reactivex.Observable<PaymentRequestResponse> |
PaymentRequestsApi.getPaymentRequest(Integer id,
Integer companyId)
支払依頼詳細の取得
|
io.reactivex.Observable<PaymentRequestResponse> |
PaymentRequestsApi.updatePaymentRequest(Integer id,
PaymentRequestUpdateParams paymentRequestUpdateParams)
支払依頼の更新
|
io.reactivex.Observable<PaymentRequestResponse> |
PaymentRequestsApi.updatePaymentRequestAction(Integer id,
PaymentRequestActionCreateParams paymentRequestActionCreateParams)
支払依頼の承認操作
|
| Modifier and Type | Method and Description |
|---|---|
PaymentRequestResponse |
PaymentRequestResponse.paymentRequest(PaymentRequestResponsePaymentRequest paymentRequest) |
Copyright © 2022. All rights reserved.