Uses of Class
odata.msgraph.client.beta.entity.request.PaymentMethodRequest
-
Packages that use PaymentMethodRequest Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of PaymentMethodRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PaymentMethodRequest Modifier and Type Method Description PaymentMethodRequestCustomer. getPaymentMethod()PaymentMethodRequestVendor. getPaymentMethod() -
Uses of PaymentMethodRequest in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return PaymentMethodRequest Modifier and Type Method Description PaymentMethodRequestCompanyCollectionRequest. paymentMethods(String id) -
Uses of PaymentMethodRequest in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return PaymentMethodRequest Modifier and Type Method Description PaymentMethodRequestCustomerRequest. paymentMethod()PaymentMethodRequestVendorRequest. paymentMethod()PaymentMethodRequestCompanyRequest. paymentMethods(String id)
-