/** * This code was auto-generated by a Codezu. * * Changes to this file may cause incorrect behavior and will be lost if * the code is regenerated. */ package com.mozu.api.urls.commerce.payments; import com.mozu.api.MozuUrl; import com.mozu.api.utils.UrlFormatter; import org.joda.time.DateTime; public class FraudScreenUrl { /** * Get Resource Url for Screen * @return String Resource Url */ public static MozuUrl screenUrl() { UrlFormatter formatter = new UrlFormatter("/payments/commerce/payments/fraudscreen/screen"); return new MozuUrl(formatter.getResourceUrl(), MozuUrl.UrlLocation.PCI_POD) ; } }