import { ShopifyShopPayPaymentRequestImageInput } from '@daffodil/driver/shopify'
The input fields to create an image for a Shop Pay payment request.
interface ShopifyShopPayPaymentRequestImageInput {
alt: string
url: string
}
alt string |
|---|
The alt text of the image. |
url string |
|---|
The source URL of the image. |