
com.riskified.models.CheckoutResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riskified-sdk Show documentation
Show all versions of riskified-sdk Show documentation
Risikified rest api SDK for java
The newest version!
package com.riskified.models;
public class CheckoutResponse extends Response {
private ResOrder checkout;
public CheckoutResponse() {
}
public ResOrder getCheckout() {
return checkout;
}
public void setCheckout(ResOrder checkout) {
this.checkout = checkout;
setOrder(checkout);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy