CustomerGiftUrl
顧客向けギフトの受取URL取得のレスポンス
type CustomerGiftUrl {
giftReceiverPageUrl: String!
giftExpiredAt: DateTime!
}
Fields
CustomerGiftUrl.giftReceiverPageUrl
● String!
non-null scalar
スキップギフトの受取URL
CustomerGiftUrl.giftExpiredAt
● DateTime!
non-null scalar
giftReceiverPageUrl の有効期限
Example
{
"giftReceiverPageUrl": "https://example.com/gift",
"giftExpiredAt": "2025-01-01T00:00:00Z"
}
Implemented By
ResultCustomerGiftUrl
union