Builder

open class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun _unitPrice(@Nullable _unitPrice: FloatType): Product.Builder
Link copied to clipboard
open fun added(added: Boolean): Product.Builder
Link copied to clipboard
open fun additionalLines(@Nullable additionalLines: List<AdditionalLine>): Product.Builder
Link copied to clipboard
open fun attributes(@Nullable attributes: List<Map<String, String>>): Product.Builder
Link copied to clipboard
open fun blinkReceiptBrand(@Nullable blinkReceiptBrand: String): Product.Builder
Link copied to clipboard
open fun blinkReceiptCategory(@Nullable blinkReceiptCategory: String): Product.Builder
Link copied to clipboard
open fun brand(@Nullable brand: String): Product.Builder
Link copied to clipboard
open fun brandModified(_brandModified: Boolean): Product.Builder
Link copied to clipboard
open fun build(): Product
Link copied to clipboard
open fun category(@Nullable category: String): Product.Builder
Link copied to clipboard
open fun competitorRewardsGroup(@Nullable competitorRewardsGroup: String): Product.Builder
Link copied to clipboard
open fun correctedBrand(@Nullable _brand: String): Product.Builder
Link copied to clipboard
open fun correctedImageUrl(@Nullable _imageUrl: String): Product.Builder
Link copied to clipboard
open fun correctedProductName(@Nullable _productName: String): Product.Builder
Link copied to clipboard
open fun correctedQuantity(@Nullable _quantity: FloatType): Product.Builder
Link copied to clipboard
open fun correctedTotalPrice(@Nullable _totalPrice: FloatType): Product.Builder
Link copied to clipboard
open fun correctedUpc(@Nullable _upc: String): Product.Builder
Link copied to clipboard
@NonNull
open fun department(@Nullable department: String): Product.Builder
Link copied to clipboard
open fun description(@Nullable description: StringType): Product.Builder
Link copied to clipboard
open fun descriptionPostfix(@Nullable descriptionPostfix: StringType): Product.Builder
Link copied to clipboard
open fun descriptionPrefix(@Nullable descriptionPrefix: StringType): Product.Builder
Link copied to clipboard
open fun extendedFields(@Nullable extendedFields: Map<String, String>): Product.Builder
Link copied to clipboard
open fun fuelType(@Nullable fuelType: String): Product.Builder
Link copied to clipboard
open fun fullPrice(fullPrice: Float): Product.Builder
Link copied to clipboard
open fun imageUrl(@Nullable imageUrl: String): Product.Builder
Link copied to clipboard
open fun imageUrlModified(_imageUrlModified: Boolean): Product.Builder
Link copied to clipboard
open fun itemType(@Nullable itemType: String): Product.Builder
Link copied to clipboard
open fun line(line: Int): Product.Builder
Link copied to clipboard
@NonNull
open fun majorCategory(@Nullable majorCategory: String): Product.Builder
Link copied to clipboard
open fun modified(_modified: Boolean): Product.Builder
Link copied to clipboard
open fun possibleProducts(@Nullable possibleProducts: List<Product>): Product.Builder
Link copied to clipboard
open fun priceAfterCoupons(@Nullable priceAfterCoupons: FloatType): Product.Builder
Link copied to clipboard
open fun pricePostFix(@Nullable pricePostFix: StringType): Product.Builder
Link copied to clipboard
open fun probability(probability: Double): Product.Builder
Link copied to clipboard
open fun productName(@Nullable productName: String): Product.Builder
Link copied to clipboard
open fun productNameModified(_productNameModified: Boolean): Product.Builder
Link copied to clipboard
open fun productNumber(@Nullable productNumber: StringType): Product.Builder
Link copied to clipboard
open fun quantity(@Nullable quantity: FloatType): Product.Builder
Link copied to clipboard
open fun rewardsGroup(@Nullable rewardsGroup: String): Product.Builder
Link copied to clipboard
@NonNull
open fun sector(@Nullable sector: String): Product.Builder
Link copied to clipboard
open fun sensitive(sensitive: Boolean): Product.Builder
Link copied to clipboard
open fun shippingStatus(@Nullable shippingStatus: String): Product.Builder
Link copied to clipboard
open fun size(@Nullable size: String): Product.Builder
Link copied to clipboard
open fun skuPostfix(@Nullable skuPostfix: StringType): Product.Builder
Link copied to clipboard
open fun skuPrefix(@Nullable skuPrefix: StringType): Product.Builder
Link copied to clipboard
@NonNull
open fun subCategory(@Nullable subCategory: String): Product.Builder
Link copied to clipboard
open fun subProducts(@Nullable subProducts: List<Product>): Product.Builder
Link copied to clipboard
open fun totalPrice(@Nullable totalPrice: FloatType): Product.Builder
Link copied to clipboard
open fun unitOfMeasure(@Nullable unitOfMeasure: StringType): Product.Builder
Link copied to clipboard
open fun unitPrice(@Nullable unitPrice: FloatType): Product.Builder
Link copied to clipboard
open fun upc(@Nullable upc: String): Product.Builder
Link copied to clipboard
open fun upcModified(_upcModified: Boolean): Product.Builder
Link copied to clipboard
open fun voided(voided: Boolean): Product.Builder