X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjshopcore%2Fmodel%2Freceipt%2FReceiptBeanRemote.java;h=3762a84cc9a76d50978d7fda373b09adf1c718f0;hb=aebfe6cdb4b5f753ec7e86cb512690bf22126c80;hp=6144f2efe5a5536efc9b198ae345d050263f2468;hpb=f0d55a70c3ef5facb17bc4cca90b6c7b9d93f67d;p=jcustomer-lib.git diff --git a/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java b/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java index 6144f2e..3762a84 100644 --- a/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java +++ b/src/org/mxchange/jshopcore/model/receipt/ReceiptBeanRemote.java @@ -33,6 +33,7 @@ public interface ReceiptBeanRemote extends Serializable { * found. *

* @param accessKey Access key on the online PDF + *

* @return Wrapped byte stream */ public WrapableReceipt createReceiptFromAccessKey (final String accessKey); @@ -41,6 +42,7 @@ public interface ReceiptBeanRemote extends Serializable { * Fetches access key, if customer instance matches, else null is returned *

* @param customer Customer instance + *

* @return Access key or null */ public String fetchAccessKey (final Customer customer);