Class PaymentComponentData

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class PaymentComponentData<PaymentMethodDetailsT extends PaymentMethodDetails>
    extends ModelObject
                        

    Class containing the parameters that the SDK can infer from a component's configuration and user input, especially the paymentMethod object with the shopper input. Use PaymentComponentData.SERIALIZER to serialize this data to a JSONObject. The rest of the /payments call request data should be filled in, on your server, according to your needs.