Uses of Class
com.oracle.bmc.ospgateway.model.AuthorizeSubscriptionPaymentDetails
-
Packages that use AuthorizeSubscriptionPaymentDetails Package Description com.oracle.bmc.ospgateway.model com.oracle.bmc.ospgateway.requests -
-
Uses of AuthorizeSubscriptionPaymentDetails in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return AuthorizeSubscriptionPaymentDetails Modifier and Type Method Description AuthorizeSubscriptionPaymentDetails
AuthorizeSubscriptionPaymentDetails.Builder. build()
Methods in com.oracle.bmc.ospgateway.model with parameters of type AuthorizeSubscriptionPaymentDetails Modifier and Type Method Description AuthorizeSubscriptionPaymentDetails.Builder
AuthorizeSubscriptionPaymentDetails.Builder. copy(AuthorizeSubscriptionPaymentDetails model)
-
Uses of AuthorizeSubscriptionPaymentDetails in com.oracle.bmc.ospgateway.requests
Methods in com.oracle.bmc.ospgateway.requests that return AuthorizeSubscriptionPaymentDetails Modifier and Type Method Description AuthorizeSubscriptionPaymentDetails
AuthorizeSubscriptionPaymentRequest. getAuthorizeSubscriptionPaymentDetails()
subscription payment request.AuthorizeSubscriptionPaymentDetails
AuthorizeSubscriptionPaymentRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.ospgateway.requests with parameters of type AuthorizeSubscriptionPaymentDetails Modifier and Type Method Description AuthorizeSubscriptionPaymentRequest.Builder
AuthorizeSubscriptionPaymentRequest.Builder. authorizeSubscriptionPaymentDetails(AuthorizeSubscriptionPaymentDetails authorizeSubscriptionPaymentDetails)
subscription payment request.AuthorizeSubscriptionPaymentRequest.Builder
AuthorizeSubscriptionPaymentRequest.Builder. body$(AuthorizeSubscriptionPaymentDetails body)
Alternative setter for the body parameter.
-