All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.apm.previous.klarna.PaymentMethod Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.apm.previous.klarna;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public final class PaymentMethod {

    private String identifier;

    private String name;

    @SerializedName("asset_urls")
    private AssetUrl assetUrls;

    @Data
    public static final class AssetUrl {

        private String descriptive;

        private String standard;

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy