Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller
public static class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumLine 2 of the street address.static enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.The references to line items for purchases with multiple associated sub-sellers.The address of the selling or delivering merchant.The name of the marketplace seller.The unique identifier for the marketplace seller.The number of transactions the sub-seller completed in the last 12 months.The category of the product.The date when the seller's account with the marketplace was last logged in.The current rating of the marketplace seller.The date when the seller's account with the marketplace was created.The date when the seller's account with the marketplace was last updated.The references to shipping addresses for purchases with multiple associated sub-sellers.The accumulated amount of sales transactions made by the sub-merchant or sub-seller within the past 12 months in the payment currency.inthashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getLineItemReferences
The references to line items for purchases with multiple associated sub-sellers. -
getMarketplaceSellerAddress
public PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.MarketplaceSellerAddress getMarketplaceSellerAddress()The address of the selling or delivering merchant. -
getMarketplaceSellerName
The name of the marketplace seller. -
getMarketplaceSellerReference
The unique identifier for the marketplace seller. -
getNumberOfTransactions
The number of transactions the sub-seller completed in the last 12 months. -
getProductCategory
public PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.ProductCategory getProductCategory()The category of the product. -
getSellerLastLoginAt
The date when the seller's account with the marketplace was last logged in. -
getSellerRating
public PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.SupplementaryPurchaseData.MarketplaceSeller.SellerRating getSellerRating()The current rating of the marketplace seller. If the marketplace uses numeric ranking, map these to the enum values. -
getSellerRegisteredAt
The date when the seller's account with the marketplace was created. -
getSellerUpdatedAt
The date when the seller's account with the marketplace was last updated. -
getShippingReferences
The references to shipping addresses for purchases with multiple associated sub-sellers. -
getVolumeOfTransactions
The accumulated amount of sales transactions made by the sub-merchant or sub-seller within the past 12 months in the payment currency. These transactions are in minor currency units. -
equals
-
canEqual
-
hashCode
public int hashCode()
-