ShippingRate

class ShippingRate(val id: String, val amount: Int, val displayName: String, val deliveryEstimate: PaymentSheet.ShopPayConfiguration.DeliveryEstimate?) : Parcelable

A shipping rate option.

Constructors

Link copied to clipboard
constructor(id: String, amount: Int, displayName: String, deliveryEstimate: PaymentSheet.ShopPayConfiguration.DeliveryEstimate?)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard
Link copied to clipboard
val id: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)