Suppose I have an `Order` object with a `paymentDetails` property. Since I accept payments from Paypal, Bitcoin and Credit Cards , the `paymentDetails` object may need to have the following shape: Order {…
Suppose I have an `Order` object with a `paymentDetails` property. Since I accept payments from Paypal, Bitcoin and Credit Cards , the `paymentDetails` object may need to have the following shape: Order {…