public static class Revenue.Receipt.Builder
extends java.lang.Object
Revenue.Receipt objects.| Modifier and Type | Method and Description |
|---|---|
Revenue.Receipt |
build()
Creates the
Revenue.Receipt instance. |
Revenue.Receipt.Builder |
withData(java.lang.String data)
Sets details about the in-app purchase order from Google Play.
|
Revenue.Receipt.Builder |
withSignature(java.lang.String signature)
Sets the signature of the in-app purchase order from Google Play.
|
@NonNull public Revenue.Receipt.Builder withData(@Nullable java.lang.String data)
data - INAPP_PURCHASE_DATA valueRevenue.Builder objectRevenue.Receipt.data@NonNull public Revenue.Receipt.Builder withSignature(@Nullable java.lang.String signature)
signature - INAPP_DATA_SIGNATURE valueRevenue.Builder objectRevenue.Receipt.signature@NonNull public Revenue.Receipt build()
Revenue.Receipt instance.Revenue.Receipt object