Type alias PaymentRequestStatePrepared

PaymentRequestStatePrepared: {
    shipping: Shipping;
    state: PREPARED;
}

Type declaration