BillingCategoryKlarna
Klarna billing category for the payment.
PAY_IN_PARTS- Pay in equal instalments (interest-free).PAY_LATER- Pay after delivery within a specified timeframe.PAY_NOW- Immediate payment at time of purchase.SLICE_IT- Split payment into installments.SLICE_IT_BY_CARD- Split payment into installments using a card.
enum BillingCategoryKlarna {
PAY_IN_PARTS
PAY_LATER
PAY_NOW
SLICE_IT
SLICE_IT_BY_CARD
}
Values
BillingCategoryKlarna.PAY_IN_PARTS
BillingCategoryKlarna.PAY_LATER
BillingCategoryKlarna.PAY_NOW
BillingCategoryKlarna.SLICE_IT
BillingCategoryKlarna.SLICE_IT_BY_CARD
Member Of
PaymentMethodKlarna object