Home
last modified time | relevance | path

Searched refs:CompanyCustomerPaymentsCollectionRequest (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/yaegashi/msgraph.go/beta/
H A DActionCompany.go746 …panyCustomerPaymentsCollectionRequestBuilder) Request() *CompanyCustomerPaymentsCollectionRequest {
747 return &CompanyCustomerPaymentsCollectionRequest{
760 type CompanyCustomerPaymentsCollectionRequest struct{ BaseRequest } struct
763 func (r *CompanyCustomerPaymentsCollectionRequest) Paging(ctx context.Context, method, path string,… argument
819 func (r *CompanyCustomerPaymentsCollectionRequest) GetN(ctx context.Context, n int) ([]CustomerPaym… argument
828 func (r *CompanyCustomerPaymentsCollectionRequest) Get(ctx context.Context) ([]CustomerPayment, err… argument
833 func (r *CompanyCustomerPaymentsCollectionRequest) Add(ctx context.Context, reqObj *CustomerPayment… argument