Class CustomerPaymentJournalRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<CustomerPaymentJournal>
-
- odata.msgraph.client.beta.entity.request.CustomerPaymentJournalRequest
-
public class CustomerPaymentJournalRequest extends com.github.davidmoten.odata.client.EntityRequest<CustomerPaymentJournal>
-
-
Constructor Summary
Constructors Constructor Description CustomerPaymentJournalRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountRequestaccount()CustomerPaymentCollectionRequestcustomerPayments()CustomerPaymentRequestcustomerPayments(String id)
-
-
-
Method Detail
-
account
public AccountRequest account()
-
customerPayments
public CustomerPaymentRequest customerPayments(String id)
-
customerPayments
public CustomerPaymentCollectionRequest customerPayments()
-
-